Shades of Go Ben #74694B
Tints of Go Ben #74694B
RGB
CMYK
RGB Variations
Color information
#74694B (or 0x74694B) is known color: Go Ben. HEX triplet: 74, 69 and 4B. RGB value is (116,105,75). Sum of RGB (Red+Green+Blue) = 116+105+75=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #74694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74694B is #8B96B4. Grayscale: #696969. Windows color (decimal): -9148085 or 4942196. OLE color: 4942196.
HSL color Cylindrical-coordinate representation of color #74694B: hue angle of 43.9º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74694B is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 75 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.55 |
| HSL | 43.9º | 0.21% | 0.37% | - |
| HSV(B) | 43.9º | 0.35% | 0.45% | - |
| XYZ | 13.52 | 14.32 | 8.71 | - |
| YUV | 104.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 75 | 0 | 0.09 | 0.35 | 0.55 | 43.9 | 0.21 | 0.37 |
| Hex | 74 | 69 | 4B | 0 | 9 | 23 | 37 | 2C | 15 | 25 |
| Octal | 164 | 151 | 113 | 0 | 11 | 43 | 67 | 54 | 25 | 45 |
| Binary | 1110100 | 1101001 | 1001011 | 0 | 1001 | 100011 | 110111 | 101100 | 10101 | 100101 |
Color Harmonies of #74694B
Complementary color
Monochromatic Colors of #74694B
Black with #74694B
Text Example
Text Example
White with #74694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74694B; }
p { color: rgb(116,105,75); }
H1.HeaderClassName
{
color: #74694B;
}
.AnyTagClassName
{
color: #74694B;
}
</style>
background-color css
<style>
a { background-color: #74694B; }
a { background-color: rgb(116,105,75); }
div.DivClassName
{
background-color: #74694B;
}
.BgClassName
{
background-color: #74694B;
}
</style>
border-color css
<style>
span { border-color: #74694B; }
span { border-color: rgb(116,105,75); }
td.TdClassName
{
border-color: #74694B;
}
.TagClassName
{
border-color: #74694B;
}
</style>