Shades of Verdigris #625D3D
Tints of Verdigris #625D3D
RGB
CMYK
RGB Variations
Color information
#625D3D (or 0x625D3D) is known color: Verdigris. HEX triplet: 62, 5D and 3D. RGB value is (98,93,61). Sum of RGB (Red+Green+Blue) = 98+93+61=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 98 - color contains mainly: red. Hex color #625D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625D3D is #9DA2C2. Grayscale: #5A5A5A. Windows color (decimal): -10330819 or 4021602. OLE color: 4021602.
HSL color Cylindrical-coordinate representation of color #625D3D: hue angle of 51.89º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #625D3D is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 93 | 61 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.62 |
| HSL | 51.89º | 0.23% | 0.31% | - |
| HSV(B) | 51.89º | 0.38% | 0.38% | - |
| XYZ | 9.79 | 10.76 | 5.98 | - |
| YUV | 90.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 61 | 0 | 0.05 | 0.38 | 0.62 | 51.89 | 0.23 | 0.31 |
| Hex | 62 | 5D | 3D | 0 | 5 | 26 | 3E | 34 | 17 | 1F |
| Octal | 142 | 135 | 75 | 0 | 5 | 46 | 76 | 64 | 27 | 37 |
| Binary | 1100010 | 1011101 | 111101 | 0 | 101 | 100110 | 111110 | 110100 | 10111 | 11111 |
Color Harmonies of #625D3D
Complementary color
Monochromatic Colors of #625D3D
Black with #625D3D
Text Example
Text Example
White with #625D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D3D; }
p { color: rgb(98,93,61); }
H1.HeaderClassName
{
color: #625D3D;
}
.AnyTagClassName
{
color: #625D3D;
}
</style>
background-color css
<style>
a { background-color: #625D3D; }
a { background-color: rgb(98,93,61); }
div.DivClassName
{
background-color: #625D3D;
}
.BgClassName
{
background-color: #625D3D;
}
</style>
border-color css
<style>
span { border-color: #625D3D; }
span { border-color: rgb(98,93,61); }
td.TdClassName
{
border-color: #625D3D;
}
.TagClassName
{
border-color: #625D3D;
}
</style>