Shades of Verdigris #606134
Tints of Verdigris #606134
RGB
CMYK
RGB Variations
Color information
#606134 (or 0x606134) is known color: Verdigris. HEX triplet: 60, 61 and 34. RGB value is (96,97,52). Sum of RGB (Red+Green+Blue) = 96+97+52=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #606134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606134 is #9F9ECB. Grayscale: #5B5B5B. Windows color (decimal): -10460876 or 3432800. OLE color: 3432800.
HSL color Cylindrical-coordinate representation of color #606134: hue angle of 61.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #606134 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 97 | 52 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.62 |
| HSL | 61.33º | 0.3% | 0.29% | - |
| HSV(B) | 61.33º | 0.46% | 0.38% | - |
| XYZ | 9.72 | 11.28 | 4.91 | - |
| YUV | 91.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 52 | 0.01 | 0 | 0.46 | 0.62 | 61.33 | 0.3 | 0.29 |
| Hex | 60 | 61 | 34 | 1 | 0 | 2E | 3E | 3D | 1E | 1D |
| Octal | 140 | 141 | 64 | 1 | 0 | 56 | 76 | 75 | 36 | 35 |
| Binary | 1100000 | 1100001 | 110100 | 1 | 0 | 101110 | 111110 | 111101 | 11110 | 11101 |
Color Harmonies of #606134
Complementary color
Monochromatic Colors of #606134
Black with #606134
Text Example
Text Example
White with #606134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606134; }
p { color: rgb(96,97,52); }
H1.HeaderClassName
{
color: #606134;
}
.AnyTagClassName
{
color: #606134;
}
</style>
background-color css
<style>
a { background-color: #606134; }
a { background-color: rgb(96,97,52); }
div.DivClassName
{
background-color: #606134;
}
.BgClassName
{
background-color: #606134;
}
</style>
border-color css
<style>
span { border-color: #606134; }
span { border-color: rgb(96,97,52); }
td.TdClassName
{
border-color: #606134;
}
.TagClassName
{
border-color: #606134;
}
</style>