Shades of Verdigris #666437
Tints of Verdigris #666437
RGB
CMYK
RGB Variations
Color information
#666437 (or 0x666437) is known color: Verdigris. HEX triplet: 66, 64 and 37. RGB value is (102,100,55). Sum of RGB (Red+Green+Blue) = 102+100+55=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #666437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666437 is #999BC8. Grayscale: #5F5F5F. Windows color (decimal): -10066889 or 3630182. OLE color: 3630182.
HSL color Cylindrical-coordinate representation of color #666437: hue angle of 57.45º 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 #666437 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 100 | 55 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.6 |
| HSL | 57.45º | 0.3% | 0.31% | - |
| HSV(B) | 57.45º | 0.46% | 0.4% | - |
| XYZ | 10.73 | 12.21 | 5.41 | - |
| YUV | 95.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 55 | 0 | 0.02 | 0.46 | 0.6 | 57.45 | 0.3 | 0.31 |
| Hex | 66 | 64 | 37 | 0 | 2 | 2E | 3C | 39 | 1E | 1F |
| Octal | 146 | 144 | 67 | 0 | 2 | 56 | 74 | 71 | 36 | 37 |
| Binary | 1100110 | 1100100 | 110111 | 0 | 10 | 101110 | 111100 | 111001 | 11110 | 11111 |
Color Harmonies of #666437
Complementary color
Monochromatic Colors of #666437
Black with #666437
Text Example
Text Example
White with #666437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666437; }
p { color: rgb(102,100,55); }
H1.HeaderClassName
{
color: #666437;
}
.AnyTagClassName
{
color: #666437;
}
</style>
background-color css
<style>
a { background-color: #666437; }
a { background-color: rgb(102,100,55); }
div.DivClassName
{
background-color: #666437;
}
.BgClassName
{
background-color: #666437;
}
</style>
border-color css
<style>
span { border-color: #666437; }
span { border-color: rgb(102,100,55); }
td.TdClassName
{
border-color: #666437;
}
.TagClassName
{
border-color: #666437;
}
</style>