Shades of Verdigris #605D41
Tints of Verdigris #605D41
RGB
CMYK
RGB Variations
Color information
#605D41 (or 0x605D41) is known color: Verdigris. HEX triplet: 60, 5D and 41. RGB value is (96,93,65). Sum of RGB (Red+Green+Blue) = 96+93+65=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #605D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605D41 is #9FA2BE. Grayscale: #5A5A5A. Windows color (decimal): -10461887 or 4283744. OLE color: 4283744.
HSL color Cylindrical-coordinate representation of color #605D41: hue angle of 54.19º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #605D41 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 65 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.62 |
| HSL | 54.19º | 0.19% | 0.32% | - |
| HSV(B) | 54.19º | 0.32% | 0.38% | - |
| XYZ | 9.69 | 10.7 | 6.55 | - |
| YUV | 90.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 65 | 0 | 0.03 | 0.32 | 0.62 | 54.19 | 0.19 | 0.32 |
| Hex | 60 | 5D | 41 | 0 | 3 | 20 | 3E | 36 | 13 | 20 |
| Octal | 140 | 135 | 101 | 0 | 3 | 40 | 76 | 66 | 23 | 40 |
| Binary | 1100000 | 1011101 | 1000001 | 0 | 11 | 100000 | 111110 | 110110 | 10011 | 100000 |
Color Harmonies of #605D41
Complementary color
Monochromatic Colors of #605D41
Black with #605D41
Text Example
Text Example
White with #605D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D41; }
p { color: rgb(96,93,65); }
H1.HeaderClassName
{
color: #605D41;
}
.AnyTagClassName
{
color: #605D41;
}
</style>
background-color css
<style>
a { background-color: #605D41; }
a { background-color: rgb(96,93,65); }
div.DivClassName
{
background-color: #605D41;
}
.BgClassName
{
background-color: #605D41;
}
</style>
border-color css
<style>
span { border-color: #605D41; }
span { border-color: rgb(96,93,65); }
td.TdClassName
{
border-color: #605D41;
}
.TagClassName
{
border-color: #605D41;
}
</style>