Shades of Verdigris #626433
Tints of Verdigris #626433
RGB
CMYK
RGB Variations
Color information
#626433 (or 0x626433) is known color: Verdigris. HEX triplet: 62, 64 and 33. RGB value is (98,100,51). Sum of RGB (Red+Green+Blue) = 98+100+51=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #626433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626433 is #9D9BCC. Grayscale: #5E5E5E. Windows color (decimal): -10329037 or 3368034. OLE color: 3368034.
HSL color Cylindrical-coordinate representation of color #626433: hue angle of 62.45º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #626433 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 51 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.61 |
| HSL | 62.45º | 0.32% | 0.3% | - |
| HSV(B) | 62.45º | 0.49% | 0.39% | - |
| XYZ | 10.19 | 11.95 | 4.9 | - |
| YUV | 93.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 51 | 0.02 | 0 | 0.49 | 0.61 | 62.45 | 0.32 | 0.3 |
| Hex | 62 | 64 | 33 | 2 | 0 | 31 | 3D | 3E | 20 | 1E |
| Octal | 142 | 144 | 63 | 2 | 0 | 61 | 75 | 76 | 40 | 36 |
| Binary | 1100010 | 1100100 | 110011 | 10 | 0 | 110001 | 111101 | 111110 | 100000 | 11110 |
Color Harmonies of #626433
Complementary color
Monochromatic Colors of #626433
Black with #626433
Text Example
Text Example
White with #626433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626433; }
p { color: rgb(98,100,51); }
H1.HeaderClassName
{
color: #626433;
}
.AnyTagClassName
{
color: #626433;
}
</style>
background-color css
<style>
a { background-color: #626433; }
a { background-color: rgb(98,100,51); }
div.DivClassName
{
background-color: #626433;
}
.BgClassName
{
background-color: #626433;
}
</style>
border-color css
<style>
span { border-color: #626433; }
span { border-color: rgb(98,100,51); }
td.TdClassName
{
border-color: #626433;
}
.TagClassName
{
border-color: #626433;
}
</style>