Shades of Saddle Brown #984B06
Tints of Saddle Brown #984B06
RGB
CMYK
RGB Variations
Color information
#984B06 (or 0x984B06) is known color: Saddle Brown. HEX triplet: 98, 4B and 06. RGB value is (152,75,6). Sum of RGB (Red+Green+Blue) = 152+75+6=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #984B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984B06 is #67B4F9. Grayscale: #5A5A5A. Windows color (decimal): -6796538 or 412568. OLE color: 412568.
HSL color Cylindrical-coordinate representation of color #984B06: hue angle of 28.36º 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 #984B06 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 75 | 6 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.40 |
| HSL | 28.36º | 0.92% | 0.31% | - |
| HSV(B) | 28.36º | 0.96% | 0.6% | - |
| XYZ | 15.5 | 11.72 | 1.62 | - |
| YUV | 90.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 6 | 0 | 0.51 | 0.96 | 0.40 | 28.36 | 0.92 | 0.31 |
| Hex | 98 | 4B | 6 | 0 | 33 | 60 | 28 | 1C | 5C | 1F |
| Octal | 230 | 113 | 6 | 0 | 63 | 140 | 50 | 34 | 134 | 37 |
| Binary | 10011000 | 1001011 | 110 | 0 | 110011 | 1100000 | 101000 | 11100 | 1011100 | 11111 |
Color Harmonies of #984B06
Complementary color
Monochromatic Colors of #984B06
Black with #984B06
Text Example
Text Example
White with #984B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984B06; }
p { color: rgb(152,75,6); }
H1.HeaderClassName
{
color: #984B06;
}
.AnyTagClassName
{
color: #984B06;
}
</style>
background-color css
<style>
a { background-color: #984B06; }
a { background-color: rgb(152,75,6); }
div.DivClassName
{
background-color: #984B06;
}
.BgClassName
{
background-color: #984B06;
}
</style>
border-color css
<style>
span { border-color: #984B06; }
span { border-color: rgb(152,75,6); }
td.TdClassName
{
border-color: #984B06;
}
.TagClassName
{
border-color: #984B06;
}
</style>