Color: #906A43

#906A43 Color Information

#906A43 is a dark color. The closest websafe version is #906A43. A complement of this color would be #43698E, perceived brightness is 0.44, and the grayscale version is #6A6A6A.

In the HSL color space, this color has a hue angle of 30°,a saturation of 36%, and a lightness of 41%.The HSV representation shows a hue of 30°, a saturation of 53%, and a value of 56%.

In a RGB color space, #906A43 is composed of 56% red, 42% green and 26% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 53% yellow and 44% black.

In the Yxy color space, this color is represented as Y: 16.88, x: 0.4494, and y: 0.4098.

Color Code #906A43

#906A43rgb(144, 106, 67)
HEX
#906A43
RGB
rgb(144, 106, 67)
HSL
hsl(30, 36%, 41%)
HSV
hsv(30, 53%, 56%)
CMYK
0%, 26%, 53%, 44%
XYZ
X: 18.51, Y: 16.88, Z: 5.80
Lab
L: 48.11, a: 12.14, b: 28.01
Name

Shades of Color #906A43

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

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

#906A43rgb(144, 106, 67)

About #906A43 Color Code

In the HSL color space, this color has a hue angle of 30°, a saturation of 36%, and a lightness of 41%. The HSV representation shows a hue of 30°, a saturation of 53%, and a value of 56%.

  • HEX: #906A43
  • RGB: rgb(144, 106, 67)
  • HSL: hsl(30, 36%, 41%)
  • HSV: hsv(30, 53%, 56%)
  • CMYK: 0.00% cyan, 26.00% magenta, 53.00% yellow, 44.00% black
  • XYZ: 18.51, 16.88, 5.80
  • Yxy: 16.88, 0.4494, 0.4098
  • Hunter Lab: 48.11, 12.14, 28.01
  • CIE-Lab: 48.11, 12.14, 28.01

In the XYZ color space, this color is represented as X: 18.51, Y: 16.88, Z: 5.80. The Yxy representation further refines this as Y: 16.88, x: 0.4494, and y: 0.4098.

In the Hunter Lab color space, this color is represented as L: 48.11, a: 12.14, and b: 28.01. Similarly, in the CIE-Lab color space, it is represented as L: 48.11, a: 12.14, and b: 28.01.

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 #906A43

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

Analogous Colors of #906A43

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

Split Complementary Colors of #906A43

Split complementary colors are two colors adjacent to the complementary color of #906A43. They create a balanced and visually appealing color scheme.

Tetradic Colors of #906A43

Tetradic colors form a rectangle on the color wheel, including #906A43. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #906A43

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

Complementary Color of #906A43

The complementary color of #906A43 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 #906A43

/* Using HEX */
body {
  background-color: #906a43;
}
/* Using RGB */
body {
  background-color: rgb(144, 106, 67);
}
/* Using RGB with opacity */
body {
  background-color: rgba(144, 106, 67, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(30, 36%, 41%);
}
/* Text color */
p {
  color: #906a43;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #906a43;
}
/* Border color */
.box {
  border: 4px solid #906a43;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #906a43;
}
Text Shadow Preview
/* Background with text */
div {
  background: #906a43;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#906A43
On Black Background
#906A43
On White Background
#906A43

HTML Examples of #906A43

<!-- Using HEX -->
<div style="background-color: #906a43; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(144, 106, 67); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(144, 106, 67, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(30, 36%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #906a43;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #906a43; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #906a43; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #906a43;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #906a43; color: #fff; padding: 16px; border-radius: 8px;">
  #906A43
</div>
#906A43
On Black Background
#906A43
On White Background
#906A43

Related Colors of #906A43

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