Shades of Golden Brown #865F05
Tints of Golden Brown #865F05
RGB
CMYK
RGB Variations
Color information
#865F05 (or 0x865F05) is known color: Golden Brown. HEX triplet: 86, 5F and 05. RGB value is (134,95,5). Sum of RGB (Red+Green+Blue) = 134+95+5=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #865F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865F05 is #79A0FA. Grayscale: #606060. Windows color (decimal): -7971067 or 352134. OLE color: 352134.
HSL color Cylindrical-coordinate representation of color #865F05: hue angle of 41.86º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #865F05 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 5 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.47 |
| HSL | 41.86º | 0.93% | 0.27% | - |
| HSV(B) | 41.86º | 0.96% | 0.53% | - |
| XYZ | 13.95 | 13.26 | 1.97 | - |
| YUV | 96.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 5 | 0 | 0.29 | 0.96 | 0.47 | 41.86 | 0.93 | 0.27 |
| Hex | 86 | 5F | 5 | 0 | 1D | 60 | 2F | 2A | 5D | 1B |
| Octal | 206 | 137 | 5 | 0 | 35 | 140 | 57 | 52 | 135 | 33 |
| Binary | 10000110 | 1011111 | 101 | 0 | 11101 | 1100000 | 101111 | 101010 | 1011101 | 11011 |
Color Harmonies of #865F05
Complementary color
Monochromatic Colors of #865F05
Black with #865F05
Text Example
Text Example
White with #865F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F05; }
p { color: rgb(134,95,5); }
H1.HeaderClassName
{
color: #865F05;
}
.AnyTagClassName
{
color: #865F05;
}
</style>
background-color css
<style>
a { background-color: #865F05; }
a { background-color: rgb(134,95,5); }
div.DivClassName
{
background-color: #865F05;
}
.BgClassName
{
background-color: #865F05;
}
</style>
border-color css
<style>
span { border-color: #865F05; }
span { border-color: rgb(134,95,5); }
td.TdClassName
{
border-color: #865F05;
}
.TagClassName
{
border-color: #865F05;
}
</style>