Shades of Saddle Brown #954C06
Tints of Saddle Brown #954C06
RGB
CMYK
RGB Variations
Color information
#954C06 (or 0x954C06) is known color: Saddle Brown. HEX triplet: 95, 4C and 06. RGB value is (149,76,6). Sum of RGB (Red+Green+Blue) = 149+76+6=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #954C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C06 is #6AB3F9. Grayscale: #5A5A5A. Windows color (decimal): -6992890 or 412821. OLE color: 412821.
HSL color Cylindrical-coordinate representation of color #954C06: hue angle of 29.37º 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 #954C06 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 6 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.42 |
| HSL | 29.37º | 0.92% | 0.3% | - |
| HSV(B) | 29.37º | 0.96% | 0.58% | - |
| XYZ | 15.01 | 11.57 | 1.61 | - |
| YUV | 89.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 6 | 0 | 0.49 | 0.96 | 0.42 | 29.37 | 0.92 | 0.3 |
| Hex | 95 | 4C | 6 | 0 | 31 | 60 | 2A | 1D | 5C | 1E |
| Octal | 225 | 114 | 6 | 0 | 61 | 140 | 52 | 35 | 134 | 36 |
| Binary | 10010101 | 1001100 | 110 | 0 | 110001 | 1100000 | 101010 | 11101 | 1011100 | 11110 |
Color Harmonies of #954C06
Complementary color
Monochromatic Colors of #954C06
Black with #954C06
Text Example
Text Example
White with #954C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C06; }
p { color: rgb(149,76,6); }
H1.HeaderClassName
{
color: #954C06;
}
.AnyTagClassName
{
color: #954C06;
}
</style>
background-color css
<style>
a { background-color: #954C06; }
a { background-color: rgb(149,76,6); }
div.DivClassName
{
background-color: #954C06;
}
.BgClassName
{
background-color: #954C06;
}
</style>
border-color css
<style>
span { border-color: #954C06; }
span { border-color: rgb(149,76,6); }
td.TdClassName
{
border-color: #954C06;
}
.TagClassName
{
border-color: #954C06;
}
</style>