Shades of Verdigris #62653B
Tints of Verdigris #62653B
RGB
CMYK
RGB Variations
Color information
#62653B (or 0x62653B) is known color: Verdigris. HEX triplet: 62, 65 and 3B. RGB value is (98,101,59). Sum of RGB (Red+Green+Blue) = 98+101+59=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #62653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62653B is #9D9AC4. Grayscale: #5F5F5F. Windows color (decimal): -10328773 or 3892578. OLE color: 3892578.
HSL color Cylindrical-coordinate representation of color #62653B: hue angle of 64.29º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62653B is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 59 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.60 |
| HSL | 64.29º | 0.26% | 0.31% | - |
| HSV(B) | 64.29º | 0.42% | 0.4% | - |
| XYZ | 10.48 | 12.22 | 5.94 | - |
| YUV | 95.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 59 | 0.03 | 0 | 0.42 | 0.60 | 64.29 | 0.26 | 0.31 |
| Hex | 62 | 65 | 3B | 3 | 0 | 2A | 3C | 40 | 1A | 1F |
| Octal | 142 | 145 | 73 | 3 | 0 | 52 | 74 | 100 | 32 | 37 |
| Binary | 1100010 | 1100101 | 111011 | 11 | 0 | 101010 | 111100 | 1000000 | 11010 | 11111 |
Color Harmonies of #62653B
Complementary color
Monochromatic Colors of #62653B
Black with #62653B
Text Example
Text Example
White with #62653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62653B; }
p { color: rgb(98,101,59); }
H1.HeaderClassName
{
color: #62653B;
}
.AnyTagClassName
{
color: #62653B;
}
</style>
background-color css
<style>
a { background-color: #62653B; }
a { background-color: rgb(98,101,59); }
div.DivClassName
{
background-color: #62653B;
}
.BgClassName
{
background-color: #62653B;
}
</style>
border-color css
<style>
span { border-color: #62653B; }
span { border-color: rgb(98,101,59); }
td.TdClassName
{
border-color: #62653B;
}
.TagClassName
{
border-color: #62653B;
}
</style>