Shades of Saddle Brown #864609
Tints of Saddle Brown #864609
RGB
CMYK
RGB Variations
Color information
#864609 (or 0x864609) is known color: Saddle Brown. HEX triplet: 86, 46 and 09. RGB value is (134,70,9). Sum of RGB (Red+Green+Blue) = 134+70+9=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #864609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864609 is #79B9F6. Grayscale: #525252. Windows color (decimal): -7977463 or 607878. OLE color: 607878.
HSL color Cylindrical-coordinate representation of color #864609: hue angle of 29.28º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #864609 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 70 | 9 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.47 |
| HSL | 29.28º | 0.87% | 0.28% | - |
| HSV(B) | 29.28º | 0.93% | 0.53% | - |
| XYZ | 12.07 | 9.47 | 1.45 | - |
| YUV | 82.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 9 | 0 | 0.48 | 0.93 | 0.47 | 29.28 | 0.87 | 0.28 |
| Hex | 86 | 46 | 9 | 0 | 30 | 5D | 2F | 1D | 57 | 1C |
| Octal | 206 | 106 | 11 | 0 | 60 | 135 | 57 | 35 | 127 | 34 |
| Binary | 10000110 | 1000110 | 1001 | 0 | 110000 | 1011101 | 101111 | 11101 | 1010111 | 11100 |
Color Harmonies of #864609
Complementary color
Monochromatic Colors of #864609
Black with #864609
Text Example
Text Example
White with #864609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864609; }
p { color: rgb(134,70,9); }
H1.HeaderClassName
{
color: #864609;
}
.AnyTagClassName
{
color: #864609;
}
</style>
background-color css
<style>
a { background-color: #864609; }
a { background-color: rgb(134,70,9); }
div.DivClassName
{
background-color: #864609;
}
.BgClassName
{
background-color: #864609;
}
</style>
border-color css
<style>
span { border-color: #864609; }
span { border-color: rgb(134,70,9); }
td.TdClassName
{
border-color: #864609;
}
.TagClassName
{
border-color: #864609;
}
</style>