Shades of Verdigris #606146
Tints of Verdigris #606146
RGB
CMYK
RGB Variations
Color information
#606146 (or 0x606146) is known color: Verdigris. HEX triplet: 60, 61 and 46. RGB value is (96,97,70). Sum of RGB (Red+Green+Blue) = 96+97+70=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #606146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606146 is #9F9EB9. Grayscale: #5D5D5D. Windows color (decimal): -10460858 or 4612448. OLE color: 4612448.
HSL color Cylindrical-coordinate representation of color #606146: hue angle of 62.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #606146 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 97 | 70 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.62 |
| HSL | 62.22º | 0.16% | 0.33% | - |
| HSV(B) | 62.22º | 0.28% | 0.38% | - |
| XYZ | 10.2 | 11.48 | 7.47 | - |
| YUV | 93.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 70 | 0.01 | 0 | 0.28 | 0.62 | 62.22 | 0.16 | 0.33 |
| Hex | 60 | 61 | 46 | 1 | 0 | 1C | 3E | 3E | 10 | 21 |
| Octal | 140 | 141 | 106 | 1 | 0 | 34 | 76 | 76 | 20 | 41 |
| Binary | 1100000 | 1100001 | 1000110 | 1 | 0 | 11100 | 111110 | 111110 | 10000 | 100001 |
Color Harmonies of #606146
Complementary color
Monochromatic Colors of #606146
Black with #606146
Text Example
Text Example
White with #606146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606146; }
p { color: rgb(96,97,70); }
H1.HeaderClassName
{
color: #606146;
}
.AnyTagClassName
{
color: #606146;
}
</style>
background-color css
<style>
a { background-color: #606146; }
a { background-color: rgb(96,97,70); }
div.DivClassName
{
background-color: #606146;
}
.BgClassName
{
background-color: #606146;
}
</style>
border-color css
<style>
span { border-color: #606146; }
span { border-color: rgb(96,97,70); }
td.TdClassName
{
border-color: #606146;
}
.TagClassName
{
border-color: #606146;
}
</style>