Shades of Verdigris #61633B
Tints of Verdigris #61633B
RGB
CMYK
RGB Variations
Color information
#61633B (or 0x61633B) is known color: Verdigris. HEX triplet: 61, 63 and 3B. RGB value is (97,99,59). Sum of RGB (Red+Green+Blue) = 97+99+59=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #61633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61633B is #9E9CC4. Grayscale: #5D5D5D. Windows color (decimal): -10394821 or 3892065. OLE color: 3892065.
HSL color Cylindrical-coordinate representation of color #61633B: hue angle of 63º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61633B is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 99 | 59 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.61 |
| HSL | 63º | 0.25% | 0.31% | - |
| HSV(B) | 63º | 0.4% | 0.39% | - |
| XYZ | 10.18 | 11.78 | 5.88 | - |
| YUV | 93.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 59 | 0.02 | 0 | 0.40 | 0.61 | 63 | 0.25 | 0.31 |
| Hex | 61 | 63 | 3B | 2 | 0 | 28 | 3D | 3F | 19 | 1F |
| Octal | 141 | 143 | 73 | 2 | 0 | 50 | 75 | 77 | 31 | 37 |
| Binary | 1100001 | 1100011 | 111011 | 10 | 0 | 101000 | 111101 | 111111 | 11001 | 11111 |
Color Harmonies of #61633B
Complementary color
Monochromatic Colors of #61633B
Black with #61633B
Text Example
Text Example
White with #61633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61633B; }
p { color: rgb(97,99,59); }
H1.HeaderClassName
{
color: #61633B;
}
.AnyTagClassName
{
color: #61633B;
}
</style>
background-color css
<style>
a { background-color: #61633B; }
a { background-color: rgb(97,99,59); }
div.DivClassName
{
background-color: #61633B;
}
.BgClassName
{
background-color: #61633B;
}
</style>
border-color css
<style>
span { border-color: #61633B; }
span { border-color: rgb(97,99,59); }
td.TdClassName
{
border-color: #61633B;
}
.TagClassName
{
border-color: #61633B;
}
</style>