Shades of Verdigris #615B38
Tints of Verdigris #615B38
RGB
CMYK
RGB Variations
Color information
#615B38 (or 0x615B38) is known color: Verdigris. HEX triplet: 61, 5B and 38. RGB value is (97,91,56). Sum of RGB (Red+Green+Blue) = 97+91+56=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #615B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B38 is #9EA4C7. Grayscale: #585858. Windows color (decimal): -10396872 or 3693409. OLE color: 3693409.
HSL color Cylindrical-coordinate representation of color #615B38: hue angle of 51.22º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #615B38 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 56 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.62 |
| HSL | 51.22º | 0.27% | 0.3% | - |
| HSV(B) | 51.22º | 0.42% | 0.38% | - |
| XYZ | 9.38 | 10.31 | 5.24 | - |
| YUV | 88.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 56 | 0 | 0.06 | 0.42 | 0.62 | 51.22 | 0.27 | 0.3 |
| Hex | 61 | 5B | 38 | 0 | 6 | 2A | 3E | 33 | 1B | 1E |
| Octal | 141 | 133 | 70 | 0 | 6 | 52 | 76 | 63 | 33 | 36 |
| Binary | 1100001 | 1011011 | 111000 | 0 | 110 | 101010 | 111110 | 110011 | 11011 | 11110 |
Color Harmonies of #615B38
Complementary color
Monochromatic Colors of #615B38
Black with #615B38
Text Example
Text Example
White with #615B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B38; }
p { color: rgb(97,91,56); }
H1.HeaderClassName
{
color: #615B38;
}
.AnyTagClassName
{
color: #615B38;
}
</style>
background-color css
<style>
a { background-color: #615B38; }
a { background-color: rgb(97,91,56); }
div.DivClassName
{
background-color: #615B38;
}
.BgClassName
{
background-color: #615B38;
}
</style>
border-color css
<style>
span { border-color: #615B38; }
span { border-color: rgb(97,91,56); }
td.TdClassName
{
border-color: #615B38;
}
.TagClassName
{
border-color: #615B38;
}
</style>