Shades of Verdigris #615F43
Tints of Verdigris #615F43
RGB
CMYK
RGB Variations
Color information
#615F43 (or 0x615F43) is known color: Verdigris. HEX triplet: 61, 5F and 43. RGB value is (97,95,67). Sum of RGB (Red+Green+Blue) = 97+95+67=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #615F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F43 is #9EA0BC. Grayscale: #5C5C5C. Windows color (decimal): -10395837 or 4415329. OLE color: 4415329.
HSL color Cylindrical-coordinate representation of color #615F43: hue angle of 56º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #615F43 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 95 | 67 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.62 |
| HSL | 56º | 0.18% | 0.32% | - |
| HSV(B) | 56º | 0.31% | 0.38% | - |
| XYZ | 10.04 | 11.13 | 6.93 | - |
| YUV | 92.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 67 | 0 | 0.02 | 0.31 | 0.62 | 56 | 0.18 | 0.32 |
| Hex | 61 | 5F | 43 | 0 | 2 | 1F | 3E | 38 | 12 | 20 |
| Octal | 141 | 137 | 103 | 0 | 2 | 37 | 76 | 70 | 22 | 40 |
| Binary | 1100001 | 1011111 | 1000011 | 0 | 10 | 11111 | 111110 | 111000 | 10010 | 100000 |
Color Harmonies of #615F43
Complementary color
Monochromatic Colors of #615F43
Black with #615F43
Text Example
Text Example
White with #615F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F43; }
p { color: rgb(97,95,67); }
H1.HeaderClassName
{
color: #615F43;
}
.AnyTagClassName
{
color: #615F43;
}
</style>
background-color css
<style>
a { background-color: #615F43; }
a { background-color: rgb(97,95,67); }
div.DivClassName
{
background-color: #615F43;
}
.BgClassName
{
background-color: #615F43;
}
</style>
border-color css
<style>
span { border-color: #615F43; }
span { border-color: rgb(97,95,67); }
td.TdClassName
{
border-color: #615F43;
}
.TagClassName
{
border-color: #615F43;
}
</style>