Shades of Como #4C6B59
Tints of Como #4C6B59
RGB
CMYK
RGB Variations
Color information
#4C6B59 (or 0x4C6B59) is known color: Como. HEX triplet: 4C, 6B and 59. RGB value is (76,107,89). Sum of RGB (Red+Green+Blue) = 76+107+89=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6B59 is #B394A6. Grayscale: #5F5F5F. Windows color (decimal): -11768999 or 5860172. OLE color: 5860172.
HSL color Cylindrical-coordinate representation of color #4C6B59: hue angle of 145.16º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C6B59 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 107 | 89 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.58 |
| HSL | 145.16º | 0.17% | 0.36% | - |
| HSV(B) | 145.16º | 0.29% | 0.42% | - |
| XYZ | 10.04 | 12.77 | 11.39 | - |
| YUV | 95.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 107 | 89 | 0.29 | 0 | 0.17 | 0.58 | 145.16 | 0.17 | 0.36 |
| Hex | 4C | 6B | 59 | 1D | 0 | 11 | 3A | 91 | 11 | 24 |
| Octal | 114 | 153 | 131 | 35 | 0 | 21 | 72 | 221 | 21 | 44 |
| Binary | 1001100 | 1101011 | 1011001 | 11101 | 0 | 10001 | 111010 | 10010001 | 10001 | 100100 |
Color Harmonies of #4C6B59
Complementary color
Monochromatic Colors of #4C6B59
Black with #4C6B59
Text Example
Text Example
White with #4C6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6B59; }
p { color: rgb(76,107,89); }
H1.HeaderClassName
{
color: #4C6B59;
}
.AnyTagClassName
{
color: #4C6B59;
}
</style>
background-color css
<style>
a { background-color: #4C6B59; }
a { background-color: rgb(76,107,89); }
div.DivClassName
{
background-color: #4C6B59;
}
.BgClassName
{
background-color: #4C6B59;
}
</style>
border-color css
<style>
span { border-color: #4C6B59; }
span { border-color: rgb(76,107,89); }
td.TdClassName
{
border-color: #4C6B59;
}
.TagClassName
{
border-color: #4C6B59;
}
</style>