Shades of Verdigris #615B3B
Tints of Verdigris #615B3B
RGB
CMYK
RGB Variations
Color information
#615B3B (or 0x615B3B) is known color: Verdigris. HEX triplet: 61, 5B and 3B. RGB value is (97,91,59). Sum of RGB (Red+Green+Blue) = 97+91+59=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #615B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B3B is #9EA4C4. Grayscale: #595959. Windows color (decimal): -10396869 or 3890017. OLE color: 3890017.
HSL color Cylindrical-coordinate representation of color #615B3B: hue angle of 50.53º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #615B3B is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 59 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.62 |
| HSL | 50.53º | 0.24% | 0.31% | - |
| HSV(B) | 50.53º | 0.39% | 0.38% | - |
| XYZ | 9.46 | 10.34 | 5.63 | - |
| YUV | 89.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 59 | 0 | 0.06 | 0.39 | 0.62 | 50.53 | 0.24 | 0.31 |
| Hex | 61 | 5B | 3B | 0 | 6 | 27 | 3E | 33 | 18 | 1F |
| Octal | 141 | 133 | 73 | 0 | 6 | 47 | 76 | 63 | 30 | 37 |
| Binary | 1100001 | 1011011 | 111011 | 0 | 110 | 100111 | 111110 | 110011 | 11000 | 11111 |
Color Harmonies of #615B3B
Complementary color
Monochromatic Colors of #615B3B
Black with #615B3B
Text Example
Text Example
White with #615B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B3B; }
p { color: rgb(97,91,59); }
H1.HeaderClassName
{
color: #615B3B;
}
.AnyTagClassName
{
color: #615B3B;
}
</style>
background-color css
<style>
a { background-color: #615B3B; }
a { background-color: rgb(97,91,59); }
div.DivClassName
{
background-color: #615B3B;
}
.BgClassName
{
background-color: #615B3B;
}
</style>
border-color css
<style>
span { border-color: #615B3B; }
span { border-color: rgb(97,91,59); }
td.TdClassName
{
border-color: #615B3B;
}
.TagClassName
{
border-color: #615B3B;
}
</style>