Shades of Go Ben #86773E
Tints of Go Ben #86773E
RGB
CMYK
RGB Variations
Color information
#86773E (or 0x86773E) is known color: Go Ben. HEX triplet: 86, 77 and 3E. RGB value is (134,119,62). Sum of RGB (Red+Green+Blue) = 134+119+62=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #86773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86773E is #7988C1. Grayscale: #757575. Windows color (decimal): -7964866 or 4093830. OLE color: 4093830.
HSL color Cylindrical-coordinate representation of color #86773E: hue angle of 47.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86773E is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 119 | 62 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.47 |
| HSL | 47.5º | 0.37% | 0.38% | - |
| HSV(B) | 47.5º | 0.54% | 0.53% | - |
| XYZ | 17.3 | 18.61 | 7.24 | - |
| YUV | 116.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 119 | 62 | 0 | 0.11 | 0.54 | 0.47 | 47.5 | 0.37 | 0.38 |
| Hex | 86 | 77 | 3E | 0 | B | 36 | 2F | 30 | 25 | 26 |
| Octal | 206 | 167 | 76 | 0 | 13 | 66 | 57 | 60 | 45 | 46 |
| Binary | 10000110 | 1110111 | 111110 | 0 | 1011 | 110110 | 101111 | 110000 | 100101 | 100110 |
Color Harmonies of #86773E
Complementary color
Monochromatic Colors of #86773E
Black with #86773E
Text Example
Text Example
White with #86773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86773E; }
p { color: rgb(134,119,62); }
H1.HeaderClassName
{
color: #86773E;
}
.AnyTagClassName
{
color: #86773E;
}
</style>
background-color css
<style>
a { background-color: #86773E; }
a { background-color: rgb(134,119,62); }
div.DivClassName
{
background-color: #86773E;
}
.BgClassName
{
background-color: #86773E;
}
</style>
border-color css
<style>
span { border-color: #86773E; }
span { border-color: rgb(134,119,62); }
td.TdClassName
{
border-color: #86773E;
}
.TagClassName
{
border-color: #86773E;
}
</style>