Shades of Verdigris #62633D
Tints of Verdigris #62633D
RGB
CMYK
RGB Variations
Color information
#62633D (or 0x62633D) is known color: Verdigris. HEX triplet: 62, 63 and 3D. RGB value is (98,99,61). Sum of RGB (Red+Green+Blue) = 98+99+61=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 99 - color contains mainly: green. Hex color #62633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62633D is #9D9CC2. Grayscale: #5E5E5E. Windows color (decimal): -10329283 or 4023138. OLE color: 4023138.
HSL color Cylindrical-coordinate representation of color #62633D: hue angle of 61.58º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62633D is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 99 | 61 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.61 |
| HSL | 61.58º | 0.24% | 0.31% | - |
| HSV(B) | 61.58º | 0.38% | 0.39% | - |
| XYZ | 10.34 | 11.86 | 6.16 | - |
| YUV | 94.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 61 | 0.01 | 0 | 0.38 | 0.61 | 61.58 | 0.24 | 0.31 |
| Hex | 62 | 63 | 3D | 1 | 0 | 26 | 3D | 3E | 18 | 1F |
| Octal | 142 | 143 | 75 | 1 | 0 | 46 | 75 | 76 | 30 | 37 |
| Binary | 1100010 | 1100011 | 111101 | 1 | 0 | 100110 | 111101 | 111110 | 11000 | 11111 |
Color Harmonies of #62633D
Complementary color
Monochromatic Colors of #62633D
Black with #62633D
Text Example
Text Example
White with #62633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62633D; }
p { color: rgb(98,99,61); }
H1.HeaderClassName
{
color: #62633D;
}
.AnyTagClassName
{
color: #62633D;
}
</style>
background-color css
<style>
a { background-color: #62633D; }
a { background-color: rgb(98,99,61); }
div.DivClassName
{
background-color: #62633D;
}
.BgClassName
{
background-color: #62633D;
}
</style>
border-color css
<style>
span { border-color: #62633D; }
span { border-color: rgb(98,99,61); }
td.TdClassName
{
border-color: #62633D;
}
.TagClassName
{
border-color: #62633D;
}
</style>