Shades of Verdigris #665F41
Tints of Verdigris #665F41
RGB
CMYK
RGB Variations
Color information
#665F41 (or 0x665F41) is known color: Verdigris. HEX triplet: 66, 5F and 41. RGB value is (102,95,65). Sum of RGB (Red+Green+Blue) = 102+95+65=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #665F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F41 is #99A0BE. Grayscale: #5D5D5D. Windows color (decimal): -10068159 or 4284262. OLE color: 4284262.
HSL color Cylindrical-coordinate representation of color #665F41: hue angle of 48.65º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #665F41 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 65 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.6 |
| HSL | 48.65º | 0.22% | 0.33% | - |
| HSV(B) | 48.65º | 0.36% | 0.4% | - |
| XYZ | 10.53 | 11.39 | 6.64 | - |
| YUV | 93.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 65 | 0 | 0.07 | 0.36 | 0.6 | 48.65 | 0.22 | 0.33 |
| Hex | 66 | 5F | 41 | 0 | 7 | 24 | 3C | 31 | 16 | 21 |
| Octal | 146 | 137 | 101 | 0 | 7 | 44 | 74 | 61 | 26 | 41 |
| Binary | 1100110 | 1011111 | 1000001 | 0 | 111 | 100100 | 111100 | 110001 | 10110 | 100001 |
Color Harmonies of #665F41
Complementary color
Monochromatic Colors of #665F41
Black with #665F41
Text Example
Text Example
White with #665F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F41; }
p { color: rgb(102,95,65); }
H1.HeaderClassName
{
color: #665F41;
}
.AnyTagClassName
{
color: #665F41;
}
</style>
background-color css
<style>
a { background-color: #665F41; }
a { background-color: rgb(102,95,65); }
div.DivClassName
{
background-color: #665F41;
}
.BgClassName
{
background-color: #665F41;
}
</style>
border-color css
<style>
span { border-color: #665F41; }
span { border-color: rgb(102,95,65); }
td.TdClassName
{
border-color: #665F41;
}
.TagClassName
{
border-color: #665F41;
}
</style>