Shades of Go Ben #867C44
Tints of Go Ben #867C44
RGB
CMYK
RGB Variations
Color information
#867C44 (or 0x867C44) is known color: Go Ben. HEX triplet: 86, 7C and 44. RGB value is (134,124,68). Sum of RGB (Red+Green+Blue) = 134+124+68=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #867C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C44 is #7983BB. Grayscale: #787878. Windows color (decimal): -7963580 or 4488326. OLE color: 4488326.
HSL color Cylindrical-coordinate representation of color #867C44: hue angle of 50.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #867C44 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 68 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.47 |
| HSL | 50.91º | 0.33% | 0.4% | - |
| HSV(B) | 50.91º | 0.49% | 0.53% | - |
| XYZ | 18.08 | 19.9 | 8.36 | - |
| YUV | 120.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 68 | 0 | 0.07 | 0.49 | 0.47 | 50.91 | 0.33 | 0.4 |
| Hex | 86 | 7C | 44 | 0 | 7 | 31 | 2F | 33 | 21 | 28 |
| Octal | 206 | 174 | 104 | 0 | 7 | 61 | 57 | 63 | 41 | 50 |
| Binary | 10000110 | 1111100 | 1000100 | 0 | 111 | 110001 | 101111 | 110011 | 100001 | 101000 |
Color Harmonies of #867C44
Complementary color
Monochromatic Colors of #867C44
Black with #867C44
Text Example
Text Example
White with #867C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C44; }
p { color: rgb(134,124,68); }
H1.HeaderClassName
{
color: #867C44;
}
.AnyTagClassName
{
color: #867C44;
}
</style>
background-color css
<style>
a { background-color: #867C44; }
a { background-color: rgb(134,124,68); }
div.DivClassName
{
background-color: #867C44;
}
.BgClassName
{
background-color: #867C44;
}
</style>
border-color css
<style>
span { border-color: #867C44; }
span { border-color: rgb(134,124,68); }
td.TdClassName
{
border-color: #867C44;
}
.TagClassName
{
border-color: #867C44;
}
</style>