Shades of Saddle Brown #905406
Tints of Saddle Brown #905406
RGB
CMYK
RGB Variations
Color information
#905406 (or 0x905406) is known color: Saddle Brown. HEX triplet: 90, 54 and 06. RGB value is (144,84,6). Sum of RGB (Red+Green+Blue) = 144+84+6=234 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.54% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 144 - color contains mainly: red. Hex color #905406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905406 is #6FABF9. Grayscale: #5D5D5D. Windows color (decimal): -7318522 or 414864. OLE color: 414864.
HSL color Cylindrical-coordinate representation of color #905406: hue angle of 33.91º 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 #905406 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 84 | 6 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.44 |
| HSL | 33.91º | 0.92% | 0.29% | - |
| HSV(B) | 33.91º | 0.96% | 0.56% | - |
| XYZ | 14.7 | 12.28 | 1.77 | - |
| YUV | 93.05 | 78.88 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 6 | 0 | 0.42 | 0.96 | 0.44 | 33.91 | 0.92 | 0.29 |
| Hex | 90 | 54 | 6 | 0 | 2A | 60 | 2C | 22 | 5C | 1D |
| Octal | 220 | 124 | 6 | 0 | 52 | 140 | 54 | 42 | 134 | 35 |
| Binary | 10010000 | 1010100 | 110 | 0 | 101010 | 1100000 | 101100 | 100010 | 1011100 | 11101 |
Color Harmonies of #905406
Complementary color
Monochromatic Colors of #905406
Black with #905406
Text Example
Text Example
White with #905406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905406; }
p { color: rgb(144,84,6); }
H1.HeaderClassName
{
color: #905406;
}
.AnyTagClassName
{
color: #905406;
}
</style>
background-color css
<style>
a { background-color: #905406; }
a { background-color: rgb(144,84,6); }
div.DivClassName
{
background-color: #905406;
}
.BgClassName
{
background-color: #905406;
}
</style>
border-color css
<style>
span { border-color: #905406; }
span { border-color: rgb(144,84,6); }
td.TdClassName
{
border-color: #905406;
}
.TagClassName
{
border-color: #905406;
}
</style>