Shades of Verdigris #646039
Tints of Verdigris #646039
RGB
CMYK
RGB Variations
Color information
#646039 (or 0x646039) is known color: Verdigris. HEX triplet: 64, 60 and 39. RGB value is (100,96,57). Sum of RGB (Red+Green+Blue) = 100+96+57=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 100 - color contains mainly: red. Hex color #646039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646039 is #9B9FC6. Grayscale: #5C5C5C. Windows color (decimal): -10198983 or 3760228. OLE color: 3760228.
HSL color Cylindrical-coordinate representation of color #646039: hue angle of 54.42º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #646039 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 96 | 57 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.61 |
| HSL | 54.42º | 0.27% | 0.31% | - |
| HSV(B) | 54.42º | 0.43% | 0.39% | - |
| XYZ | 10.18 | 11.37 | 5.53 | - |
| YUV | 92.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 57 | 0 | 0.04 | 0.43 | 0.61 | 54.42 | 0.27 | 0.31 |
| Hex | 64 | 60 | 39 | 0 | 4 | 2B | 3D | 36 | 1B | 1F |
| Octal | 144 | 140 | 71 | 0 | 4 | 53 | 75 | 66 | 33 | 37 |
| Binary | 1100100 | 1100000 | 111001 | 0 | 100 | 101011 | 111101 | 110110 | 11011 | 11111 |
Color Harmonies of #646039
Complementary color
Monochromatic Colors of #646039
Black with #646039
Text Example
Text Example
White with #646039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646039; }
p { color: rgb(100,96,57); }
H1.HeaderClassName
{
color: #646039;
}
.AnyTagClassName
{
color: #646039;
}
</style>
background-color css
<style>
a { background-color: #646039; }
a { background-color: rgb(100,96,57); }
div.DivClassName
{
background-color: #646039;
}
.BgClassName
{
background-color: #646039;
}
</style>
border-color css
<style>
span { border-color: #646039; }
span { border-color: rgb(100,96,57); }
td.TdClassName
{
border-color: #646039;
}
.TagClassName
{
border-color: #646039;
}
</style>