Shades of Verdigris #666537
Tints of Verdigris #666537
RGB
CMYK
RGB Variations
Color information
#666537 (or 0x666537) is known color: Verdigris. HEX triplet: 66, 65 and 37. RGB value is (102,101,55). Sum of RGB (Red+Green+Blue) = 102+101+55=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #666537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666537 is #999AC8. Grayscale: #606060. Windows color (decimal): -10066633 or 3630438. OLE color: 3630438.
HSL color Cylindrical-coordinate representation of color #666537: hue angle of 58.72º 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 #666537 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 55 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.6 |
| HSL | 58.72º | 0.3% | 0.31% | - |
| HSV(B) | 58.72º | 0.46% | 0.4% | - |
| XYZ | 10.82 | 12.41 | 5.44 | - |
| YUV | 96.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 55 | 0 | 0.01 | 0.46 | 0.6 | 58.72 | 0.3 | 0.31 |
| Hex | 66 | 65 | 37 | 0 | 1 | 2E | 3C | 3B | 1E | 1F |
| Octal | 146 | 145 | 67 | 0 | 1 | 56 | 74 | 73 | 36 | 37 |
| Binary | 1100110 | 1100101 | 110111 | 0 | 1 | 101110 | 111100 | 111011 | 11110 | 11111 |
Color Harmonies of #666537
Complementary color
Monochromatic Colors of #666537
Black with #666537
Text Example
Text Example
White with #666537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666537; }
p { color: rgb(102,101,55); }
H1.HeaderClassName
{
color: #666537;
}
.AnyTagClassName
{
color: #666537;
}
</style>
background-color css
<style>
a { background-color: #666537; }
a { background-color: rgb(102,101,55); }
div.DivClassName
{
background-color: #666537;
}
.BgClassName
{
background-color: #666537;
}
</style>
border-color css
<style>
span { border-color: #666537; }
span { border-color: rgb(102,101,55); }
td.TdClassName
{
border-color: #666537;
}
.TagClassName
{
border-color: #666537;
}
</style>