Shades of Verdigris #666836
Tints of Verdigris #666836
RGB
CMYK
RGB Variations
Color information
#666836 (or 0x666836) is known color: Verdigris. HEX triplet: 66, 68 and 36. RGB value is (102,104,54). Sum of RGB (Red+Green+Blue) = 102+104+54=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #666836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666836 is #9997C9. Grayscale: #616161. Windows color (decimal): -10065866 or 3565670. OLE color: 3565670.
HSL color Cylindrical-coordinate representation of color #666836: hue angle of 62.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666836 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 54 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.59 |
| HSL | 62.4º | 0.32% | 0.31% | - |
| HSV(B) | 62.4º | 0.48% | 0.41% | - |
| XYZ | 11.1 | 12.99 | 5.41 | - |
| YUV | 97.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 54 | 0.02 | 0 | 0.48 | 0.59 | 62.4 | 0.32 | 0.31 |
| Hex | 66 | 68 | 36 | 2 | 0 | 30 | 3B | 3E | 20 | 1F |
| Octal | 146 | 150 | 66 | 2 | 0 | 60 | 73 | 76 | 40 | 37 |
| Binary | 1100110 | 1101000 | 110110 | 10 | 0 | 110000 | 111011 | 111110 | 100000 | 11111 |
Color Harmonies of #666836
Complementary color
Monochromatic Colors of #666836
Black with #666836
Text Example
Text Example
White with #666836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666836; }
p { color: rgb(102,104,54); }
H1.HeaderClassName
{
color: #666836;
}
.AnyTagClassName
{
color: #666836;
}
</style>
background-color css
<style>
a { background-color: #666836; }
a { background-color: rgb(102,104,54); }
div.DivClassName
{
background-color: #666836;
}
.BgClassName
{
background-color: #666836;
}
</style>
border-color css
<style>
span { border-color: #666836; }
span { border-color: rgb(102,104,54); }
td.TdClassName
{
border-color: #666836;
}
.TagClassName
{
border-color: #666836;
}
</style>