Shades of Verdigris #605E4A
Tints of Verdigris #605E4A
RGB
CMYK
RGB Variations
Color information
#605E4A (or 0x605E4A) is known color: Verdigris. HEX triplet: 60, 5E and 4A. RGB value is (96,94,74). Sum of RGB (Red+Green+Blue) = 96+94+74=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #605E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E4A is #9FA1B5. Grayscale: #5C5C5C. Windows color (decimal): -10461622 or 4873824. OLE color: 4873824.
HSL color Cylindrical-coordinate representation of color #605E4A: hue angle of 54.55º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #605E4A is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 74 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.62 |
| HSL | 54.55º | 0.13% | 0.33% | - |
| HSV(B) | 54.55º | 0.23% | 0.38% | - |
| XYZ | 10.06 | 10.99 | 8.07 | - |
| YUV | 92.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 74 | 0 | 0.02 | 0.23 | 0.62 | 54.55 | 0.13 | 0.33 |
| Hex | 60 | 5E | 4A | 0 | 2 | 17 | 3E | 37 | D | 21 |
| Octal | 140 | 136 | 112 | 0 | 2 | 27 | 76 | 67 | 15 | 41 |
| Binary | 1100000 | 1011110 | 1001010 | 0 | 10 | 10111 | 111110 | 110111 | 1101 | 100001 |
Color Harmonies of #605E4A
Complementary color
Monochromatic Colors of #605E4A
Black with #605E4A
Text Example
Text Example
White with #605E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E4A; }
p { color: rgb(96,94,74); }
H1.HeaderClassName
{
color: #605E4A;
}
.AnyTagClassName
{
color: #605E4A;
}
</style>
background-color css
<style>
a { background-color: #605E4A; }
a { background-color: rgb(96,94,74); }
div.DivClassName
{
background-color: #605E4A;
}
.BgClassName
{
background-color: #605E4A;
}
</style>
border-color css
<style>
span { border-color: #605E4A; }
span { border-color: rgb(96,94,74); }
td.TdClassName
{
border-color: #605E4A;
}
.TagClassName
{
border-color: #605E4A;
}
</style>