Shades of Verdigris #646342
Tints of Verdigris #646342
RGB
CMYK
RGB Variations
Color information
#646342 (or 0x646342) is known color: Verdigris. HEX triplet: 64, 63 and 42. RGB value is (100,99,66). Sum of RGB (Red+Green+Blue) = 100+99+66=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #646342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646342 is #9B9CBD. Grayscale: #5F5F5F. Windows color (decimal): -10198206 or 4350820. OLE color: 4350820.
HSL color Cylindrical-coordinate representation of color #646342: hue angle of 58.24º 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 #646342 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 99 | 66 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.61 |
| HSL | 58.24º | 0.2% | 0.33% | - |
| HSV(B) | 58.24º | 0.34% | 0.39% | - |
| XYZ | 10.7 | 12.03 | 6.91 | - |
| YUV | 95.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 66 | 0 | 0.01 | 0.34 | 0.61 | 58.24 | 0.2 | 0.33 |
| Hex | 64 | 63 | 42 | 0 | 1 | 22 | 3D | 3A | 14 | 21 |
| Octal | 144 | 143 | 102 | 0 | 1 | 42 | 75 | 72 | 24 | 41 |
| Binary | 1100100 | 1100011 | 1000010 | 0 | 1 | 100010 | 111101 | 111010 | 10100 | 100001 |
Color Harmonies of #646342
Complementary color
Monochromatic Colors of #646342
Black with #646342
Text Example
Text Example
White with #646342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646342; }
p { color: rgb(100,99,66); }
H1.HeaderClassName
{
color: #646342;
}
.AnyTagClassName
{
color: #646342;
}
</style>
background-color css
<style>
a { background-color: #646342; }
a { background-color: rgb(100,99,66); }
div.DivClassName
{
background-color: #646342;
}
.BgClassName
{
background-color: #646342;
}
</style>
border-color css
<style>
span { border-color: #646342; }
span { border-color: rgb(100,99,66); }
td.TdClassName
{
border-color: #646342;
}
.TagClassName
{
border-color: #646342;
}
</style>