Shades of Verdigris #646042
Tints of Verdigris #646042
RGB
CMYK
RGB Variations
Color information
#646042 (or 0x646042) is known color: Verdigris. HEX triplet: 64, 60 and 42. RGB value is (100,96,66). Sum of RGB (Red+Green+Blue) = 100+96+66=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #646042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646042 is #9B9FBD. Grayscale: #5D5D5D. Windows color (decimal): -10198974 or 4350052. OLE color: 4350052.
HSL color Cylindrical-coordinate representation of color #646042: hue angle of 52.94º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #646042 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 96 | 66 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.61 |
| HSL | 52.94º | 0.2% | 0.33% | - |
| HSV(B) | 52.94º | 0.34% | 0.39% | - |
| XYZ | 10.42 | 11.47 | 6.82 | - |
| YUV | 93.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 66 | 0 | 0.04 | 0.34 | 0.61 | 52.94 | 0.2 | 0.33 |
| Hex | 64 | 60 | 42 | 0 | 4 | 22 | 3D | 35 | 14 | 21 |
| Octal | 144 | 140 | 102 | 0 | 4 | 42 | 75 | 65 | 24 | 41 |
| Binary | 1100100 | 1100000 | 1000010 | 0 | 100 | 100010 | 111101 | 110101 | 10100 | 100001 |
Color Harmonies of #646042
Complementary color
Monochromatic Colors of #646042
Black with #646042
Text Example
Text Example
White with #646042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646042; }
p { color: rgb(100,96,66); }
H1.HeaderClassName
{
color: #646042;
}
.AnyTagClassName
{
color: #646042;
}
</style>
background-color css
<style>
a { background-color: #646042; }
a { background-color: rgb(100,96,66); }
div.DivClassName
{
background-color: #646042;
}
.BgClassName
{
background-color: #646042;
}
</style>
border-color css
<style>
span { border-color: #646042; }
span { border-color: rgb(100,96,66); }
td.TdClassName
{
border-color: #646042;
}
.TagClassName
{
border-color: #646042;
}
</style>