Shades of Woodland #63694E
Tints of Woodland #63694E
RGB
CMYK
RGB Variations
Color information
#63694E (or 0x63694E) is known color: Woodland. HEX triplet: 63, 69 and 4E. RGB value is (99,105,78). Sum of RGB (Red+Green+Blue) = 99+105+78=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #63694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63694E is #9C96B1. Grayscale: #646464. Windows color (decimal): -10262194 or 5138787. OLE color: 5138787.
HSL color Cylindrical-coordinate representation of color #63694E: hue angle of 73.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63694E is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 105 | 78 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.59 |
| HSL | 73.33º | 0.15% | 0.36% | - |
| HSV(B) | 73.33º | 0.26% | 0.41% | - |
| XYZ | 11.57 | 13.31 | 9.17 | - |
| YUV | 100.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 78 | 0.06 | 0 | 0.26 | 0.59 | 73.33 | 0.15 | 0.36 |
| Hex | 63 | 69 | 4E | 6 | 0 | 1A | 3B | 49 | F | 24 |
| Octal | 143 | 151 | 116 | 6 | 0 | 32 | 73 | 111 | 17 | 44 |
| Binary | 1100011 | 1101001 | 1001110 | 110 | 0 | 11010 | 111011 | 1001001 | 1111 | 100100 |
Color Harmonies of #63694E
Complementary color
Monochromatic Colors of #63694E
Black with #63694E
Text Example
Text Example
White with #63694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63694E; }
p { color: rgb(99,105,78); }
H1.HeaderClassName
{
color: #63694E;
}
.AnyTagClassName
{
color: #63694E;
}
</style>
background-color css
<style>
a { background-color: #63694E; }
a { background-color: rgb(99,105,78); }
div.DivClassName
{
background-color: #63694E;
}
.BgClassName
{
background-color: #63694E;
}
</style>
border-color css
<style>
span { border-color: #63694E; }
span { border-color: rgb(99,105,78); }
td.TdClassName
{
border-color: #63694E;
}
.TagClassName
{
border-color: #63694E;
}
</style>