Shades of Verdigris #606041
Tints of Verdigris #606041
RGB
CMYK
RGB Variations
Color information
#606041 (or 0x606041) is known color: Verdigris. HEX triplet: 60, 60 and 41. RGB value is (96,96,65). Sum of RGB (Red+Green+Blue) = 96+96+65=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606041 is #9F9FBE. Grayscale: #5C5C5C. Windows color (decimal): -10461119 or 4284512. OLE color: 4284512.
HSL color Cylindrical-coordinate representation of color #606041: hue angle of 60º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #606041 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 96 | 65 | - |
| CMYK | 0 | 0 | 0.32 | 0.62 |
| HSL | 60º | 0.19% | 0.32% | - |
| HSV(B) | 60º | 0.32% | 0.38% | - |
| XYZ | 9.96 | 11.23 | 6.64 | - |
| YUV | 92.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 65 | 0 | 0 | 0.32 | 0.62 | 60 | 0.19 | 0.32 |
| Hex | 60 | 60 | 41 | 0 | 0 | 20 | 3E | 3C | 13 | 20 |
| Octal | 140 | 140 | 101 | 0 | 0 | 40 | 76 | 74 | 23 | 40 |
| Binary | 1100000 | 1100000 | 1000001 | 0 | 0 | 100000 | 111110 | 111100 | 10011 | 100000 |
Color Harmonies of #606041
Complementary color
Monochromatic Colors of #606041
Black with #606041
Text Example
Text Example
White with #606041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606041; }
p { color: rgb(96,96,65); }
H1.HeaderClassName
{
color: #606041;
}
.AnyTagClassName
{
color: #606041;
}
</style>
background-color css
<style>
a { background-color: #606041; }
a { background-color: rgb(96,96,65); }
div.DivClassName
{
background-color: #606041;
}
.BgClassName
{
background-color: #606041;
}
</style>
border-color css
<style>
span { border-color: #606041; }
span { border-color: rgb(96,96,65); }
td.TdClassName
{
border-color: #606041;
}
.TagClassName
{
border-color: #606041;
}
</style>