Shades of Verdigris #625F3C
Tints of Verdigris #625F3C
RGB
CMYK
RGB Variations
Color information
#625F3C (or 0x625F3C) is known color: Verdigris. HEX triplet: 62, 5F and 3C. RGB value is (98,95,60). Sum of RGB (Red+Green+Blue) = 98+95+60=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #625F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F3C is #9DA0C3. Grayscale: #5C5C5C. Windows color (decimal): -10330308 or 3956578. OLE color: 3956578.
HSL color Cylindrical-coordinate representation of color #625F3C: hue angle of 55.26º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #625F3C is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 95 | 60 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.62 |
| HSL | 55.26º | 0.24% | 0.31% | - |
| HSV(B) | 55.26º | 0.39% | 0.38% | - |
| XYZ | 9.94 | 11.11 | 5.89 | - |
| YUV | 91.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 60 | 0 | 0.03 | 0.39 | 0.62 | 55.26 | 0.24 | 0.31 |
| Hex | 62 | 5F | 3C | 0 | 3 | 27 | 3E | 37 | 18 | 1F |
| Octal | 142 | 137 | 74 | 0 | 3 | 47 | 76 | 67 | 30 | 37 |
| Binary | 1100010 | 1011111 | 111100 | 0 | 11 | 100111 | 111110 | 110111 | 11000 | 11111 |
Color Harmonies of #625F3C
Complementary color
Monochromatic Colors of #625F3C
Black with #625F3C
Text Example
Text Example
White with #625F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F3C; }
p { color: rgb(98,95,60); }
H1.HeaderClassName
{
color: #625F3C;
}
.AnyTagClassName
{
color: #625F3C;
}
</style>
background-color css
<style>
a { background-color: #625F3C; }
a { background-color: rgb(98,95,60); }
div.DivClassName
{
background-color: #625F3C;
}
.BgClassName
{
background-color: #625F3C;
}
</style>
border-color css
<style>
span { border-color: #625F3C; }
span { border-color: rgb(98,95,60); }
td.TdClassName
{
border-color: #625F3C;
}
.TagClassName
{
border-color: #625F3C;
}
</style>