Shades of Verdigris #605E45
Tints of Verdigris #605E45
RGB
CMYK
RGB Variations
Color information
#605E45 (or 0x605E45) is known color: Verdigris. HEX triplet: 60, 5E and 45. RGB value is (96,94,69). Sum of RGB (Red+Green+Blue) = 96+94+69=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #605E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E45 is #9FA1BA. Grayscale: #5B5B5B. Windows color (decimal): -10461627 or 4546144. OLE color: 4546144.
HSL color Cylindrical-coordinate representation of color #605E45: hue angle of 55.56º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #605E45 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 69 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.62 |
| HSL | 55.56º | 0.16% | 0.32% | - |
| HSV(B) | 55.56º | 0.28% | 0.38% | - |
| XYZ | 9.9 | 10.92 | 7.22 | - |
| YUV | 91.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 69 | 0 | 0.02 | 0.28 | 0.62 | 55.56 | 0.16 | 0.32 |
| Hex | 60 | 5E | 45 | 0 | 2 | 1C | 3E | 38 | 10 | 20 |
| Octal | 140 | 136 | 105 | 0 | 2 | 34 | 76 | 70 | 20 | 40 |
| Binary | 1100000 | 1011110 | 1000101 | 0 | 10 | 11100 | 111110 | 111000 | 10000 | 100000 |
Color Harmonies of #605E45
Complementary color
Monochromatic Colors of #605E45
Black with #605E45
Text Example
Text Example
White with #605E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E45; }
p { color: rgb(96,94,69); }
H1.HeaderClassName
{
color: #605E45;
}
.AnyTagClassName
{
color: #605E45;
}
</style>
background-color css
<style>
a { background-color: #605E45; }
a { background-color: rgb(96,94,69); }
div.DivClassName
{
background-color: #605E45;
}
.BgClassName
{
background-color: #605E45;
}
</style>
border-color css
<style>
span { border-color: #605E45; }
span { border-color: rgb(96,94,69); }
td.TdClassName
{
border-color: #605E45;
}
.TagClassName
{
border-color: #605E45;
}
</style>