Shades of Verdigris #646635
Tints of Verdigris #646635
RGB
CMYK
RGB Variations
Color information
#646635 (or 0x646635) is known color: Verdigris. HEX triplet: 64, 66 and 35. RGB value is (100,102,53). Sum of RGB (Red+Green+Blue) = 100+102+53=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #646635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646635 is #9B99CA. Grayscale: #606060. Windows color (decimal): -10197451 or 3499620. OLE color: 3499620.
HSL color Cylindrical-coordinate representation of color #646635: hue angle of 62.45º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #646635 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 102 | 53 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.6 |
| HSL | 62.45º | 0.32% | 0.3% | - |
| HSV(B) | 62.45º | 0.48% | 0.4% | - |
| XYZ | 10.65 | 12.47 | 5.21 | - |
| YUV | 95.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 53 | 0.02 | 0 | 0.48 | 0.6 | 62.45 | 0.32 | 0.3 |
| Hex | 64 | 66 | 35 | 2 | 0 | 30 | 3C | 3E | 20 | 1E |
| Octal | 144 | 146 | 65 | 2 | 0 | 60 | 74 | 76 | 40 | 36 |
| Binary | 1100100 | 1100110 | 110101 | 10 | 0 | 110000 | 111100 | 111110 | 100000 | 11110 |
Color Harmonies of #646635
Complementary color
Monochromatic Colors of #646635
Black with #646635
Text Example
Text Example
White with #646635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646635; }
p { color: rgb(100,102,53); }
H1.HeaderClassName
{
color: #646635;
}
.AnyTagClassName
{
color: #646635;
}
</style>
background-color css
<style>
a { background-color: #646635; }
a { background-color: rgb(100,102,53); }
div.DivClassName
{
background-color: #646635;
}
.BgClassName
{
background-color: #646635;
}
</style>
border-color css
<style>
span { border-color: #646635; }
span { border-color: rgb(100,102,53); }
td.TdClassName
{
border-color: #646635;
}
.TagClassName
{
border-color: #646635;
}
</style>