Color: #976243

#976243 Color Information

#976243 is a dark color. The closest websafe version is #976243. A complement of this color would be #437998, perceived brightness is 0.43, and the grayscale version is #6D6D6D.

In the HSL color space, this color has a hue angle of 22°,a saturation of 39%, and a lightness of 43%.The HSV representation shows a hue of 22°, a saturation of 100%, and a value of 100%.

In a RGB color space, #976243 is composed of 59% red, 38% green and 26% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 56% yellow and 41% black.

In the Yxy color space, this color is represented as Y: 15.98, x: 0.4679, and y: 0.3935.

Color Code #976243

HEX
#976243
RGB
rgb(151, 98, 67)
HSL
hsl(22, 39%, 43%)
HSV
hsv(22, 56%, 59%)
CMYK
0%, 35%, 56%, 41%
XYZ
X: 19.00, Y: 15.98, Z: 5.63
Lab
L: 46.95, a: 19.62, b: 26.83
Name

Shades of Color #976243

Shades are created by darkening the original color #976243 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #976243

Tints are created by lightening the original color #976243 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #976243 Color Code

In the HSL color space, this color has a hue angle of 22°, a saturation of 39%, and a lightness of 43%. The HSV representation shows a hue of 22°, a saturation of 56%, and a value of 59%.

  • HEX: #976243
  • RGB: rgb(151, 98, 67)
  • HSL: hsl(22, 39%, 43%)
  • HSV: hsv(22, 56%, 59%)
  • CMYK: 0.00% cyan, 35.00% magenta, 56.00% yellow, 41.00% black
  • XYZ: 19.00, 15.98, 5.63
  • Yxy: 15.98, 0.4679, 0.3935
  • Hunter Lab: 46.95, 19.62, 26.83
  • CIE-Lab: 46.95, 19.62, 26.83

In the XYZ color space, this color is represented as X: 19.00, Y: 15.98, Z: 5.63. The Yxy representation further refines this as Y: 15.98, x: 0.4679, and y: 0.3935.

In the Hunter Lab color space, this color is represented as L: 46.95, a: 19.62, and b: 26.83. Similarly, in the CIE-Lab color space, it is represented as L: 46.95, a: 19.62, and b: 26.83.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #976243

Triadic colors are three colors evenly spaced around the color wheel, including #976243. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #976243

Analogous colors are adjacent to #976243 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #976243

Monochromatic colors are variations of #976243, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #976243

The complementary color of #976243 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #976243

/* Using HEX */
body {
  background-color: #976243;
}
/* Using RGB */
body {
  background-color: rgb(151, 98, 67);
}
/* Using RGB with opacity */
body {
  background-color: rgba(151, 98, 67, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(22, 39%, 43%);
}
/* Text color */
p {
  color: #976243;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #976243;
}

HTML Examples of #976243

<!-- Using HEX -->
<div style="background-color: #976243; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(151, 98, 67); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(151, 98, 67, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(22, 39%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #976243;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #976243; width: 100px; height: 100px;"></div>

Related Colors of #976243

These colors are similar to #976243, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.