Shades of Verdigris #646036
Tints of Verdigris #646036
RGB
CMYK
RGB Variations
Color information
#646036 (or 0x646036) is known color: Verdigris. HEX triplet: 64, 60 and 36. RGB value is (100,96,54). Sum of RGB (Red+Green+Blue) = 100+96+54=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #646036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646036 is #9B9FC9. Grayscale: #5C5C5C. Windows color (decimal): -10198986 or 3563620. OLE color: 3563620.
HSL color Cylindrical-coordinate representation of color #646036: hue angle of 54.78º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #646036 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 96 | 54 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.61 |
| HSL | 54.78º | 0.3% | 0.3% | - |
| HSV(B) | 54.78º | 0.46% | 0.39% | - |
| XYZ | 10.1 | 11.34 | 5.15 | - |
| YUV | 92.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 54 | 0 | 0.04 | 0.46 | 0.61 | 54.78 | 0.3 | 0.3 |
| Hex | 64 | 60 | 36 | 0 | 4 | 2E | 3D | 37 | 1E | 1E |
| Octal | 144 | 140 | 66 | 0 | 4 | 56 | 75 | 67 | 36 | 36 |
| Binary | 1100100 | 1100000 | 110110 | 0 | 100 | 101110 | 111101 | 110111 | 11110 | 11110 |
Color Harmonies of #646036
Complementary color
Monochromatic Colors of #646036
Black with #646036
Text Example
Text Example
White with #646036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646036; }
p { color: rgb(100,96,54); }
H1.HeaderClassName
{
color: #646036;
}
.AnyTagClassName
{
color: #646036;
}
</style>
background-color css
<style>
a { background-color: #646036; }
a { background-color: rgb(100,96,54); }
div.DivClassName
{
background-color: #646036;
}
.BgClassName
{
background-color: #646036;
}
</style>
border-color css
<style>
span { border-color: #646036; }
span { border-color: rgb(100,96,54); }
td.TdClassName
{
border-color: #646036;
}
.TagClassName
{
border-color: #646036;
}
</style>