Shades of Verdigris #666345
Tints of Verdigris #666345
RGB
CMYK
RGB Variations
Color information
#666345 (or 0x666345) is known color: Verdigris. HEX triplet: 66, 63 and 45. RGB value is (102,99,69). Sum of RGB (Red+Green+Blue) = 102+99+69=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #666345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666345 is #999CBA. Grayscale: #606060. Windows color (decimal): -10067131 or 4547430. OLE color: 4547430.
HSL color Cylindrical-coordinate representation of color #666345: hue angle of 54.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666345 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 69 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.6 |
| HSL | 54.55º | 0.19% | 0.34% | - |
| HSV(B) | 54.55º | 0.32% | 0.4% | - |
| XYZ | 11.02 | 12.18 | 7.4 | - |
| YUV | 96.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 69 | 0 | 0.03 | 0.32 | 0.6 | 54.55 | 0.19 | 0.34 |
| Hex | 66 | 63 | 45 | 0 | 3 | 20 | 3C | 37 | 13 | 22 |
| Octal | 146 | 143 | 105 | 0 | 3 | 40 | 74 | 67 | 23 | 42 |
| Binary | 1100110 | 1100011 | 1000101 | 0 | 11 | 100000 | 111100 | 110111 | 10011 | 100010 |
Color Harmonies of #666345
Complementary color
Monochromatic Colors of #666345
Black with #666345
Text Example
Text Example
White with #666345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666345; }
p { color: rgb(102,99,69); }
H1.HeaderClassName
{
color: #666345;
}
.AnyTagClassName
{
color: #666345;
}
</style>
background-color css
<style>
a { background-color: #666345; }
a { background-color: rgb(102,99,69); }
div.DivClassName
{
background-color: #666345;
}
.BgClassName
{
background-color: #666345;
}
</style>
border-color css
<style>
span { border-color: #666345; }
span { border-color: rgb(102,99,69); }
td.TdClassName
{
border-color: #666345;
}
.TagClassName
{
border-color: #666345;
}
</style>