Shades of Go Ben #86793E
Tints of Go Ben #86793E
RGB
CMYK
RGB Variations
Color information
#86793E (or 0x86793E) is known color: Go Ben. HEX triplet: 86, 79 and 3E. RGB value is (134,121,62). Sum of RGB (Red+Green+Blue) = 134+121+62=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #86793E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86793E is #7986C1. Grayscale: #767676. Windows color (decimal): -7964354 or 4094342. OLE color: 4094342.
HSL color Cylindrical-coordinate representation of color #86793E: hue angle of 49.17º 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 #86793E is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 121 | 62 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.47 |
| HSL | 49.17º | 0.37% | 0.38% | - |
| HSV(B) | 49.17º | 0.54% | 0.53% | - |
| XYZ | 17.54 | 19.09 | 7.32 | - |
| YUV | 118.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 62 | 0 | 0.10 | 0.54 | 0.47 | 49.17 | 0.37 | 0.38 |
| Hex | 86 | 79 | 3E | 0 | A | 36 | 2F | 31 | 25 | 26 |
| Octal | 206 | 171 | 76 | 0 | 12 | 66 | 57 | 61 | 45 | 46 |
| Binary | 10000110 | 1111001 | 111110 | 0 | 1010 | 110110 | 101111 | 110001 | 100101 | 100110 |
Color Harmonies of #86793E
Complementary color
Monochromatic Colors of #86793E
Black with #86793E
Text Example
Text Example
White with #86793E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86793E; }
p { color: rgb(134,121,62); }
H1.HeaderClassName
{
color: #86793E;
}
.AnyTagClassName
{
color: #86793E;
}
</style>
background-color css
<style>
a { background-color: #86793E; }
a { background-color: rgb(134,121,62); }
div.DivClassName
{
background-color: #86793E;
}
.BgClassName
{
background-color: #86793E;
}
</style>
border-color css
<style>
span { border-color: #86793E; }
span { border-color: rgb(134,121,62); }
td.TdClassName
{
border-color: #86793E;
}
.TagClassName
{
border-color: #86793E;
}
</style>