Shades of Saddle Brown #954206
Tints of Saddle Brown #954206
RGB
CMYK
RGB Variations
Color information
#954206 (or 0x954206) is known color: Saddle Brown. HEX triplet: 95, 42 and 06. RGB value is (149,66,6). Sum of RGB (Red+Green+Blue) = 149+66+6=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #954206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954206 is #6ABDF9. Grayscale: #545454. Windows color (decimal): -6995450 or 410261. OLE color: 410261.
HSL color Cylindrical-coordinate representation of color #954206: hue angle of 25.17º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #954206 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 66 | 6 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.42 |
| HSL | 25.17º | 0.92% | 0.3% | - |
| HSV(B) | 25.17º | 0.96% | 0.58% | - |
| XYZ | 14.38 | 10.3 | 1.4 | - |
| YUV | 83.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 6 | 0 | 0.56 | 0.96 | 0.42 | 25.17 | 0.92 | 0.3 |
| Hex | 95 | 42 | 6 | 0 | 38 | 60 | 2A | 19 | 5C | 1E |
| Octal | 225 | 102 | 6 | 0 | 70 | 140 | 52 | 31 | 134 | 36 |
| Binary | 10010101 | 1000010 | 110 | 0 | 111000 | 1100000 | 101010 | 11001 | 1011100 | 11110 |
Color Harmonies of #954206
Complementary color
Monochromatic Colors of #954206
Black with #954206
Text Example
Text Example
White with #954206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954206; }
p { color: rgb(149,66,6); }
H1.HeaderClassName
{
color: #954206;
}
.AnyTagClassName
{
color: #954206;
}
</style>
background-color css
<style>
a { background-color: #954206; }
a { background-color: rgb(149,66,6); }
div.DivClassName
{
background-color: #954206;
}
.BgClassName
{
background-color: #954206;
}
</style>
border-color css
<style>
span { border-color: #954206; }
span { border-color: rgb(149,66,6); }
td.TdClassName
{
border-color: #954206;
}
.TagClassName
{
border-color: #954206;
}
</style>