Shades of Verdigris #62633F
Tints of Verdigris #62633F
RGB
CMYK
RGB Variations
Color information
#62633F (or 0x62633F) is known color: Verdigris. HEX triplet: 62, 63 and 3F. RGB value is (98,99,63). Sum of RGB (Red+Green+Blue) = 98+99+63=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #62633F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62633F is #9D9CC0. Grayscale: #5E5E5E. Windows color (decimal): -10329281 or 4154210. OLE color: 4154210.
HSL color Cylindrical-coordinate representation of color #62633F: hue angle of 61.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62633F is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 99 | 63 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.61 |
| HSL | 61.67º | 0.22% | 0.32% | - |
| HSV(B) | 61.67º | 0.36% | 0.39% | - |
| XYZ | 10.4 | 11.88 | 6.45 | - |
| YUV | 94.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 63 | 0.01 | 0 | 0.36 | 0.61 | 61.67 | 0.22 | 0.32 |
| Hex | 62 | 63 | 3F | 1 | 0 | 24 | 3D | 3E | 16 | 20 |
| Octal | 142 | 143 | 77 | 1 | 0 | 44 | 75 | 76 | 26 | 40 |
| Binary | 1100010 | 1100011 | 111111 | 1 | 0 | 100100 | 111101 | 111110 | 10110 | 100000 |
Color Harmonies of #62633F
Complementary color
Monochromatic Colors of #62633F
Black with #62633F
Text Example
Text Example
White with #62633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62633F; }
p { color: rgb(98,99,63); }
H1.HeaderClassName
{
color: #62633F;
}
.AnyTagClassName
{
color: #62633F;
}
</style>
background-color css
<style>
a { background-color: #62633F; }
a { background-color: rgb(98,99,63); }
div.DivClassName
{
background-color: #62633F;
}
.BgClassName
{
background-color: #62633F;
}
</style>
border-color css
<style>
span { border-color: #62633F; }
span { border-color: rgb(98,99,63); }
td.TdClassName
{
border-color: #62633F;
}
.TagClassName
{
border-color: #62633F;
}
</style>