Shades of Verdigris #616433
Tints of Verdigris #616433
RGB
CMYK
RGB Variations
Color information
#616433 (or 0x616433) is known color: Verdigris. HEX triplet: 61, 64 and 33. RGB value is (97,100,51). Sum of RGB (Red+Green+Blue) = 97+100+51=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #616433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616433 is #9E9BCC. Grayscale: #5D5D5D. Windows color (decimal): -10394573 or 3368033. OLE color: 3368033.
HSL color Cylindrical-coordinate representation of color #616433: hue angle of 63.67º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #616433 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 100 | 51 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.61 |
| HSL | 63.67º | 0.32% | 0.3% | - |
| HSV(B) | 63.67º | 0.49% | 0.39% | - |
| XYZ | 10.08 | 11.89 | 4.9 | - |
| YUV | 93.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 51 | 0.03 | 0 | 0.49 | 0.61 | 63.67 | 0.32 | 0.3 |
| Hex | 61 | 64 | 33 | 3 | 0 | 31 | 3D | 40 | 20 | 1E |
| Octal | 141 | 144 | 63 | 3 | 0 | 61 | 75 | 100 | 40 | 36 |
| Binary | 1100001 | 1100100 | 110011 | 11 | 0 | 110001 | 111101 | 1000000 | 100000 | 11110 |
Color Harmonies of #616433
Complementary color
Monochromatic Colors of #616433
Black with #616433
Text Example
Text Example
White with #616433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616433; }
p { color: rgb(97,100,51); }
H1.HeaderClassName
{
color: #616433;
}
.AnyTagClassName
{
color: #616433;
}
</style>
background-color css
<style>
a { background-color: #616433; }
a { background-color: rgb(97,100,51); }
div.DivClassName
{
background-color: #616433;
}
.BgClassName
{
background-color: #616433;
}
</style>
border-color css
<style>
span { border-color: #616433; }
span { border-color: rgb(97,100,51); }
td.TdClassName
{
border-color: #616433;
}
.TagClassName
{
border-color: #616433;
}
</style>