Shades of Woodland #63693B
Tints of Woodland #63693B
RGB
CMYK
RGB Variations
Color information
#63693B (or 0x63693B) is known color: Woodland. HEX triplet: 63, 69 and 3B. RGB value is (99,105,59). Sum of RGB (Red+Green+Blue) = 99+105+59=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #63693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63693B is #9C96C4. Grayscale: #626262. Windows color (decimal): -10262213 or 3893603. OLE color: 3893603.
HSL color Cylindrical-coordinate representation of color #63693B: hue angle of 67.83º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63693B is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 105 | 59 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.59 |
| HSL | 67.83º | 0.28% | 0.32% | - |
| HSV(B) | 67.83º | 0.44% | 0.41% | - |
| XYZ | 10.99 | 13.07 | 6.08 | - |
| YUV | 97.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 59 | 0.06 | 0 | 0.44 | 0.59 | 67.83 | 0.28 | 0.32 |
| Hex | 63 | 69 | 3B | 6 | 0 | 2C | 3B | 44 | 1C | 20 |
| Octal | 143 | 151 | 73 | 6 | 0 | 54 | 73 | 104 | 34 | 40 |
| Binary | 1100011 | 1101001 | 111011 | 110 | 0 | 101100 | 111011 | 1000100 | 11100 | 100000 |
Color Harmonies of #63693B
Complementary color
Monochromatic Colors of #63693B
Black with #63693B
Text Example
Text Example
White with #63693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63693B; }
p { color: rgb(99,105,59); }
H1.HeaderClassName
{
color: #63693B;
}
.AnyTagClassName
{
color: #63693B;
}
</style>
background-color css
<style>
a { background-color: #63693B; }
a { background-color: rgb(99,105,59); }
div.DivClassName
{
background-color: #63693B;
}
.BgClassName
{
background-color: #63693B;
}
</style>
border-color css
<style>
span { border-color: #63693B; }
span { border-color: rgb(99,105,59); }
td.TdClassName
{
border-color: #63693B;
}
.TagClassName
{
border-color: #63693B;
}
</style>