Shades of Golden Brown #866500
Tints of Golden Brown #866500
RGB
CMYK
RGB Variations
Color information
#866500 (or 0x866500) is known color: Golden Brown. HEX triplet: 86, 65 and 00. RGB value is (134,101,0). Sum of RGB (Red+Green+Blue) = 134+101+0=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #866500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866500 is #799AFF. Grayscale: #636363. Windows color (decimal): -7969536 or 25990. OLE color: 25990.
HSL color Cylindrical-coordinate representation of color #866500: hue angle of 45.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #866500 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 101 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.47 |
| HSL | 45.22º | 1% | 0.26% | - |
| HSV(B) | 45.22º | 1% | 0.53% | - |
| XYZ | 14.49 | 14.38 | 2.01 | - |
| YUV | 99.35 | 71.93 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 0 | 0 | 0.25 | 1 | 0.47 | 45.22 | 1 | 0.26 |
| Hex | 86 | 65 | 0 | 0 | 19 | 64 | 2F | 2D | 64 | 1A |
| Octal | 206 | 145 | 0 | 0 | 31 | 144 | 57 | 55 | 144 | 32 |
| Binary | 10000110 | 1100101 | 0 | 0 | 11001 | 1100100 | 101111 | 101101 | 1100100 | 11010 |
Color Harmonies of #866500
Complementary color
Monochromatic Colors of #866500
Black with #866500
Text Example
Text Example
White with #866500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866500; }
p { color: rgb(134,101,0); }
H1.HeaderClassName
{
color: #866500;
}
.AnyTagClassName
{
color: #866500;
}
</style>
background-color css
<style>
a { background-color: #866500; }
a { background-color: rgb(134,101,0); }
div.DivClassName
{
background-color: #866500;
}
.BgClassName
{
background-color: #866500;
}
</style>
border-color css
<style>
span { border-color: #866500; }
span { border-color: rgb(134,101,0); }
td.TdClassName
{
border-color: #866500;
}
.TagClassName
{
border-color: #866500;
}
</style>