Shades of Golden Brown #866401
Tints of Golden Brown #866401
RGB
CMYK
RGB Variations
Color information
#866401 (or 0x866401) is known color: Golden Brown. HEX triplet: 86, 64 and 01. RGB value is (134,100,1). Sum of RGB (Red+Green+Blue) = 134+100+1=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #866401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866401 is #799BFE. Grayscale: #636363. Windows color (decimal): -7969791 or 91270. OLE color: 91270.
HSL color Cylindrical-coordinate representation of color #866401: hue angle of 44.66º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #866401 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 100 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.47 |
| HSL | 44.66º | 0.99% | 0.26% | - |
| HSV(B) | 44.66º | 0.99% | 0.53% | - |
| XYZ | 14.39 | 14.18 | 2.01 | - |
| YUV | 98.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 1 | 0 | 0.25 | 0.99 | 0.47 | 44.66 | 0.99 | 0.26 |
| Hex | 86 | 64 | 1 | 0 | 19 | 63 | 2F | 2D | 63 | 1A |
| Octal | 206 | 144 | 1 | 0 | 31 | 143 | 57 | 55 | 143 | 32 |
| Binary | 10000110 | 1100100 | 1 | 0 | 11001 | 1100011 | 101111 | 101101 | 1100011 | 11010 |
Color Harmonies of #866401
Complementary color
Monochromatic Colors of #866401
Black with #866401
Text Example
Text Example
White with #866401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866401; }
p { color: rgb(134,100,1); }
H1.HeaderClassName
{
color: #866401;
}
.AnyTagClassName
{
color: #866401;
}
</style>
background-color css
<style>
a { background-color: #866401; }
a { background-color: rgb(134,100,1); }
div.DivClassName
{
background-color: #866401;
}
.BgClassName
{
background-color: #866401;
}
</style>
border-color css
<style>
span { border-color: #866401; }
span { border-color: rgb(134,100,1); }
td.TdClassName
{
border-color: #866401;
}
.TagClassName
{
border-color: #866401;
}
</style>