Shades of Go Ben #736C42
Tints of Go Ben #736C42
RGB
CMYK
RGB Variations
Color information
#736C42 (or 0x736C42) is known color: Go Ben. HEX triplet: 73, 6C and 42. RGB value is (115,108,66). Sum of RGB (Red+Green+Blue) = 115+108+66=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #736C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C42 is #8C93BD. Grayscale: #696969. Windows color (decimal): -9212862 or 4353139. OLE color: 4353139.
HSL color Cylindrical-coordinate representation of color #736C42: hue angle of 51.43º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #736C42 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 66 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.55 |
| HSL | 51.43º | 0.27% | 0.35% | - |
| HSV(B) | 51.43º | 0.43% | 0.45% | - |
| XYZ | 13.42 | 14.76 | 7.3 | - |
| YUV | 105.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 66 | 0 | 0.06 | 0.43 | 0.55 | 51.43 | 0.27 | 0.35 |
| Hex | 73 | 6C | 42 | 0 | 6 | 2B | 37 | 33 | 1B | 23 |
| Octal | 163 | 154 | 102 | 0 | 6 | 53 | 67 | 63 | 33 | 43 |
| Binary | 1110011 | 1101100 | 1000010 | 0 | 110 | 101011 | 110111 | 110011 | 11011 | 100011 |
Color Harmonies of #736C42
Complementary color
Monochromatic Colors of #736C42
Black with #736C42
Text Example
Text Example
White with #736C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C42; }
p { color: rgb(115,108,66); }
H1.HeaderClassName
{
color: #736C42;
}
.AnyTagClassName
{
color: #736C42;
}
</style>
background-color css
<style>
a { background-color: #736C42; }
a { background-color: rgb(115,108,66); }
div.DivClassName
{
background-color: #736C42;
}
.BgClassName
{
background-color: #736C42;
}
</style>
border-color css
<style>
span { border-color: #736C42; }
span { border-color: rgb(115,108,66); }
td.TdClassName
{
border-color: #736C42;
}
.TagClassName
{
border-color: #736C42;
}
</style>