Shades of Verdigris #615E48
Tints of Verdigris #615E48
RGB
CMYK
RGB Variations
Color information
#615E48 (or 0x615E48) is known color: Verdigris. HEX triplet: 61, 5E and 48. RGB value is (97,94,72). Sum of RGB (Red+Green+Blue) = 97+94+72=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #615E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E48 is #9EA1B7. Grayscale: #5C5C5C. Windows color (decimal): -10396088 or 4742753. OLE color: 4742753.
HSL color Cylindrical-coordinate representation of color #615E48: hue angle of 52.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #615E48 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 72 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.62 |
| HSL | 52.8º | 0.15% | 0.33% | - |
| HSV(B) | 52.8º | 0.26% | 0.38% | - |
| XYZ | 10.1 | 11.01 | 7.72 | - |
| YUV | 92.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 72 | 0 | 0.03 | 0.26 | 0.62 | 52.8 | 0.15 | 0.33 |
| Hex | 61 | 5E | 48 | 0 | 3 | 1A | 3E | 35 | F | 21 |
| Octal | 141 | 136 | 110 | 0 | 3 | 32 | 76 | 65 | 17 | 41 |
| Binary | 1100001 | 1011110 | 1001000 | 0 | 11 | 11010 | 111110 | 110101 | 1111 | 100001 |
Color Harmonies of #615E48
Complementary color
Monochromatic Colors of #615E48
Black with #615E48
Text Example
Text Example
White with #615E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E48; }
p { color: rgb(97,94,72); }
H1.HeaderClassName
{
color: #615E48;
}
.AnyTagClassName
{
color: #615E48;
}
</style>
background-color css
<style>
a { background-color: #615E48; }
a { background-color: rgb(97,94,72); }
div.DivClassName
{
background-color: #615E48;
}
.BgClassName
{
background-color: #615E48;
}
</style>
border-color css
<style>
span { border-color: #615E48; }
span { border-color: rgb(97,94,72); }
td.TdClassName
{
border-color: #615E48;
}
.TagClassName
{
border-color: #615E48;
}
</style>