Shades of Verdigris #666337
Tints of Verdigris #666337
RGB
CMYK
RGB Variations
Color information
#666337 (or 0x666337) is known color: Verdigris. HEX triplet: 66, 63 and 37. RGB value is (102,99,55). Sum of RGB (Red+Green+Blue) = 102+99+55=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #666337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666337 is #999CC8. Grayscale: #5F5F5F. Windows color (decimal): -10067145 or 3629926. OLE color: 3629926.
HSL color Cylindrical-coordinate representation of color #666337: hue angle of 56.17º 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 #666337 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 55 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.6 |
| HSL | 56.17º | 0.3% | 0.31% | - |
| HSV(B) | 56.17º | 0.46% | 0.4% | - |
| XYZ | 10.63 | 12.02 | 5.38 | - |
| YUV | 94.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 55 | 0 | 0.03 | 0.46 | 0.6 | 56.17 | 0.3 | 0.31 |
| Hex | 66 | 63 | 37 | 0 | 3 | 2E | 3C | 38 | 1E | 1F |
| Octal | 146 | 143 | 67 | 0 | 3 | 56 | 74 | 70 | 36 | 37 |
| Binary | 1100110 | 1100011 | 110111 | 0 | 11 | 101110 | 111100 | 111000 | 11110 | 11111 |
Color Harmonies of #666337
Complementary color
Monochromatic Colors of #666337
Black with #666337
Text Example
Text Example
White with #666337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666337; }
p { color: rgb(102,99,55); }
H1.HeaderClassName
{
color: #666337;
}
.AnyTagClassName
{
color: #666337;
}
</style>
background-color css
<style>
a { background-color: #666337; }
a { background-color: rgb(102,99,55); }
div.DivClassName
{
background-color: #666337;
}
.BgClassName
{
background-color: #666337;
}
</style>
border-color css
<style>
span { border-color: #666337; }
span { border-color: rgb(102,99,55); }
td.TdClassName
{
border-color: #666337;
}
.TagClassName
{
border-color: #666337;
}
</style>