Shades of Verdigris #666037
Tints of Verdigris #666037
RGB
CMYK
RGB Variations
Color information
#666037 (or 0x666037) is known color: Verdigris. HEX triplet: 66, 60 and 37. RGB value is (102,96,55). Sum of RGB (Red+Green+Blue) = 102+96+55=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #666037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666037 is #999FC8. Grayscale: #5D5D5D. Windows color (decimal): -10067913 or 3629158. OLE color: 3629158.
HSL color Cylindrical-coordinate representation of color #666037: hue angle of 52.34º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #666037 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 55 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.6 |
| HSL | 52.34º | 0.3% | 0.31% | - |
| HSV(B) | 52.34º | 0.46% | 0.4% | - |
| XYZ | 10.35 | 11.47 | 5.28 | - |
| YUV | 93.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 55 | 0 | 0.06 | 0.46 | 0.6 | 52.34 | 0.3 | 0.31 |
| Hex | 66 | 60 | 37 | 0 | 6 | 2E | 3C | 34 | 1E | 1F |
| Octal | 146 | 140 | 67 | 0 | 6 | 56 | 74 | 64 | 36 | 37 |
| Binary | 1100110 | 1100000 | 110111 | 0 | 110 | 101110 | 111100 | 110100 | 11110 | 11111 |
Color Harmonies of #666037
Complementary color
Monochromatic Colors of #666037
Black with #666037
Text Example
Text Example
White with #666037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666037; }
p { color: rgb(102,96,55); }
H1.HeaderClassName
{
color: #666037;
}
.AnyTagClassName
{
color: #666037;
}
</style>
background-color css
<style>
a { background-color: #666037; }
a { background-color: rgb(102,96,55); }
div.DivClassName
{
background-color: #666037;
}
.BgClassName
{
background-color: #666037;
}
</style>
border-color css
<style>
span { border-color: #666037; }
span { border-color: rgb(102,96,55); }
td.TdClassName
{
border-color: #666037;
}
.TagClassName
{
border-color: #666037;
}
</style>