Shades of Verdigris #66633F
Tints of Verdigris #66633F
RGB
CMYK
RGB Variations
Color information
#66633F (or 0x66633F) is known color: Verdigris. HEX triplet: 66, 63 and 3F. RGB value is (102,99,63). Sum of RGB (Red+Green+Blue) = 102+99+63=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #66633F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66633F is #999CC0. Grayscale: #5F5F5F. Windows color (decimal): -10067137 or 4154214. OLE color: 4154214.
HSL color Cylindrical-coordinate representation of color #66633F: hue angle of 55.38º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66633F is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 63 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.6 |
| HSL | 55.38º | 0.24% | 0.32% | - |
| HSV(B) | 55.38º | 0.38% | 0.4% | - |
| XYZ | 10.84 | 12.11 | 6.47 | - |
| YUV | 95.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 63 | 0 | 0.03 | 0.38 | 0.6 | 55.38 | 0.24 | 0.32 |
| Hex | 66 | 63 | 3F | 0 | 3 | 26 | 3C | 37 | 18 | 20 |
| Octal | 146 | 143 | 77 | 0 | 3 | 46 | 74 | 67 | 30 | 40 |
| Binary | 1100110 | 1100011 | 111111 | 0 | 11 | 100110 | 111100 | 110111 | 11000 | 100000 |
Color Harmonies of #66633F
Complementary color
Monochromatic Colors of #66633F
Black with #66633F
Text Example
Text Example
White with #66633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66633F; }
p { color: rgb(102,99,63); }
H1.HeaderClassName
{
color: #66633F;
}
.AnyTagClassName
{
color: #66633F;
}
</style>
background-color css
<style>
a { background-color: #66633F; }
a { background-color: rgb(102,99,63); }
div.DivClassName
{
background-color: #66633F;
}
.BgClassName
{
background-color: #66633F;
}
</style>
border-color css
<style>
span { border-color: #66633F; }
span { border-color: rgb(102,99,63); }
td.TdClassName
{
border-color: #66633F;
}
.TagClassName
{
border-color: #66633F;
}
</style>