Shades of Verdigris #615E43
Tints of Verdigris #615E43
RGB
CMYK
RGB Variations
Color information
#615E43 (or 0x615E43) is known color: Verdigris. HEX triplet: 61, 5E and 43. RGB value is (97,94,67). Sum of RGB (Red+Green+Blue) = 97+94+67=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #615E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E43 is #9EA1BC. Grayscale: #5B5B5B. Windows color (decimal): -10396093 or 4415073. OLE color: 4415073.
HSL color Cylindrical-coordinate representation of color #615E43: hue angle of 54º 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 #615E43 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 67 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.62 |
| HSL | 54º | 0.18% | 0.32% | - |
| HSV(B) | 54º | 0.31% | 0.38% | - |
| XYZ | 9.95 | 10.95 | 6.9 | - |
| YUV | 91.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 67 | 0 | 0.03 | 0.31 | 0.62 | 54 | 0.18 | 0.32 |
| Hex | 61 | 5E | 43 | 0 | 3 | 1F | 3E | 36 | 12 | 20 |
| Octal | 141 | 136 | 103 | 0 | 3 | 37 | 76 | 66 | 22 | 40 |
| Binary | 1100001 | 1011110 | 1000011 | 0 | 11 | 11111 | 111110 | 110110 | 10010 | 100000 |
Color Harmonies of #615E43
Complementary color
Monochromatic Colors of #615E43
Black with #615E43
Text Example
Text Example
White with #615E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E43; }
p { color: rgb(97,94,67); }
H1.HeaderClassName
{
color: #615E43;
}
.AnyTagClassName
{
color: #615E43;
}
</style>
background-color css
<style>
a { background-color: #615E43; }
a { background-color: rgb(97,94,67); }
div.DivClassName
{
background-color: #615E43;
}
.BgClassName
{
background-color: #615E43;
}
</style>
border-color css
<style>
span { border-color: #615E43; }
span { border-color: rgb(97,94,67); }
td.TdClassName
{
border-color: #615E43;
}
.TagClassName
{
border-color: #615E43;
}
</style>