Shades of Verdigris #60623B
Tints of Verdigris #60623B
RGB
CMYK
RGB Variations
Color information
#60623B (or 0x60623B) is known color: Verdigris. HEX triplet: 60, 62 and 3B. RGB value is (96,98,59). Sum of RGB (Red+Green+Blue) = 96+98+59=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #60623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60623B is #9F9DC4. Grayscale: #5D5D5D. Windows color (decimal): -10460613 or 3891808. OLE color: 3891808.
HSL color Cylindrical-coordinate representation of color #60623B: hue angle of 63.08º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60623B is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 98 | 59 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.62 |
| HSL | 63.08º | 0.25% | 0.31% | - |
| HSV(B) | 63.08º | 0.4% | 0.38% | - |
| XYZ | 9.98 | 11.54 | 5.84 | - |
| YUV | 92.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 59 | 0.02 | 0 | 0.40 | 0.62 | 63.08 | 0.25 | 0.31 |
| Hex | 60 | 62 | 3B | 2 | 0 | 28 | 3E | 3F | 19 | 1F |
| Octal | 140 | 142 | 73 | 2 | 0 | 50 | 76 | 77 | 31 | 37 |
| Binary | 1100000 | 1100010 | 111011 | 10 | 0 | 101000 | 111110 | 111111 | 11001 | 11111 |
Color Harmonies of #60623B
Complementary color
Monochromatic Colors of #60623B
Black with #60623B
Text Example
Text Example
White with #60623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60623B; }
p { color: rgb(96,98,59); }
H1.HeaderClassName
{
color: #60623B;
}
.AnyTagClassName
{
color: #60623B;
}
</style>
background-color css
<style>
a { background-color: #60623B; }
a { background-color: rgb(96,98,59); }
div.DivClassName
{
background-color: #60623B;
}
.BgClassName
{
background-color: #60623B;
}
</style>
border-color css
<style>
span { border-color: #60623B; }
span { border-color: rgb(96,98,59); }
td.TdClassName
{
border-color: #60623B;
}
.TagClassName
{
border-color: #60623B;
}
</style>