Shades of Saddle Brown #904006
Tints of Saddle Brown #904006
RGB
CMYK
RGB Variations
Color information
#904006 (or 0x904006) is known color: Saddle Brown. HEX triplet: 90, 40 and 06. RGB value is (144,64,6). Sum of RGB (Red+Green+Blue) = 144+64+6=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #904006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904006 is #6FBFF9. Grayscale: #515151. Windows color (decimal): -7323642 or 409744. OLE color: 409744.
HSL color Cylindrical-coordinate representation of color #904006: hue angle of 25.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #904006 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 6 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.44 |
| HSL | 25.22º | 0.92% | 0.29% | - |
| HSV(B) | 25.22º | 0.96% | 0.56% | - |
| XYZ | 13.37 | 9.61 | 1.32 | - |
| YUV | 81.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 6 | 0 | 0.56 | 0.96 | 0.44 | 25.22 | 0.92 | 0.29 |
| Hex | 90 | 40 | 6 | 0 | 38 | 60 | 2C | 19 | 5C | 1D |
| Octal | 220 | 100 | 6 | 0 | 70 | 140 | 54 | 31 | 134 | 35 |
| Binary | 10010000 | 1000000 | 110 | 0 | 111000 | 1100000 | 101100 | 11001 | 1011100 | 11101 |
Color Harmonies of #904006
Complementary color
Monochromatic Colors of #904006
Black with #904006
Text Example
Text Example
White with #904006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904006; }
p { color: rgb(144,64,6); }
H1.HeaderClassName
{
color: #904006;
}
.AnyTagClassName
{
color: #904006;
}
</style>
background-color css
<style>
a { background-color: #904006; }
a { background-color: rgb(144,64,6); }
div.DivClassName
{
background-color: #904006;
}
.BgClassName
{
background-color: #904006;
}
</style>
border-color css
<style>
span { border-color: #904006; }
span { border-color: rgb(144,64,6); }
td.TdClassName
{
border-color: #904006;
}
.TagClassName
{
border-color: #904006;
}
</style>