Shades of Go Ben #867641
Tints of Go Ben #867641
RGB
CMYK
RGB Variations
Color information
#867641 (or 0x867641) is known color: Go Ben. HEX triplet: 86, 76 and 41. RGB value is (134,118,65). Sum of RGB (Red+Green+Blue) = 134+118+65=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #867641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867641 is #7989BE. Grayscale: #747474. Windows color (decimal): -7965119 or 4290182. OLE color: 4290182.
HSL color Cylindrical-coordinate representation of color #867641: hue angle of 46.09º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #867641 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 118 | 65 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.47 |
| HSL | 46.09º | 0.35% | 0.39% | - |
| HSV(B) | 46.09º | 0.51% | 0.53% | - |
| XYZ | 17.26 | 18.41 | 7.64 | - |
| YUV | 116.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 65 | 0 | 0.12 | 0.51 | 0.47 | 46.09 | 0.35 | 0.39 |
| Hex | 86 | 76 | 41 | 0 | C | 33 | 2F | 2E | 23 | 27 |
| Octal | 206 | 166 | 101 | 0 | 14 | 63 | 57 | 56 | 43 | 47 |
| Binary | 10000110 | 1110110 | 1000001 | 0 | 1100 | 110011 | 101111 | 101110 | 100011 | 100111 |
Color Harmonies of #867641
Complementary color
Monochromatic Colors of #867641
Black with #867641
Text Example
Text Example
White with #867641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867641; }
p { color: rgb(134,118,65); }
H1.HeaderClassName
{
color: #867641;
}
.AnyTagClassName
{
color: #867641;
}
</style>
background-color css
<style>
a { background-color: #867641; }
a { background-color: rgb(134,118,65); }
div.DivClassName
{
background-color: #867641;
}
.BgClassName
{
background-color: #867641;
}
</style>
border-color css
<style>
span { border-color: #867641; }
span { border-color: rgb(134,118,65); }
td.TdClassName
{
border-color: #867641;
}
.TagClassName
{
border-color: #867641;
}
</style>