Shades of Verdigris #605C3F
Tints of Verdigris #605C3F
RGB
CMYK
RGB Variations
Color information
#605C3F (or 0x605C3F) is known color: Verdigris. HEX triplet: 60, 5C and 3F. RGB value is (96,92,63). Sum of RGB (Red+Green+Blue) = 96+92+63=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #605C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C3F is #9FA3C0. Grayscale: #5A5A5A. Windows color (decimal): -10462145 or 4152416. OLE color: 4152416.
HSL color Cylindrical-coordinate representation of color #605C3F: hue angle of 52.73º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #605C3F is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 63 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.62 |
| HSL | 52.73º | 0.21% | 0.31% | - |
| HSV(B) | 52.73º | 0.34% | 0.38% | - |
| XYZ | 9.55 | 10.5 | 6.23 | - |
| YUV | 89.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 63 | 0 | 0.04 | 0.34 | 0.62 | 52.73 | 0.21 | 0.31 |
| Hex | 60 | 5C | 3F | 0 | 4 | 22 | 3E | 35 | 15 | 1F |
| Octal | 140 | 134 | 77 | 0 | 4 | 42 | 76 | 65 | 25 | 37 |
| Binary | 1100000 | 1011100 | 111111 | 0 | 100 | 100010 | 111110 | 110101 | 10101 | 11111 |
Color Harmonies of #605C3F
Complementary color
Monochromatic Colors of #605C3F
Black with #605C3F
Text Example
Text Example
White with #605C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C3F; }
p { color: rgb(96,92,63); }
H1.HeaderClassName
{
color: #605C3F;
}
.AnyTagClassName
{
color: #605C3F;
}
</style>
background-color css
<style>
a { background-color: #605C3F; }
a { background-color: rgb(96,92,63); }
div.DivClassName
{
background-color: #605C3F;
}
.BgClassName
{
background-color: #605C3F;
}
</style>
border-color css
<style>
span { border-color: #605C3F; }
span { border-color: rgb(96,92,63); }
td.TdClassName
{
border-color: #605C3F;
}
.TagClassName
{
border-color: #605C3F;
}
</style>