Shades of Verdigris #63603C
Tints of Verdigris #63603C
RGB
CMYK
RGB Variations
Color information
#63603C (or 0x63603C) is known color: Verdigris. HEX triplet: 63, 60 and 3C. RGB value is (99,96,60). Sum of RGB (Red+Green+Blue) = 99+96+60=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #63603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63603C is #9C9FC3. Grayscale: #5C5C5C. Windows color (decimal): -10264516 or 3956835. OLE color: 3956835.
HSL color Cylindrical-coordinate representation of color #63603C: hue angle of 55.38º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63603C is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 60 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.61 |
| HSL | 55.38º | 0.25% | 0.31% | - |
| HSV(B) | 55.38º | 0.39% | 0.39% | - |
| XYZ | 10.14 | 11.34 | 5.93 | - |
| YUV | 92.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 60 | 0 | 0.03 | 0.39 | 0.61 | 55.38 | 0.25 | 0.31 |
| Hex | 63 | 60 | 3C | 0 | 3 | 27 | 3D | 37 | 19 | 1F |
| Octal | 143 | 140 | 74 | 0 | 3 | 47 | 75 | 67 | 31 | 37 |
| Binary | 1100011 | 1100000 | 111100 | 0 | 11 | 100111 | 111101 | 110111 | 11001 | 11111 |
Color Harmonies of #63603C
Complementary color
Monochromatic Colors of #63603C
Black with #63603C
Text Example
Text Example
White with #63603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63603C; }
p { color: rgb(99,96,60); }
H1.HeaderClassName
{
color: #63603C;
}
.AnyTagClassName
{
color: #63603C;
}
</style>
background-color css
<style>
a { background-color: #63603C; }
a { background-color: rgb(99,96,60); }
div.DivClassName
{
background-color: #63603C;
}
.BgClassName
{
background-color: #63603C;
}
</style>
border-color css
<style>
span { border-color: #63603C; }
span { border-color: rgb(99,96,60); }
td.TdClassName
{
border-color: #63603C;
}
.TagClassName
{
border-color: #63603C;
}
</style>