Shades of Verdigris #605C41
Tints of Verdigris #605C41
RGB
CMYK
RGB Variations
Color information
#605C41 (or 0x605C41) is known color: Verdigris. HEX triplet: 60, 5C and 41. RGB value is (96,92,65). Sum of RGB (Red+Green+Blue) = 96+92+65=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #605C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C41 is #9FA3BE. Grayscale: #5A5A5A. Windows color (decimal): -10462143 or 4283488. OLE color: 4283488.
HSL color Cylindrical-coordinate representation of color #605C41: hue angle of 52.26º 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 #605C41 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 65 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.62 |
| HSL | 52.26º | 0.19% | 0.32% | - |
| HSV(B) | 52.26º | 0.32% | 0.38% | - |
| XYZ | 9.61 | 10.52 | 6.53 | - |
| YUV | 90.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 65 | 0 | 0.04 | 0.32 | 0.62 | 52.26 | 0.19 | 0.32 |
| Hex | 60 | 5C | 41 | 0 | 4 | 20 | 3E | 34 | 13 | 20 |
| Octal | 140 | 134 | 101 | 0 | 4 | 40 | 76 | 64 | 23 | 40 |
| Binary | 1100000 | 1011100 | 1000001 | 0 | 100 | 100000 | 111110 | 110100 | 10011 | 100000 |
Color Harmonies of #605C41
Complementary color
Monochromatic Colors of #605C41
Black with #605C41
Text Example
Text Example
White with #605C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C41; }
p { color: rgb(96,92,65); }
H1.HeaderClassName
{
color: #605C41;
}
.AnyTagClassName
{
color: #605C41;
}
</style>
background-color css
<style>
a { background-color: #605C41; }
a { background-color: rgb(96,92,65); }
div.DivClassName
{
background-color: #605C41;
}
.BgClassName
{
background-color: #605C41;
}
</style>
border-color css
<style>
span { border-color: #605C41; }
span { border-color: rgb(96,92,65); }
td.TdClassName
{
border-color: #605C41;
}
.TagClassName
{
border-color: #605C41;
}
</style>