Shades of Verdigris #63603E
Tints of Verdigris #63603E
RGB
CMYK
RGB Variations
Color information
#63603E (or 0x63603E) is known color: Verdigris. HEX triplet: 63, 60 and 3E. RGB value is (99,96,62). Sum of RGB (Red+Green+Blue) = 99+96+62=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #63603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63603E is #9C9FC1. Grayscale: #5D5D5D. Windows color (decimal): -10264514 or 4087907. OLE color: 4087907.
HSL color Cylindrical-coordinate representation of color #63603E: hue angle of 55.14º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63603E is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 62 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.61 |
| HSL | 55.14º | 0.23% | 0.32% | - |
| HSV(B) | 55.14º | 0.37% | 0.39% | - |
| XYZ | 10.2 | 11.37 | 6.21 | - |
| YUV | 93.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 62 | 0 | 0.03 | 0.37 | 0.61 | 55.14 | 0.23 | 0.32 |
| Hex | 63 | 60 | 3E | 0 | 3 | 25 | 3D | 37 | 17 | 20 |
| Octal | 143 | 140 | 76 | 0 | 3 | 45 | 75 | 67 | 27 | 40 |
| Binary | 1100011 | 1100000 | 111110 | 0 | 11 | 100101 | 111101 | 110111 | 10111 | 100000 |
Color Harmonies of #63603E
Complementary color
Monochromatic Colors of #63603E
Black with #63603E
Text Example
Text Example
White with #63603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63603E; }
p { color: rgb(99,96,62); }
H1.HeaderClassName
{
color: #63603E;
}
.AnyTagClassName
{
color: #63603E;
}
</style>
background-color css
<style>
a { background-color: #63603E; }
a { background-color: rgb(99,96,62); }
div.DivClassName
{
background-color: #63603E;
}
.BgClassName
{
background-color: #63603E;
}
</style>
border-color css
<style>
span { border-color: #63603E; }
span { border-color: rgb(99,96,62); }
td.TdClassName
{
border-color: #63603E;
}
.TagClassName
{
border-color: #63603E;
}
</style>