Color: #96562C

#96562C Color Information

#96562C is a dark color. The closest websafe version is #96562C. A complement of this color would be #2C6C96, perceived brightness is 0.39, and the grayscale version is #616161.

In the HSL color space, this color has a hue angle of 24°,a saturation of 55%, and a lightness of 38%.The HSV representation shows a hue of 24°, a saturation of 71%, and a value of 59%.

In a RGB color space, #96562C is composed of 59% red, 34% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 43% magenta, 71% yellow and 41% black.

In the Yxy color space, this color is represented as Y: 13.61, x: 0.5074, and y: 0.4005.

Color Code #96562C

#96562Crgb(150, 86, 44)
HEX
#96562C
RGB
rgb(150, 86, 44)
HSL
hsl(24, 55%, 38%)
HSV
hsv(24, 71%, 59%)
CMYK
0%, 43%, 71%, 41%
XYZ
X: 17.24, Y: 13.61, Z: 3.13
Lab
L: 43.67, a: 24.51, b: 35.70
Name

Shades of Color #96562C

Shades are created by darkening the original color #96562C 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 #96562C

Tints are created by lightening the original color #96562C 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.

#96562Crgb(150, 86, 44)

About #96562C Color Code

In the HSL color space, this color has a hue angle of 24°, a saturation of 55%, and a lightness of 38%. The HSV representation shows a hue of 24°, a saturation of 71%, and a value of 59%.

  • HEX: #96562C
  • RGB: rgb(150, 86, 44)
  • HSL: hsl(24, 55%, 38%)
  • HSV: hsv(24, 71%, 59%)
  • CMYK: 0.00% cyan, 43.00% magenta, 71.00% yellow, 41.00% black
  • XYZ: 17.24, 13.61, 3.13
  • Yxy: 13.61, 0.5074, 0.4005
  • Hunter Lab: 43.67, 24.51, 35.70
  • CIE-Lab: 43.67, 24.51, 35.70

In the XYZ color space, this color is represented as X: 17.24, Y: 13.61, Z: 3.13. The Yxy representation further refines this as Y: 13.61, x: 0.5074, and y: 0.4005.

In the Hunter Lab color space, this color is represented as L: 43.67, a: 24.51, and b: 35.70. Similarly, in the CIE-Lab color space, it is represented as L: 43.67, a: 24.51, and b: 35.70.

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 #96562C

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

Analogous Colors of #96562C

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

Monochromatic Colors of #96562C

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

Complementary Color of #96562C

The complementary color of #96562C 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 #96562C

/* Using HEX */
body {
  background-color: #96562c;
}
/* Using RGB */
body {
  background-color: rgb(150, 86, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(150, 86, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(24, 55%, 38%);
}
/* Text color */
p {
  color: #96562c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #96562c;
}
/* Border color */
.box {
  border: 4px solid #96562c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #96562c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #96562c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#96562C
On Black Background
#96562C
On White Background
#96562C

HTML Examples of #96562C

<!-- Using HEX -->
<div style="background-color: #96562c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(150, 86, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(150, 86, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(24, 55%, 38%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #96562c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #96562c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #96562c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #96562c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #96562c; color: #fff; padding: 16px; border-radius: 8px;">
  #96562C
</div>
#96562C
On Black Background
#96562C
On White Background
#96562C

Related Colors of #96562C

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