Shades of Dark Tan #9E6945
Tints of Dark Tan #9E6945
RGB
CMYK
RGB Variations
Color information
#9E6945 (or 0x9E6945) is known color: Dark Tan. HEX triplet: 9E, 69 and 45. RGB value is (158,105,69). Sum of RGB (Red+Green+Blue) = 158+105+69=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6945 is #6196BA. Grayscale: #747474. Windows color (decimal): -6395579 or 4549022. OLE color: 4549022.
HSL color Cylindrical-coordinate representation of color #9E6945: hue angle of 24.27º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E6945 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 69 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.38 |
| HSL | 24.27º | 0.39% | 0.45% | - |
| HSV(B) | 24.27º | 0.56% | 0.62% | - |
| XYZ | 20.23 | 17.8 | 8 | - |
| YUV | 116.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 69 | 0 | 0.34 | 0.56 | 0.38 | 24.27 | 0.39 | 0.45 |
| Hex | 9E | 69 | 45 | 0 | 22 | 38 | 26 | 18 | 27 | 2D |
| Octal | 236 | 151 | 105 | 0 | 42 | 70 | 46 | 30 | 47 | 55 |
| Binary | 10011110 | 1101001 | 1000101 | 0 | 100010 | 111000 | 100110 | 11000 | 100111 | 101101 |
Color Harmonies of #9E6945
Complementary color
Monochromatic Colors of #9E6945
Black with #9E6945
Text Example
Text Example
White with #9E6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6945; }
p { color: rgb(158,105,69); }
H1.HeaderClassName
{
color: #9E6945;
}
.AnyTagClassName
{
color: #9E6945;
}
</style>
background-color css
<style>
a { background-color: #9E6945; }
a { background-color: rgb(158,105,69); }
div.DivClassName
{
background-color: #9E6945;
}
.BgClassName
{
background-color: #9E6945;
}
</style>
border-color css
<style>
span { border-color: #9E6945; }
span { border-color: rgb(158,105,69); }
td.TdClassName
{
border-color: #9E6945;
}
.TagClassName
{
border-color: #9E6945;
}
</style>