Shades of Golden Brown #86610D
Tints of Golden Brown #86610D
RGB
CMYK
RGB Variations
Color information
#86610D (or 0x86610D) is known color: Golden Brown. HEX triplet: 86, 61 and 0D. RGB value is (134,97,13). Sum of RGB (Red+Green+Blue) = 134+97+13=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86610D is #799EF2. Grayscale: #626262. Windows color (decimal): -7970547 or 876934. OLE color: 876934.
HSL color Cylindrical-coordinate representation of color #86610D: hue angle of 41.65º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86610D is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 97 | 13 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.47 |
| HSL | 41.65º | 0.82% | 0.29% | - |
| HSV(B) | 41.65º | 0.9% | 0.53% | - |
| XYZ | 14.18 | 13.65 | 2.27 | - |
| YUV | 98.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 13 | 0 | 0.28 | 0.90 | 0.47 | 41.65 | 0.82 | 0.29 |
| Hex | 86 | 61 | D | 0 | 1C | 5A | 2F | 2A | 52 | 1D |
| Octal | 206 | 141 | 15 | 0 | 34 | 132 | 57 | 52 | 122 | 35 |
| Binary | 10000110 | 1100001 | 1101 | 0 | 11100 | 1011010 | 101111 | 101010 | 1010010 | 11101 |
Color Harmonies of #86610D
Complementary color
Monochromatic Colors of #86610D
Black with #86610D
Text Example
Text Example
White with #86610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86610D; }
p { color: rgb(134,97,13); }
H1.HeaderClassName
{
color: #86610D;
}
.AnyTagClassName
{
color: #86610D;
}
</style>
background-color css
<style>
a { background-color: #86610D; }
a { background-color: rgb(134,97,13); }
div.DivClassName
{
background-color: #86610D;
}
.BgClassName
{
background-color: #86610D;
}
</style>
border-color css
<style>
span { border-color: #86610D; }
span { border-color: rgb(134,97,13); }
td.TdClassName
{
border-color: #86610D;
}
.TagClassName
{
border-color: #86610D;
}
</style>