Shades of Go Ben #867643
Tints of Go Ben #867643
RGB
CMYK
RGB Variations
Color information
#867643 (or 0x867643) is known color: Go Ben. HEX triplet: 86, 76 and 43. RGB value is (134,118,67). Sum of RGB (Red+Green+Blue) = 134+118+67=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #867643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867643 is #7989BC. Grayscale: #757575. Windows color (decimal): -7965117 or 4421254. OLE color: 4421254.
HSL color Cylindrical-coordinate representation of color #867643: hue angle of 45.67º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #867643 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 118 | 67 | - |
| CMYK | 0 | 0.12 | 0.5 | 0.47 |
| HSL | 45.67º | 0.33% | 0.39% | - |
| HSV(B) | 45.67º | 0.5% | 0.53% | - |
| XYZ | 17.32 | 18.43 | 7.95 | - |
| YUV | 116.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 67 | 0 | 0.12 | 0.5 | 0.47 | 45.67 | 0.33 | 0.39 |
| Hex | 86 | 76 | 43 | 0 | C | 32 | 2F | 2E | 21 | 27 |
| Octal | 206 | 166 | 103 | 0 | 14 | 62 | 57 | 56 | 41 | 47 |
| Binary | 10000110 | 1110110 | 1000011 | 0 | 1100 | 110010 | 101111 | 101110 | 100001 | 100111 |
Color Harmonies of #867643
Complementary color
Monochromatic Colors of #867643
Black with #867643
Text Example
Text Example
White with #867643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867643; }
p { color: rgb(134,118,67); }
H1.HeaderClassName
{
color: #867643;
}
.AnyTagClassName
{
color: #867643;
}
</style>
background-color css
<style>
a { background-color: #867643; }
a { background-color: rgb(134,118,67); }
div.DivClassName
{
background-color: #867643;
}
.BgClassName
{
background-color: #867643;
}
</style>
border-color css
<style>
span { border-color: #867643; }
span { border-color: rgb(134,118,67); }
td.TdClassName
{
border-color: #867643;
}
.TagClassName
{
border-color: #867643;
}
</style>