Shades of Verdigris #626336
Tints of Verdigris #626336
RGB
CMYK
RGB Variations
Color information
#626336 (or 0x626336) is known color: Verdigris. HEX triplet: 62, 63 and 36. RGB value is (98,99,54). Sum of RGB (Red+Green+Blue) = 98+99+54=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #626336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626336 is #9D9CC9. Grayscale: #5D5D5D. Windows color (decimal): -10329290 or 3564386. OLE color: 3564386.
HSL color Cylindrical-coordinate representation of color #626336: hue angle of 61.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #626336 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 99 | 54 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.61 |
| HSL | 61.33º | 0.29% | 0.3% | - |
| HSV(B) | 61.33º | 0.45% | 0.39% | - |
| XYZ | 10.16 | 11.79 | 5.23 | - |
| YUV | 93.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 54 | 0.01 | 0 | 0.45 | 0.61 | 61.33 | 0.29 | 0.3 |
| Hex | 62 | 63 | 36 | 1 | 0 | 2D | 3D | 3D | 1D | 1E |
| Octal | 142 | 143 | 66 | 1 | 0 | 55 | 75 | 75 | 35 | 36 |
| Binary | 1100010 | 1100011 | 110110 | 1 | 0 | 101101 | 111101 | 111101 | 11101 | 11110 |
Color Harmonies of #626336
Complementary color
Monochromatic Colors of #626336
Black with #626336
Text Example
Text Example
White with #626336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626336; }
p { color: rgb(98,99,54); }
H1.HeaderClassName
{
color: #626336;
}
.AnyTagClassName
{
color: #626336;
}
</style>
background-color css
<style>
a { background-color: #626336; }
a { background-color: rgb(98,99,54); }
div.DivClassName
{
background-color: #626336;
}
.BgClassName
{
background-color: #626336;
}
</style>
border-color css
<style>
span { border-color: #626336; }
span { border-color: rgb(98,99,54); }
td.TdClassName
{
border-color: #626336;
}
.TagClassName
{
border-color: #626336;
}
</style>