Shades of Verdigris #66683C
Tints of Verdigris #66683C
RGB
CMYK
RGB Variations
Color information
#66683C (or 0x66683C) is known color: Verdigris. HEX triplet: 66, 68 and 3C. RGB value is (102,104,60). Sum of RGB (Red+Green+Blue) = 102+104+60=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 104 - color contains mainly: green. Hex color #66683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66683C is #9997C3. Grayscale: #626262. Windows color (decimal): -10065860 or 3958886. OLE color: 3958886.
HSL color Cylindrical-coordinate representation of color #66683C: hue angle of 62.73º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66683C is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 60 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.59 |
| HSL | 62.73º | 0.27% | 0.32% | - |
| HSV(B) | 62.73º | 0.42% | 0.41% | - |
| XYZ | 11.25 | 13.05 | 6.2 | - |
| YUV | 98.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 60 | 0.02 | 0 | 0.42 | 0.59 | 62.73 | 0.27 | 0.32 |
| Hex | 66 | 68 | 3C | 2 | 0 | 2A | 3B | 3F | 1B | 20 |
| Octal | 146 | 150 | 74 | 2 | 0 | 52 | 73 | 77 | 33 | 40 |
| Binary | 1100110 | 1101000 | 111100 | 10 | 0 | 101010 | 111011 | 111111 | 11011 | 100000 |
Color Harmonies of #66683C
Complementary color
Monochromatic Colors of #66683C
Black with #66683C
Text Example
Text Example
White with #66683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66683C; }
p { color: rgb(102,104,60); }
H1.HeaderClassName
{
color: #66683C;
}
.AnyTagClassName
{
color: #66683C;
}
</style>
background-color css
<style>
a { background-color: #66683C; }
a { background-color: rgb(102,104,60); }
div.DivClassName
{
background-color: #66683C;
}
.BgClassName
{
background-color: #66683C;
}
</style>
border-color css
<style>
span { border-color: #66683C; }
span { border-color: rgb(102,104,60); }
td.TdClassName
{
border-color: #66683C;
}
.TagClassName
{
border-color: #66683C;
}
</style>