Shades of Golden Brown #865F01
Tints of Golden Brown #865F01
RGB
CMYK
RGB Variations
Color information
#865F01 (or 0x865F01) is known color: Golden Brown. HEX triplet: 86, 5F and 01. RGB value is (134,95,1). Sum of RGB (Red+Green+Blue) = 134+95+1=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #865F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865F01 is #79A0FE. Grayscale: #606060. Windows color (decimal): -7971071 or 89990. OLE color: 89990.
HSL color Cylindrical-coordinate representation of color #865F01: hue angle of 42.41º 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 #865F01 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.47 |
| HSL | 42.41º | 0.99% | 0.26% | - |
| HSV(B) | 42.41º | 0.99% | 0.53% | - |
| XYZ | 13.93 | 13.25 | 1.85 | - |
| YUV | 95.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 1 | 0 | 0.29 | 0.99 | 0.47 | 42.41 | 0.99 | 0.26 |
| Hex | 86 | 5F | 1 | 0 | 1D | 63 | 2F | 2A | 63 | 1A |
| Octal | 206 | 137 | 1 | 0 | 35 | 143 | 57 | 52 | 143 | 32 |
| Binary | 10000110 | 1011111 | 1 | 0 | 11101 | 1100011 | 101111 | 101010 | 1100011 | 11010 |
Color Harmonies of #865F01
Complementary color
Monochromatic Colors of #865F01
Black with #865F01
Text Example
Text Example
White with #865F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F01; }
p { color: rgb(134,95,1); }
H1.HeaderClassName
{
color: #865F01;
}
.AnyTagClassName
{
color: #865F01;
}
</style>
background-color css
<style>
a { background-color: #865F01; }
a { background-color: rgb(134,95,1); }
div.DivClassName
{
background-color: #865F01;
}
.BgClassName
{
background-color: #865F01;
}
</style>
border-color css
<style>
span { border-color: #865F01; }
span { border-color: rgb(134,95,1); }
td.TdClassName
{
border-color: #865F01;
}
.TagClassName
{
border-color: #865F01;
}
</style>