Shades of Verdigris #666632
Tints of Verdigris #666632
RGB
CMYK
RGB Variations
Color information
#666632 (or 0x666632) is known color: Verdigris. HEX triplet: 66, 66 and 32. RGB value is (102,102,50). Sum of RGB (Red+Green+Blue) = 102+102+50=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666632 is #9999CD. Grayscale: #606060. Windows color (decimal): -10066382 or 3303014. OLE color: 3303014.
HSL color Cylindrical-coordinate representation of color #666632: hue angle of 60º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #666632 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 50 | - |
| CMYK | 0 | 0 | 0.51 | 0.6 |
| HSL | 60º | 0.34% | 0.3% | - |
| HSV(B) | 60º | 0.51% | 0.4% | - |
| XYZ | 10.81 | 12.56 | 4.87 | - |
| YUV | 96.07 | 102 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 50 | 0 | 0 | 0.51 | 0.6 | 60 | 0.34 | 0.3 |
| Hex | 66 | 66 | 32 | 0 | 0 | 33 | 3C | 3C | 22 | 1E |
| Octal | 146 | 146 | 62 | 0 | 0 | 63 | 74 | 74 | 42 | 36 |
| Binary | 1100110 | 1100110 | 110010 | 0 | 0 | 110011 | 111100 | 111100 | 100010 | 11110 |
Color Harmonies of #666632
Complementary color
Monochromatic Colors of #666632
Black with #666632
Text Example
Text Example
White with #666632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666632; }
p { color: rgb(102,102,50); }
H1.HeaderClassName
{
color: #666632;
}
.AnyTagClassName
{
color: #666632;
}
</style>
background-color css
<style>
a { background-color: #666632; }
a { background-color: rgb(102,102,50); }
div.DivClassName
{
background-color: #666632;
}
.BgClassName
{
background-color: #666632;
}
</style>
border-color css
<style>
span { border-color: #666632; }
span { border-color: rgb(102,102,50); }
td.TdClassName
{
border-color: #666632;
}
.TagClassName
{
border-color: #666632;
}
</style>