Shades of Verdigris #66603E
Tints of Verdigris #66603E
RGB
CMYK
RGB Variations
Color information
#66603E (or 0x66603E) is known color: Verdigris. HEX triplet: 66, 60 and 3E. RGB value is (102,96,62). Sum of RGB (Red+Green+Blue) = 102+96+62=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #66603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66603E is #999FC1. Grayscale: #5E5E5E. Windows color (decimal): -10067906 or 4087910. OLE color: 4087910.
HSL color Cylindrical-coordinate representation of color #66603E: hue angle of 51º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66603E is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 62 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.6 |
| HSL | 51º | 0.24% | 0.32% | - |
| HSV(B) | 51º | 0.39% | 0.4% | - |
| XYZ | 10.53 | 11.54 | 6.23 | - |
| YUV | 93.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 62 | 0 | 0.06 | 0.39 | 0.6 | 51 | 0.24 | 0.32 |
| Hex | 66 | 60 | 3E | 0 | 6 | 27 | 3C | 33 | 18 | 20 |
| Octal | 146 | 140 | 76 | 0 | 6 | 47 | 74 | 63 | 30 | 40 |
| Binary | 1100110 | 1100000 | 111110 | 0 | 110 | 100111 | 111100 | 110011 | 11000 | 100000 |
Color Harmonies of #66603E
Complementary color
Monochromatic Colors of #66603E
Black with #66603E
Text Example
Text Example
White with #66603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66603E; }
p { color: rgb(102,96,62); }
H1.HeaderClassName
{
color: #66603E;
}
.AnyTagClassName
{
color: #66603E;
}
</style>
background-color css
<style>
a { background-color: #66603E; }
a { background-color: rgb(102,96,62); }
div.DivClassName
{
background-color: #66603E;
}
.BgClassName
{
background-color: #66603E;
}
</style>
border-color css
<style>
span { border-color: #66603E; }
span { border-color: rgb(102,96,62); }
td.TdClassName
{
border-color: #66603E;
}
.TagClassName
{
border-color: #66603E;
}
</style>