Shades of Golden Brown #86610C
Tints of Golden Brown #86610C
RGB
CMYK
RGB Variations
Color information
#86610C (or 0x86610C) is known color: Golden Brown. HEX triplet: 86, 61 and 0C. RGB value is (134,97,12). Sum of RGB (Red+Green+Blue) = 134+97+12=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #86610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86610C is #799EF3. Grayscale: #626262. Windows color (decimal): -7970548 or 811398. OLE color: 811398.
HSL color Cylindrical-coordinate representation of color #86610C: hue angle of 41.8º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86610C is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 97 | 12 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.47 |
| HSL | 41.8º | 0.84% | 0.29% | - |
| HSV(B) | 41.8º | 0.91% | 0.53% | - |
| XYZ | 14.17 | 13.64 | 2.23 | - |
| YUV | 98.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 12 | 0 | 0.28 | 0.91 | 0.47 | 41.8 | 0.84 | 0.29 |
| Hex | 86 | 61 | C | 0 | 1C | 5B | 2F | 2A | 54 | 1D |
| Octal | 206 | 141 | 14 | 0 | 34 | 133 | 57 | 52 | 124 | 35 |
| Binary | 10000110 | 1100001 | 1100 | 0 | 11100 | 1011011 | 101111 | 101010 | 1010100 | 11101 |
Color Harmonies of #86610C
Complementary color
Monochromatic Colors of #86610C
Black with #86610C
Text Example
Text Example
White with #86610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86610C; }
p { color: rgb(134,97,12); }
H1.HeaderClassName
{
color: #86610C;
}
.AnyTagClassName
{
color: #86610C;
}
</style>
background-color css
<style>
a { background-color: #86610C; }
a { background-color: rgb(134,97,12); }
div.DivClassName
{
background-color: #86610C;
}
.BgClassName
{
background-color: #86610C;
}
</style>
border-color css
<style>
span { border-color: #86610C; }
span { border-color: rgb(134,97,12); }
td.TdClassName
{
border-color: #86610C;
}
.TagClassName
{
border-color: #86610C;
}
</style>