Shades of Woodland #63663C
Tints of Woodland #63663C
RGB
CMYK
RGB Variations
Color information
#63663C (or 0x63663C) is known color: Woodland. HEX triplet: 63, 66 and 3C. RGB value is (99,102,60). Sum of RGB (Red+Green+Blue) = 99+102+60=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #63663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63663C is #9C99C3. Grayscale: #606060. Windows color (decimal): -10262980 or 3958371. OLE color: 3958371.
HSL color Cylindrical-coordinate representation of color #63663C: hue angle of 64.29º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63663C is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 102 | 60 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.6 |
| HSL | 64.29º | 0.26% | 0.32% | - |
| HSV(B) | 64.29º | 0.41% | 0.4% | - |
| XYZ | 10.71 | 12.48 | 6.12 | - |
| YUV | 96.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 60 | 0.03 | 0 | 0.41 | 0.6 | 64.29 | 0.26 | 0.32 |
| Hex | 63 | 66 | 3C | 3 | 0 | 29 | 3C | 40 | 1A | 20 |
| Octal | 143 | 146 | 74 | 3 | 0 | 51 | 74 | 100 | 32 | 40 |
| Binary | 1100011 | 1100110 | 111100 | 11 | 0 | 101001 | 111100 | 1000000 | 11010 | 100000 |
Color Harmonies of #63663C
Complementary color
Monochromatic Colors of #63663C
Black with #63663C
Text Example
Text Example
White with #63663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63663C; }
p { color: rgb(99,102,60); }
H1.HeaderClassName
{
color: #63663C;
}
.AnyTagClassName
{
color: #63663C;
}
</style>
background-color css
<style>
a { background-color: #63663C; }
a { background-color: rgb(99,102,60); }
div.DivClassName
{
background-color: #63663C;
}
.BgClassName
{
background-color: #63663C;
}
</style>
border-color css
<style>
span { border-color: #63663C; }
span { border-color: rgb(99,102,60); }
td.TdClassName
{
border-color: #63663C;
}
.TagClassName
{
border-color: #63663C;
}
</style>