Shades of Golden Brown #865B01
Tints of Golden Brown #865B01
RGB
CMYK
RGB Variations
Color information
#865B01 (or 0x865B01) is known color: Golden Brown. HEX triplet: 86, 5B and 01. RGB value is (134,91,1). Sum of RGB (Red+Green+Blue) = 134+91+1=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #865B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865B01 is #79A4FE. Grayscale: #5D5D5D. Windows color (decimal): -7972095 or 88966. OLE color: 88966.
HSL color Cylindrical-coordinate representation of color #865B01: hue angle of 40.6º 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 #865B01 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.47 |
| HSL | 40.6º | 0.99% | 0.26% | - |
| HSV(B) | 40.6º | 0.99% | 0.53% | - |
| XYZ | 13.58 | 12.55 | 1.74 | - |
| YUV | 93.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 1 | 0 | 0.32 | 0.99 | 0.47 | 40.6 | 0.99 | 0.26 |
| Hex | 86 | 5B | 1 | 0 | 20 | 63 | 2F | 29 | 63 | 1A |
| Octal | 206 | 133 | 1 | 0 | 40 | 143 | 57 | 51 | 143 | 32 |
| Binary | 10000110 | 1011011 | 1 | 0 | 100000 | 1100011 | 101111 | 101001 | 1100011 | 11010 |
Color Harmonies of #865B01
Complementary color
Monochromatic Colors of #865B01
Black with #865B01
Text Example
Text Example
White with #865B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B01; }
p { color: rgb(134,91,1); }
H1.HeaderClassName
{
color: #865B01;
}
.AnyTagClassName
{
color: #865B01;
}
</style>
background-color css
<style>
a { background-color: #865B01; }
a { background-color: rgb(134,91,1); }
div.DivClassName
{
background-color: #865B01;
}
.BgClassName
{
background-color: #865B01;
}
</style>
border-color css
<style>
span { border-color: #865B01; }
span { border-color: rgb(134,91,1); }
td.TdClassName
{
border-color: #865B01;
}
.TagClassName
{
border-color: #865B01;
}
</style>