Shades of Verdigris #616333
Tints of Verdigris #616333
RGB
CMYK
RGB Variations
Color information
#616333 (or 0x616333) is known color: Verdigris. HEX triplet: 61, 63 and 33. RGB value is (97,99,51). Sum of RGB (Red+Green+Blue) = 97+99+51=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #616333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616333 is #9E9CCC. Grayscale: #5D5D5D. Windows color (decimal): -10394829 or 3367777. OLE color: 3367777.
HSL color Cylindrical-coordinate representation of color #616333: hue angle of 62.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #616333 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 99 | 51 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.61 |
| HSL | 62.5º | 0.32% | 0.29% | - |
| HSV(B) | 62.5º | 0.48% | 0.39% | - |
| XYZ | 9.99 | 11.7 | 4.86 | - |
| YUV | 92.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 51 | 0.02 | 0 | 0.48 | 0.61 | 62.5 | 0.32 | 0.29 |
| Hex | 61 | 63 | 33 | 2 | 0 | 30 | 3D | 3F | 20 | 1D |
| Octal | 141 | 143 | 63 | 2 | 0 | 60 | 75 | 77 | 40 | 35 |
| Binary | 1100001 | 1100011 | 110011 | 10 | 0 | 110000 | 111101 | 111111 | 100000 | 11101 |
Color Harmonies of #616333
Complementary color
Monochromatic Colors of #616333
Black with #616333
Text Example
Text Example
White with #616333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616333; }
p { color: rgb(97,99,51); }
H1.HeaderClassName
{
color: #616333;
}
.AnyTagClassName
{
color: #616333;
}
</style>
background-color css
<style>
a { background-color: #616333; }
a { background-color: rgb(97,99,51); }
div.DivClassName
{
background-color: #616333;
}
.BgClassName
{
background-color: #616333;
}
</style>
border-color css
<style>
span { border-color: #616333; }
span { border-color: rgb(97,99,51); }
td.TdClassName
{
border-color: #616333;
}
.TagClassName
{
border-color: #616333;
}
</style>