Shades of Golden Brown #865C0A
Tints of Golden Brown #865C0A
RGB
CMYK
RGB Variations
Color information
#865C0A (or 0x865C0A) is known color: Golden Brown. HEX triplet: 86, 5C and 0A. RGB value is (134,92,10). Sum of RGB (Red+Green+Blue) = 134+92+10=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #865C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865C0A is #79A3F5. Grayscale: #5F5F5F. Windows color (decimal): -7971830 or 679046. OLE color: 679046.
HSL color Cylindrical-coordinate representation of color #865C0A: hue angle of 39.68º degrees, saturation: 0.86, 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 #865C0A is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 10 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.47 |
| HSL | 39.68º | 0.86% | 0.28% | - |
| HSV(B) | 39.68º | 0.93% | 0.53% | - |
| XYZ | 13.71 | 12.74 | 2.02 | - |
| YUV | 95.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 10 | 0 | 0.31 | 0.93 | 0.47 | 39.68 | 0.86 | 0.28 |
| Hex | 86 | 5C | A | 0 | 1F | 5D | 2F | 28 | 56 | 1C |
| Octal | 206 | 134 | 12 | 0 | 37 | 135 | 57 | 50 | 126 | 34 |
| Binary | 10000110 | 1011100 | 1010 | 0 | 11111 | 1011101 | 101111 | 101000 | 1010110 | 11100 |
Color Harmonies of #865C0A
Complementary color
Monochromatic Colors of #865C0A
Black with #865C0A
Text Example
Text Example
White with #865C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C0A; }
p { color: rgb(134,92,10); }
H1.HeaderClassName
{
color: #865C0A;
}
.AnyTagClassName
{
color: #865C0A;
}
</style>
background-color css
<style>
a { background-color: #865C0A; }
a { background-color: rgb(134,92,10); }
div.DivClassName
{
background-color: #865C0A;
}
.BgClassName
{
background-color: #865C0A;
}
</style>
border-color css
<style>
span { border-color: #865C0A; }
span { border-color: rgb(134,92,10); }
td.TdClassName
{
border-color: #865C0A;
}
.TagClassName
{
border-color: #865C0A;
}
</style>