Shades of Nandor #4C6649
Tints of Nandor #4C6649
RGB
CMYK
RGB Variations
Color information
#4C6649 (or 0x4C6649) is known color: Nandor. HEX triplet: 4C, 66 and 49. RGB value is (76,102,73). Sum of RGB (Red+Green+Blue) = 76+102+73=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 102 - color contains mainly: green. Hex color #4C6649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6649 is #B399B6. Grayscale: #5B5B5B. Windows color (decimal): -11770295 or 4810316. OLE color: 4810316.
HSL color Cylindrical-coordinate representation of color #4C6649: hue angle of 113.79º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C6649 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 76 | 102 | 73 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.6 |
| HSL | 113.79º | 0.17% | 0.34% | - |
| HSV(B) | 113.79º | 0.28% | 0.4% | - |
| XYZ | 8.93 | 11.52 | 8.06 | - |
| YUV | 90.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 102 | 73 | 0.25 | 0 | 0.28 | 0.6 | 113.79 | 0.17 | 0.34 |
| Hex | 4C | 66 | 49 | 19 | 0 | 1C | 3C | 72 | 11 | 22 |
| Octal | 114 | 146 | 111 | 31 | 0 | 34 | 74 | 162 | 21 | 42 |
| Binary | 1001100 | 1100110 | 1001001 | 11001 | 0 | 11100 | 111100 | 1110010 | 10001 | 100010 |
Color Harmonies of #4C6649
Complementary color
Monochromatic Colors of #4C6649
Black with #4C6649
Text Example
Text Example
White with #4C6649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6649; }
p { color: rgb(76,102,73); }
H1.HeaderClassName
{
color: #4C6649;
}
.AnyTagClassName
{
color: #4C6649;
}
</style>
background-color css
<style>
a { background-color: #4C6649; }
a { background-color: rgb(76,102,73); }
div.DivClassName
{
background-color: #4C6649;
}
.BgClassName
{
background-color: #4C6649;
}
</style>
border-color css
<style>
span { border-color: #4C6649; }
span { border-color: rgb(76,102,73); }
td.TdClassName
{
border-color: #4C6649;
}
.TagClassName
{
border-color: #4C6649;
}
</style>