Shades of Go Ben #817642
Tints of Go Ben #817642
RGB
CMYK
RGB Variations
Color information
#817642 (or 0x817642) is known color: Go Ben. HEX triplet: 81, 76 and 42. RGB value is (129,118,66). Sum of RGB (Red+Green+Blue) = 129+118+66=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #817642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817642 is #7E89BD. Grayscale: #737373. Windows color (decimal): -8292798 or 4355713. OLE color: 4355713.
HSL color Cylindrical-coordinate representation of color #817642: hue angle of 49.52º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #817642 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 118 | 66 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.49 |
| HSL | 49.52º | 0.32% | 0.38% | - |
| HSV(B) | 49.52º | 0.49% | 0.51% | - |
| XYZ | 16.52 | 18.02 | 7.76 | - |
| YUV | 115.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 66 | 0 | 0.09 | 0.49 | 0.49 | 49.52 | 0.32 | 0.38 |
| Hex | 81 | 76 | 42 | 0 | 9 | 31 | 31 | 32 | 20 | 26 |
| Octal | 201 | 166 | 102 | 0 | 11 | 61 | 61 | 62 | 40 | 46 |
| Binary | 10000001 | 1110110 | 1000010 | 0 | 1001 | 110001 | 110001 | 110010 | 100000 | 100110 |
Color Harmonies of #817642
Complementary color
Monochromatic Colors of #817642
Black with #817642
Text Example
Text Example
White with #817642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817642; }
p { color: rgb(129,118,66); }
H1.HeaderClassName
{
color: #817642;
}
.AnyTagClassName
{
color: #817642;
}
</style>
background-color css
<style>
a { background-color: #817642; }
a { background-color: rgb(129,118,66); }
div.DivClassName
{
background-color: #817642;
}
.BgClassName
{
background-color: #817642;
}
</style>
border-color css
<style>
span { border-color: #817642; }
span { border-color: rgb(129,118,66); }
td.TdClassName
{
border-color: #817642;
}
.TagClassName
{
border-color: #817642;
}
</style>