Shades of Golden Brown #866402
Tints of Golden Brown #866402
RGB
CMYK
RGB Variations
Color information
#866402 (or 0x866402) is known color: Golden Brown. HEX triplet: 86, 64 and 02. RGB value is (134,100,2). Sum of RGB (Red+Green+Blue) = 134+100+2=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #866402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866402 is #799BFD. Grayscale: #636363. Windows color (decimal): -7969790 or 156806. OLE color: 156806.
HSL color Cylindrical-coordinate representation of color #866402: hue angle of 44.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #866402 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 100 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.47 |
| HSL | 44.55º | 0.97% | 0.27% | - |
| HSV(B) | 44.55º | 0.99% | 0.53% | - |
| XYZ | 14.4 | 14.19 | 2.04 | - |
| YUV | 98.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 2 | 0 | 0.25 | 0.99 | 0.47 | 44.55 | 0.97 | 0.27 |
| Hex | 86 | 64 | 2 | 0 | 19 | 63 | 2F | 2D | 61 | 1B |
| Octal | 206 | 144 | 2 | 0 | 31 | 143 | 57 | 55 | 141 | 33 |
| Binary | 10000110 | 1100100 | 10 | 0 | 11001 | 1100011 | 101111 | 101101 | 1100001 | 11011 |
Color Harmonies of #866402
Complementary color
Monochromatic Colors of #866402
Black with #866402
Text Example
Text Example
White with #866402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866402; }
p { color: rgb(134,100,2); }
H1.HeaderClassName
{
color: #866402;
}
.AnyTagClassName
{
color: #866402;
}
</style>
background-color css
<style>
a { background-color: #866402; }
a { background-color: rgb(134,100,2); }
div.DivClassName
{
background-color: #866402;
}
.BgClassName
{
background-color: #866402;
}
</style>
border-color css
<style>
span { border-color: #866402; }
span { border-color: rgb(134,100,2); }
td.TdClassName
{
border-color: #866402;
}
.TagClassName
{
border-color: #866402;
}
</style>