Shades of Verdigris #605D44
Tints of Verdigris #605D44
RGB
CMYK
RGB Variations
Color information
#605D44 (or 0x605D44) is known color: Verdigris. HEX triplet: 60, 5D and 44. RGB value is (96,93,68). Sum of RGB (Red+Green+Blue) = 96+93+68=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #605D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605D44 is #9FA2BB. Grayscale: #5B5B5B. Windows color (decimal): -10461884 or 4480352. OLE color: 4480352.
HSL color Cylindrical-coordinate representation of color #605D44: hue angle of 53.57º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #605D44 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 68 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.62 |
| HSL | 53.57º | 0.17% | 0.32% | - |
| HSV(B) | 53.57º | 0.29% | 0.38% | - |
| XYZ | 9.78 | 10.73 | 7.02 | - |
| YUV | 91.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 68 | 0 | 0.03 | 0.29 | 0.62 | 53.57 | 0.17 | 0.32 |
| Hex | 60 | 5D | 44 | 0 | 3 | 1D | 3E | 36 | 11 | 20 |
| Octal | 140 | 135 | 104 | 0 | 3 | 35 | 76 | 66 | 21 | 40 |
| Binary | 1100000 | 1011101 | 1000100 | 0 | 11 | 11101 | 111110 | 110110 | 10001 | 100000 |
Color Harmonies of #605D44
Complementary color
Monochromatic Colors of #605D44
Black with #605D44
Text Example
Text Example
White with #605D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D44; }
p { color: rgb(96,93,68); }
H1.HeaderClassName
{
color: #605D44;
}
.AnyTagClassName
{
color: #605D44;
}
</style>
background-color css
<style>
a { background-color: #605D44; }
a { background-color: rgb(96,93,68); }
div.DivClassName
{
background-color: #605D44;
}
.BgClassName
{
background-color: #605D44;
}
</style>
border-color css
<style>
span { border-color: #605D44; }
span { border-color: rgb(96,93,68); }
td.TdClassName
{
border-color: #605D44;
}
.TagClassName
{
border-color: #605D44;
}
</style>