Shades of Verdigris #62643A
Tints of Verdigris #62643A
RGB
CMYK
RGB Variations
Color information
#62643A (or 0x62643A) is known color: Verdigris. HEX triplet: 62, 64 and 3A. RGB value is (98,100,58). Sum of RGB (Red+Green+Blue) = 98+100+58=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 100 - color contains mainly: green. Hex color #62643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62643A is #9D9BC5. Grayscale: #5E5E5E. Windows color (decimal): -10329030 or 3826786. OLE color: 3826786.
HSL color Cylindrical-coordinate representation of color #62643A: hue angle of 62.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62643A is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 58 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.61 |
| HSL | 62.86º | 0.27% | 0.31% | - |
| HSV(B) | 62.86º | 0.42% | 0.39% | - |
| XYZ | 10.36 | 12.02 | 5.78 | - |
| YUV | 94.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 58 | 0.02 | 0 | 0.42 | 0.61 | 62.86 | 0.27 | 0.31 |
| Hex | 62 | 64 | 3A | 2 | 0 | 2A | 3D | 3F | 1B | 1F |
| Octal | 142 | 144 | 72 | 2 | 0 | 52 | 75 | 77 | 33 | 37 |
| Binary | 1100010 | 1100100 | 111010 | 10 | 0 | 101010 | 111101 | 111111 | 11011 | 11111 |
Color Harmonies of #62643A
Complementary color
Monochromatic Colors of #62643A
Black with #62643A
Text Example
Text Example
White with #62643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62643A; }
p { color: rgb(98,100,58); }
H1.HeaderClassName
{
color: #62643A;
}
.AnyTagClassName
{
color: #62643A;
}
</style>
background-color css
<style>
a { background-color: #62643A; }
a { background-color: rgb(98,100,58); }
div.DivClassName
{
background-color: #62643A;
}
.BgClassName
{
background-color: #62643A;
}
</style>
border-color css
<style>
span { border-color: #62643A; }
span { border-color: rgb(98,100,58); }
td.TdClassName
{
border-color: #62643A;
}
.TagClassName
{
border-color: #62643A;
}
</style>