Shades of Verdigris #666733
Tints of Verdigris #666733
RGB
CMYK
RGB Variations
Color information
#666733 (or 0x666733) is known color: Verdigris. HEX triplet: 66, 67 and 33. RGB value is (102,103,51). Sum of RGB (Red+Green+Blue) = 102+103+51=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 103 - color contains mainly: green. Hex color #666733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666733 is #9998CC. Grayscale: #606060. Windows color (decimal): -10066125 or 3368806. OLE color: 3368806.
HSL color Cylindrical-coordinate representation of color #666733: hue angle of 61.15º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666733 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 51 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.60 |
| HSL | 61.15º | 0.34% | 0.3% | - |
| HSV(B) | 61.15º | 0.5% | 0.4% | - |
| XYZ | 10.93 | 12.76 | 5.02 | - |
| YUV | 96.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 51 | 0.01 | 0 | 0.50 | 0.60 | 61.15 | 0.34 | 0.3 |
| Hex | 66 | 67 | 33 | 1 | 0 | 32 | 3C | 3D | 22 | 1E |
| Octal | 146 | 147 | 63 | 1 | 0 | 62 | 74 | 75 | 42 | 36 |
| Binary | 1100110 | 1100111 | 110011 | 1 | 0 | 110010 | 111100 | 111101 | 100010 | 11110 |
Color Harmonies of #666733
Complementary color
Monochromatic Colors of #666733
Black with #666733
Text Example
Text Example
White with #666733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666733; }
p { color: rgb(102,103,51); }
H1.HeaderClassName
{
color: #666733;
}
.AnyTagClassName
{
color: #666733;
}
</style>
background-color css
<style>
a { background-color: #666733; }
a { background-color: rgb(102,103,51); }
div.DivClassName
{
background-color: #666733;
}
.BgClassName
{
background-color: #666733;
}
</style>
border-color css
<style>
span { border-color: #666733; }
span { border-color: rgb(102,103,51); }
td.TdClassName
{
border-color: #666733;
}
.TagClassName
{
border-color: #666733;
}
</style>