Shades of Verdigris #665F40
Tints of Verdigris #665F40
RGB
CMYK
RGB Variations
Color information
#665F40 (or 0x665F40) is known color: Verdigris. HEX triplet: 66, 5F and 40. RGB value is (102,95,64). Sum of RGB (Red+Green+Blue) = 102+95+64=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #665F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F40 is #99A0BF. Grayscale: #5D5D5D. Windows color (decimal): -10068160 or 4218726. OLE color: 4218726.
HSL color Cylindrical-coordinate representation of color #665F40: hue angle of 48.95º 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 #665F40 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 64 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.6 |
| HSL | 48.95º | 0.23% | 0.33% | - |
| HSV(B) | 48.95º | 0.37% | 0.4% | - |
| XYZ | 10.5 | 11.38 | 6.49 | - |
| YUV | 93.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 64 | 0 | 0.07 | 0.37 | 0.6 | 48.95 | 0.23 | 0.33 |
| Hex | 66 | 5F | 40 | 0 | 7 | 25 | 3C | 31 | 17 | 21 |
| Octal | 146 | 137 | 100 | 0 | 7 | 45 | 74 | 61 | 27 | 41 |
| Binary | 1100110 | 1011111 | 1000000 | 0 | 111 | 100101 | 111100 | 110001 | 10111 | 100001 |
Color Harmonies of #665F40
Complementary color
Monochromatic Colors of #665F40
Black with #665F40
Text Example
Text Example
White with #665F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F40; }
p { color: rgb(102,95,64); }
H1.HeaderClassName
{
color: #665F40;
}
.AnyTagClassName
{
color: #665F40;
}
</style>
background-color css
<style>
a { background-color: #665F40; }
a { background-color: rgb(102,95,64); }
div.DivClassName
{
background-color: #665F40;
}
.BgClassName
{
background-color: #665F40;
}
</style>
border-color css
<style>
span { border-color: #665F40; }
span { border-color: rgb(102,95,64); }
td.TdClassName
{
border-color: #665F40;
}
.TagClassName
{
border-color: #665F40;
}
</style>