Shades of Golden Brown #865F09
Tints of Golden Brown #865F09
RGB
CMYK
RGB Variations
Color information
#865F09 (or 0x865F09) is known color: Golden Brown. HEX triplet: 86, 5F and 09. RGB value is (134,95,9). Sum of RGB (Red+Green+Blue) = 134+95+9=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #865F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865F09 is #79A0F6. Grayscale: #616161. Windows color (decimal): -7971063 or 614278. OLE color: 614278.
HSL color Cylindrical-coordinate representation of color #865F09: hue angle of 41.28º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #865F09 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 9 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.47 |
| HSL | 41.28º | 0.87% | 0.28% | - |
| HSV(B) | 41.28º | 0.93% | 0.53% | - |
| XYZ | 13.97 | 13.27 | 2.08 | - |
| YUV | 96.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 9 | 0 | 0.29 | 0.93 | 0.47 | 41.28 | 0.87 | 0.28 |
| Hex | 86 | 5F | 9 | 0 | 1D | 5D | 2F | 29 | 57 | 1C |
| Octal | 206 | 137 | 11 | 0 | 35 | 135 | 57 | 51 | 127 | 34 |
| Binary | 10000110 | 1011111 | 1001 | 0 | 11101 | 1011101 | 101111 | 101001 | 1010111 | 11100 |
Color Harmonies of #865F09
Complementary color
Monochromatic Colors of #865F09
Black with #865F09
Text Example
Text Example
White with #865F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F09; }
p { color: rgb(134,95,9); }
H1.HeaderClassName
{
color: #865F09;
}
.AnyTagClassName
{
color: #865F09;
}
</style>
background-color css
<style>
a { background-color: #865F09; }
a { background-color: rgb(134,95,9); }
div.DivClassName
{
background-color: #865F09;
}
.BgClassName
{
background-color: #865F09;
}
</style>
border-color css
<style>
span { border-color: #865F09; }
span { border-color: rgb(134,95,9); }
td.TdClassName
{
border-color: #865F09;
}
.TagClassName
{
border-color: #865F09;
}
</style>