Shades of Saddle Brown #992C06
Tints of Saddle Brown #992C06
RGB
CMYK
RGB Variations
Color information
#992C06 (or 0x992C06) is known color: Saddle Brown. HEX triplet: 99, 2C and 06. RGB value is (153,44,6). Sum of RGB (Red+Green+Blue) = 153+44+6=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #992C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992C06 is #66D3F9. Grayscale: #484848. Windows color (decimal): -6738938 or 404633. OLE color: 404633.
HSL color Cylindrical-coordinate representation of color #992C06: hue angle of 15.51º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #992C06 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 6 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.4 |
| HSL | 15.51º | 0.92% | 0.31% | - |
| HSV(B) | 15.51º | 0.96% | 0.6% | - |
| XYZ | 14.07 | 8.59 | 1.09 | - |
| YUV | 72.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 6 | 0 | 0.71 | 0.96 | 0.4 | 15.51 | 0.92 | 0.31 |
| Hex | 99 | 2C | 6 | 0 | 47 | 60 | 28 | 10 | 5C | 1F |
| Octal | 231 | 54 | 6 | 0 | 107 | 140 | 50 | 20 | 134 | 37 |
| Binary | 10011001 | 101100 | 110 | 0 | 1000111 | 1100000 | 101000 | 10000 | 1011100 | 11111 |
Color Harmonies of #992C06
Complementary color
Monochromatic Colors of #992C06
Black with #992C06
Text Example
Text Example
White with #992C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C06; }
p { color: rgb(153,44,6); }
H1.HeaderClassName
{
color: #992C06;
}
.AnyTagClassName
{
color: #992C06;
}
</style>
background-color css
<style>
a { background-color: #992C06; }
a { background-color: rgb(153,44,6); }
div.DivClassName
{
background-color: #992C06;
}
.BgClassName
{
background-color: #992C06;
}
</style>
border-color css
<style>
span { border-color: #992C06; }
span { border-color: rgb(153,44,6); }
td.TdClassName
{
border-color: #992C06;
}
.TagClassName
{
border-color: #992C06;
}
</style>