Shades of Verdigris #605B3C
Tints of Verdigris #605B3C
RGB
CMYK
RGB Variations
Color information
#605B3C (or 0x605B3C) is known color: Verdigris. HEX triplet: 60, 5B and 3C. RGB value is (96,91,60). Sum of RGB (Red+Green+Blue) = 96+91+60=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #605B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B3C is #9FA4C3. Grayscale: #595959. Windows color (decimal): -10462404 or 3955552. OLE color: 3955552.
HSL color Cylindrical-coordinate representation of color #605B3C: hue angle of 51.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #605B3C is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 60 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.62 |
| HSL | 51.67º | 0.23% | 0.31% | - |
| HSV(B) | 51.67º | 0.38% | 0.38% | - |
| XYZ | 9.38 | 10.3 | 5.77 | - |
| YUV | 88.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 60 | 0 | 0.05 | 0.38 | 0.62 | 51.67 | 0.23 | 0.31 |
| Hex | 60 | 5B | 3C | 0 | 5 | 26 | 3E | 34 | 17 | 1F |
| Octal | 140 | 133 | 74 | 0 | 5 | 46 | 76 | 64 | 27 | 37 |
| Binary | 1100000 | 1011011 | 111100 | 0 | 101 | 100110 | 111110 | 110100 | 10111 | 11111 |
Color Harmonies of #605B3C
Complementary color
Monochromatic Colors of #605B3C
Black with #605B3C
Text Example
Text Example
White with #605B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B3C; }
p { color: rgb(96,91,60); }
H1.HeaderClassName
{
color: #605B3C;
}
.AnyTagClassName
{
color: #605B3C;
}
</style>
background-color css
<style>
a { background-color: #605B3C; }
a { background-color: rgb(96,91,60); }
div.DivClassName
{
background-color: #605B3C;
}
.BgClassName
{
background-color: #605B3C;
}
</style>
border-color css
<style>
span { border-color: #605B3C; }
span { border-color: rgb(96,91,60); }
td.TdClassName
{
border-color: #605B3C;
}
.TagClassName
{
border-color: #605B3C;
}
</style>