Shades of Verdigris #625E36
Tints of Verdigris #625E36
RGB
CMYK
RGB Variations
Color information
#625E36 (or 0x625E36) is known color: Verdigris. HEX triplet: 62, 5E and 36. RGB value is (98,94,54). Sum of RGB (Red+Green+Blue) = 98+94+54=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #625E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625E36 is #9DA1C9. Grayscale: #5A5A5A. Windows color (decimal): -10330570 or 3563106. OLE color: 3563106.
HSL color Cylindrical-coordinate representation of color #625E36: hue angle of 54.55º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #625E36 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 94 | 54 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.62 |
| HSL | 54.55º | 0.29% | 0.3% | - |
| HSV(B) | 54.55º | 0.45% | 0.38% | - |
| XYZ | 9.71 | 10.87 | 5.08 | - |
| YUV | 90.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 54 | 0 | 0.04 | 0.45 | 0.62 | 54.55 | 0.29 | 0.3 |
| Hex | 62 | 5E | 36 | 0 | 4 | 2D | 3E | 37 | 1D | 1E |
| Octal | 142 | 136 | 66 | 0 | 4 | 55 | 76 | 67 | 35 | 36 |
| Binary | 1100010 | 1011110 | 110110 | 0 | 100 | 101101 | 111110 | 110111 | 11101 | 11110 |
Color Harmonies of #625E36
Complementary color
Monochromatic Colors of #625E36
Black with #625E36
Text Example
Text Example
White with #625E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E36; }
p { color: rgb(98,94,54); }
H1.HeaderClassName
{
color: #625E36;
}
.AnyTagClassName
{
color: #625E36;
}
</style>
background-color css
<style>
a { background-color: #625E36; }
a { background-color: rgb(98,94,54); }
div.DivClassName
{
background-color: #625E36;
}
.BgClassName
{
background-color: #625E36;
}
</style>
border-color css
<style>
span { border-color: #625E36; }
span { border-color: rgb(98,94,54); }
td.TdClassName
{
border-color: #625E36;
}
.TagClassName
{
border-color: #625E36;
}
</style>