Shades of Verdigris #666135
Tints of Verdigris #666135
RGB
CMYK
RGB Variations
Color information
#666135 (or 0x666135) is known color: Verdigris. HEX triplet: 66, 61 and 35. RGB value is (102,97,53). Sum of RGB (Red+Green+Blue) = 102+97+53=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #666135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666135 is #999ECA. Grayscale: #5D5D5D. Windows color (decimal): -10067659 or 3498342. OLE color: 3498342.
HSL color Cylindrical-coordinate representation of color #666135: hue angle of 53.88º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666135 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 53 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.6 |
| HSL | 53.88º | 0.32% | 0.3% | - |
| HSV(B) | 53.88º | 0.48% | 0.4% | - |
| XYZ | 10.4 | 11.63 | 5.07 | - |
| YUV | 93.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 53 | 0 | 0.05 | 0.48 | 0.6 | 53.88 | 0.32 | 0.3 |
| Hex | 66 | 61 | 35 | 0 | 5 | 30 | 3C | 36 | 20 | 1E |
| Octal | 146 | 141 | 65 | 0 | 5 | 60 | 74 | 66 | 40 | 36 |
| Binary | 1100110 | 1100001 | 110101 | 0 | 101 | 110000 | 111100 | 110110 | 100000 | 11110 |
Color Harmonies of #666135
Complementary color
Monochromatic Colors of #666135
Black with #666135
Text Example
Text Example
White with #666135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666135; }
p { color: rgb(102,97,53); }
H1.HeaderClassName
{
color: #666135;
}
.AnyTagClassName
{
color: #666135;
}
</style>
background-color css
<style>
a { background-color: #666135; }
a { background-color: rgb(102,97,53); }
div.DivClassName
{
background-color: #666135;
}
.BgClassName
{
background-color: #666135;
}
</style>
border-color css
<style>
span { border-color: #666135; }
span { border-color: rgb(102,97,53); }
td.TdClassName
{
border-color: #666135;
}
.TagClassName
{
border-color: #666135;
}
</style>