Shades of Woodland #63694D
Tints of Woodland #63694D
RGB
CMYK
RGB Variations
Color information
#63694D (or 0x63694D) is known color: Woodland. HEX triplet: 63, 69 and 4D. RGB value is (99,105,77). Sum of RGB (Red+Green+Blue) = 99+105+77=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #63694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63694D is #9C96B2. Grayscale: #646464. Windows color (decimal): -10262195 or 5073251. OLE color: 5073251.
HSL color Cylindrical-coordinate representation of color #63694D: hue angle of 72.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63694D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 105 | 77 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.59 |
| HSL | 72.86º | 0.15% | 0.36% | - |
| HSV(B) | 72.86º | 0.27% | 0.41% | - |
| XYZ | 11.54 | 13.29 | 8.98 | - |
| YUV | 100.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 77 | 0.06 | 0 | 0.27 | 0.59 | 72.86 | 0.15 | 0.36 |
| Hex | 63 | 69 | 4D | 6 | 0 | 1B | 3B | 49 | F | 24 |
| Octal | 143 | 151 | 115 | 6 | 0 | 33 | 73 | 111 | 17 | 44 |
| Binary | 1100011 | 1101001 | 1001101 | 110 | 0 | 11011 | 111011 | 1001001 | 1111 | 100100 |
Color Harmonies of #63694D
Complementary color
Monochromatic Colors of #63694D
Black with #63694D
Text Example
Text Example
White with #63694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63694D; }
p { color: rgb(99,105,77); }
H1.HeaderClassName
{
color: #63694D;
}
.AnyTagClassName
{
color: #63694D;
}
</style>
background-color css
<style>
a { background-color: #63694D; }
a { background-color: rgb(99,105,77); }
div.DivClassName
{
background-color: #63694D;
}
.BgClassName
{
background-color: #63694D;
}
</style>
border-color css
<style>
span { border-color: #63694D; }
span { border-color: rgb(99,105,77); }
td.TdClassName
{
border-color: #63694D;
}
.TagClassName
{
border-color: #63694D;
}
</style>