Shades of Verdigris #666444
Tints of Verdigris #666444
RGB
CMYK
RGB Variations
Color information
#666444 (or 0x666444) is known color: Verdigris. HEX triplet: 66, 64 and 44. RGB value is (102,100,68). Sum of RGB (Red+Green+Blue) = 102+100+68=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #666444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666444 is #999BBB. Grayscale: #616161. Windows color (decimal): -10066876 or 4482150. OLE color: 4482150.
HSL color Cylindrical-coordinate representation of color #666444: hue angle of 56.47º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #666444 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 100 | 68 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.6 |
| HSL | 56.47º | 0.2% | 0.33% | - |
| HSV(B) | 56.47º | 0.33% | 0.4% | - |
| XYZ | 11.08 | 12.36 | 7.27 | - |
| YUV | 96.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 68 | 0 | 0.02 | 0.33 | 0.6 | 56.47 | 0.2 | 0.33 |
| Hex | 66 | 64 | 44 | 0 | 2 | 21 | 3C | 38 | 14 | 21 |
| Octal | 146 | 144 | 104 | 0 | 2 | 41 | 74 | 70 | 24 | 41 |
| Binary | 1100110 | 1100100 | 1000100 | 0 | 10 | 100001 | 111100 | 111000 | 10100 | 100001 |
Color Harmonies of #666444
Complementary color
Monochromatic Colors of #666444
Black with #666444
Text Example
Text Example
White with #666444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666444; }
p { color: rgb(102,100,68); }
H1.HeaderClassName
{
color: #666444;
}
.AnyTagClassName
{
color: #666444;
}
</style>
background-color css
<style>
a { background-color: #666444; }
a { background-color: rgb(102,100,68); }
div.DivClassName
{
background-color: #666444;
}
.BgClassName
{
background-color: #666444;
}
</style>
border-color css
<style>
span { border-color: #666444; }
span { border-color: rgb(102,100,68); }
td.TdClassName
{
border-color: #666444;
}
.TagClassName
{
border-color: #666444;
}
</style>