Shades of Verdigris #605F40
Tints of Verdigris #605F40
RGB
CMYK
RGB Variations
Color information
#605F40 (or 0x605F40) is known color: Verdigris. HEX triplet: 60, 5F and 40. RGB value is (96,95,64). Sum of RGB (Red+Green+Blue) = 96+95+64=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #605F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F40 is #9FA0BF. Grayscale: #5B5B5B. Windows color (decimal): -10461376 or 4218720. OLE color: 4218720.
HSL color Cylindrical-coordinate representation of color #605F40: hue angle of 58.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #605F40 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 64 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.62 |
| HSL | 58.13º | 0.2% | 0.31% | - |
| HSV(B) | 58.13º | 0.33% | 0.38% | - |
| XYZ | 9.84 | 11.04 | 6.46 | - |
| YUV | 91.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 64 | 0 | 0.01 | 0.33 | 0.62 | 58.13 | 0.2 | 0.31 |
| Hex | 60 | 5F | 40 | 0 | 1 | 21 | 3E | 3A | 14 | 1F |
| Octal | 140 | 137 | 100 | 0 | 1 | 41 | 76 | 72 | 24 | 37 |
| Binary | 1100000 | 1011111 | 1000000 | 0 | 1 | 100001 | 111110 | 111010 | 10100 | 11111 |
Color Harmonies of #605F40
Complementary color
Monochromatic Colors of #605F40
Black with #605F40
Text Example
Text Example
White with #605F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F40; }
p { color: rgb(96,95,64); }
H1.HeaderClassName
{
color: #605F40;
}
.AnyTagClassName
{
color: #605F40;
}
</style>
background-color css
<style>
a { background-color: #605F40; }
a { background-color: rgb(96,95,64); }
div.DivClassName
{
background-color: #605F40;
}
.BgClassName
{
background-color: #605F40;
}
</style>
border-color css
<style>
span { border-color: #605F40; }
span { border-color: rgb(96,95,64); }
td.TdClassName
{
border-color: #605F40;
}
.TagClassName
{
border-color: #605F40;
}
</style>