Shades of Verdigris #665E40
Tints of Verdigris #665E40
RGB
CMYK
RGB Variations
Color information
#665E40 (or 0x665E40) is known color: Verdigris. HEX triplet: 66, 5E and 40. RGB value is (102,94,64). Sum of RGB (Red+Green+Blue) = 102+94+64=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #665E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E40 is #99A1BF. Grayscale: #5D5D5D. Windows color (decimal): -10068416 or 4218470. OLE color: 4218470.
HSL color Cylindrical-coordinate representation of color #665E40: hue angle of 47.37º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #665E40 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 94 | 64 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.6 |
| HSL | 47.37º | 0.23% | 0.33% | - |
| HSV(B) | 47.37º | 0.37% | 0.4% | - |
| XYZ | 10.41 | 11.2 | 6.46 | - |
| YUV | 92.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 64 | 0 | 0.08 | 0.37 | 0.6 | 47.37 | 0.23 | 0.33 |
| Hex | 66 | 5E | 40 | 0 | 8 | 25 | 3C | 2F | 17 | 21 |
| Octal | 146 | 136 | 100 | 0 | 10 | 45 | 74 | 57 | 27 | 41 |
| Binary | 1100110 | 1011110 | 1000000 | 0 | 1000 | 100101 | 111100 | 101111 | 10111 | 100001 |
Color Harmonies of #665E40
Complementary color
Monochromatic Colors of #665E40
Black with #665E40
Text Example
Text Example
White with #665E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665E40; }
p { color: rgb(102,94,64); }
H1.HeaderClassName
{
color: #665E40;
}
.AnyTagClassName
{
color: #665E40;
}
</style>
background-color css
<style>
a { background-color: #665E40; }
a { background-color: rgb(102,94,64); }
div.DivClassName
{
background-color: #665E40;
}
.BgClassName
{
background-color: #665E40;
}
</style>
border-color css
<style>
span { border-color: #665E40; }
span { border-color: rgb(102,94,64); }
td.TdClassName
{
border-color: #665E40;
}
.TagClassName
{
border-color: #665E40;
}
</style>