Shades of Verdigris #63663A
Tints of Verdigris #63663A
RGB
CMYK
RGB Variations
Color information
#63663A (or 0x63663A) is known color: Verdigris. HEX triplet: 63, 66 and 3A. RGB value is (99,102,58). Sum of RGB (Red+Green+Blue) = 99+102+58=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 102 - color contains mainly: green. Hex color #63663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63663A is #9C99C5. Grayscale: #606060. Windows color (decimal): -10262982 or 3827299. OLE color: 3827299.
HSL color Cylindrical-coordinate representation of color #63663A: hue angle of 64.09º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63663A is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 102 | 58 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.6 |
| HSL | 64.09º | 0.28% | 0.31% | - |
| HSV(B) | 64.09º | 0.43% | 0.4% | - |
| XYZ | 10.66 | 12.46 | 5.85 | - |
| YUV | 96.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 58 | 0.03 | 0 | 0.43 | 0.6 | 64.09 | 0.28 | 0.31 |
| Hex | 63 | 66 | 3A | 3 | 0 | 2B | 3C | 40 | 1C | 1F |
| Octal | 143 | 146 | 72 | 3 | 0 | 53 | 74 | 100 | 34 | 37 |
| Binary | 1100011 | 1100110 | 111010 | 11 | 0 | 101011 | 111100 | 1000000 | 11100 | 11111 |
Color Harmonies of #63663A
Complementary color
Monochromatic Colors of #63663A
Black with #63663A
Text Example
Text Example
White with #63663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63663A; }
p { color: rgb(99,102,58); }
H1.HeaderClassName
{
color: #63663A;
}
.AnyTagClassName
{
color: #63663A;
}
</style>
background-color css
<style>
a { background-color: #63663A; }
a { background-color: rgb(99,102,58); }
div.DivClassName
{
background-color: #63663A;
}
.BgClassName
{
background-color: #63663A;
}
</style>
border-color css
<style>
span { border-color: #63663A; }
span { border-color: rgb(99,102,58); }
td.TdClassName
{
border-color: #63663A;
}
.TagClassName
{
border-color: #63663A;
}
</style>