Shades of Golden Brown #86610B
Tints of Golden Brown #86610B
RGB
CMYK
RGB Variations
Color information
#86610B (or 0x86610B) is known color: Golden Brown. HEX triplet: 86, 61 and 0B. RGB value is (134,97,11). Sum of RGB (Red+Green+Blue) = 134+97+11=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #86610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86610B is #799EF4. Grayscale: #626262. Windows color (decimal): -7970549 or 745862. OLE color: 745862.
HSL color Cylindrical-coordinate representation of color #86610B: hue angle of 41.95º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86610B is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 97 | 11 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.47 |
| HSL | 41.95º | 0.85% | 0.28% | - |
| HSV(B) | 41.95º | 0.92% | 0.53% | - |
| XYZ | 14.17 | 13.64 | 2.2 | - |
| YUV | 98.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 11 | 0 | 0.28 | 0.92 | 0.47 | 41.95 | 0.85 | 0.28 |
| Hex | 86 | 61 | B | 0 | 1C | 5C | 2F | 2A | 55 | 1C |
| Octal | 206 | 141 | 13 | 0 | 34 | 134 | 57 | 52 | 125 | 34 |
| Binary | 10000110 | 1100001 | 1011 | 0 | 11100 | 1011100 | 101111 | 101010 | 1010101 | 11100 |
Color Harmonies of #86610B
Complementary color
Monochromatic Colors of #86610B
Black with #86610B
Text Example
Text Example
White with #86610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86610B; }
p { color: rgb(134,97,11); }
H1.HeaderClassName
{
color: #86610B;
}
.AnyTagClassName
{
color: #86610B;
}
</style>
background-color css
<style>
a { background-color: #86610B; }
a { background-color: rgb(134,97,11); }
div.DivClassName
{
background-color: #86610B;
}
.BgClassName
{
background-color: #86610B;
}
</style>
border-color css
<style>
span { border-color: #86610B; }
span { border-color: rgb(134,97,11); }
td.TdClassName
{
border-color: #86610B;
}
.TagClassName
{
border-color: #86610B;
}
</style>