Shades of Verdigris #626334
Tints of Verdigris #626334
RGB
CMYK
RGB Variations
Color information
#626334 (or 0x626334) is known color: Verdigris. HEX triplet: 62, 63 and 34. RGB value is (98,99,52). Sum of RGB (Red+Green+Blue) = 98+99+52=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #626334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626334 is #9D9CCB. Grayscale: #5D5D5D. Windows color (decimal): -10329292 or 3433314. OLE color: 3433314.
HSL color Cylindrical-coordinate representation of color #626334: hue angle of 61.28º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #626334 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 99 | 52 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.61 |
| HSL | 61.28º | 0.31% | 0.3% | - |
| HSV(B) | 61.28º | 0.47% | 0.39% | - |
| XYZ | 10.12 | 11.77 | 4.99 | - |
| YUV | 93.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 52 | 0.01 | 0 | 0.47 | 0.61 | 61.28 | 0.31 | 0.3 |
| Hex | 62 | 63 | 34 | 1 | 0 | 2F | 3D | 3D | 1F | 1E |
| Octal | 142 | 143 | 64 | 1 | 0 | 57 | 75 | 75 | 37 | 36 |
| Binary | 1100010 | 1100011 | 110100 | 1 | 0 | 101111 | 111101 | 111101 | 11111 | 11110 |
Color Harmonies of #626334
Complementary color
Monochromatic Colors of #626334
Black with #626334
Text Example
Text Example
White with #626334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626334; }
p { color: rgb(98,99,52); }
H1.HeaderClassName
{
color: #626334;
}
.AnyTagClassName
{
color: #626334;
}
</style>
background-color css
<style>
a { background-color: #626334; }
a { background-color: rgb(98,99,52); }
div.DivClassName
{
background-color: #626334;
}
.BgClassName
{
background-color: #626334;
}
</style>
border-color css
<style>
span { border-color: #626334; }
span { border-color: rgb(98,99,52); }
td.TdClassName
{
border-color: #626334;
}
.TagClassName
{
border-color: #626334;
}
</style>