Shades of Verdigris #615B3C
Tints of Verdigris #615B3C
RGB
CMYK
RGB Variations
Color information
#615B3C (or 0x615B3C) is known color: Verdigris. HEX triplet: 61, 5B and 3C. RGB value is (97,91,60). Sum of RGB (Red+Green+Blue) = 97+91+60=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #615B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B3C is #9EA4C3. Grayscale: #595959. Windows color (decimal): -10396868 or 3955553. OLE color: 3955553.
HSL color Cylindrical-coordinate representation of color #615B3C: hue angle of 50.27º degrees, saturation: 0.24, 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 #615B3C is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 60 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.62 |
| HSL | 50.27º | 0.24% | 0.31% | - |
| HSV(B) | 50.27º | 0.38% | 0.38% | - |
| XYZ | 9.49 | 10.35 | 5.77 | - |
| YUV | 89.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 60 | 0 | 0.06 | 0.38 | 0.62 | 50.27 | 0.24 | 0.31 |
| Hex | 61 | 5B | 3C | 0 | 6 | 26 | 3E | 32 | 18 | 1F |
| Octal | 141 | 133 | 74 | 0 | 6 | 46 | 76 | 62 | 30 | 37 |
| Binary | 1100001 | 1011011 | 111100 | 0 | 110 | 100110 | 111110 | 110010 | 11000 | 11111 |
Color Harmonies of #615B3C
Complementary color
Monochromatic Colors of #615B3C
Black with #615B3C
Text Example
Text Example
White with #615B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B3C; }
p { color: rgb(97,91,60); }
H1.HeaderClassName
{
color: #615B3C;
}
.AnyTagClassName
{
color: #615B3C;
}
</style>
background-color css
<style>
a { background-color: #615B3C; }
a { background-color: rgb(97,91,60); }
div.DivClassName
{
background-color: #615B3C;
}
.BgClassName
{
background-color: #615B3C;
}
</style>
border-color css
<style>
span { border-color: #615B3C; }
span { border-color: rgb(97,91,60); }
td.TdClassName
{
border-color: #615B3C;
}
.TagClassName
{
border-color: #615B3C;
}
</style>