Shades of Verdigris #66623B
Tints of Verdigris #66623B
RGB
CMYK
RGB Variations
Color information
#66623B (or 0x66623B) is known color: Verdigris. HEX triplet: 66, 62 and 3B. RGB value is (102,98,59). Sum of RGB (Red+Green+Blue) = 102+98+59=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #66623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66623B is #999DC4. Grayscale: #5E5E5E. Windows color (decimal): -10067397 or 3891814. OLE color: 3891814.
HSL color Cylindrical-coordinate representation of color #66623B: hue angle of 54.42º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66623B is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 59 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.6 |
| HSL | 54.42º | 0.27% | 0.32% | - |
| HSV(B) | 54.42º | 0.42% | 0.4% | - |
| XYZ | 10.64 | 11.88 | 5.87 | - |
| YUV | 94.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 59 | 0 | 0.04 | 0.42 | 0.6 | 54.42 | 0.27 | 0.32 |
| Hex | 66 | 62 | 3B | 0 | 4 | 2A | 3C | 36 | 1B | 20 |
| Octal | 146 | 142 | 73 | 0 | 4 | 52 | 74 | 66 | 33 | 40 |
| Binary | 1100110 | 1100010 | 111011 | 0 | 100 | 101010 | 111100 | 110110 | 11011 | 100000 |
Color Harmonies of #66623B
Complementary color
Monochromatic Colors of #66623B
Black with #66623B
Text Example
Text Example
White with #66623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66623B; }
p { color: rgb(102,98,59); }
H1.HeaderClassName
{
color: #66623B;
}
.AnyTagClassName
{
color: #66623B;
}
</style>
background-color css
<style>
a { background-color: #66623B; }
a { background-color: rgb(102,98,59); }
div.DivClassName
{
background-color: #66623B;
}
.BgClassName
{
background-color: #66623B;
}
</style>
border-color css
<style>
span { border-color: #66623B; }
span { border-color: rgb(102,98,59); }
td.TdClassName
{
border-color: #66623B;
}
.TagClassName
{
border-color: #66623B;
}
</style>