Shades of Woodland #63673B
Tints of Woodland #63673B
RGB
CMYK
RGB Variations
Color information
#63673B (or 0x63673B) is known color: Woodland. HEX triplet: 63, 67 and 3B. RGB value is (99,103,59). Sum of RGB (Red+Green+Blue) = 99+103+59=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #63673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63673B is #9C98C4. Grayscale: #606060. Windows color (decimal): -10262725 or 3893091. OLE color: 3893091.
HSL color Cylindrical-coordinate representation of color #63673B: hue angle of 65.45º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63673B is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 103 | 59 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.60 |
| HSL | 65.45º | 0.27% | 0.32% | - |
| HSV(B) | 65.45º | 0.43% | 0.4% | - |
| XYZ | 10.79 | 12.67 | 6.01 | - |
| YUV | 96.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 59 | 0.04 | 0 | 0.43 | 0.60 | 65.45 | 0.27 | 0.32 |
| Hex | 63 | 67 | 3B | 4 | 0 | 2B | 3C | 41 | 1B | 20 |
| Octal | 143 | 147 | 73 | 4 | 0 | 53 | 74 | 101 | 33 | 40 |
| Binary | 1100011 | 1100111 | 111011 | 100 | 0 | 101011 | 111100 | 1000001 | 11011 | 100000 |
Color Harmonies of #63673B
Complementary color
Monochromatic Colors of #63673B
Black with #63673B
Text Example
Text Example
White with #63673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63673B; }
p { color: rgb(99,103,59); }
H1.HeaderClassName
{
color: #63673B;
}
.AnyTagClassName
{
color: #63673B;
}
</style>
background-color css
<style>
a { background-color: #63673B; }
a { background-color: rgb(99,103,59); }
div.DivClassName
{
background-color: #63673B;
}
.BgClassName
{
background-color: #63673B;
}
</style>
border-color css
<style>
span { border-color: #63673B; }
span { border-color: rgb(99,103,59); }
td.TdClassName
{
border-color: #63673B;
}
.TagClassName
{
border-color: #63673B;
}
</style>