Shades of Woodland #61684F
Tints of Woodland #61684F
RGB
CMYK
RGB Variations
Color information
#61684F (or 0x61684F) is known color: Woodland. HEX triplet: 61, 68 and 4F. RGB value is (97,104,79). Sum of RGB (Red+Green+Blue) = 97+104+79=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #61684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61684F is #9E97B0. Grayscale: #636363. Windows color (decimal): -10393521 or 5204065. OLE color: 5204065.
HSL color Cylindrical-coordinate representation of color #61684F: hue angle of 76.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61684F is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 104 | 79 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.59 |
| HSL | 76.8º | 0.14% | 0.36% | - |
| HSV(B) | 76.8º | 0.24% | 0.41% | - |
| XYZ | 11.29 | 13.01 | 9.31 | - |
| YUV | 99.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 79 | 0.07 | 0 | 0.24 | 0.59 | 76.8 | 0.14 | 0.36 |
| Hex | 61 | 68 | 4F | 7 | 0 | 18 | 3B | 4D | E | 24 |
| Octal | 141 | 150 | 117 | 7 | 0 | 30 | 73 | 115 | 16 | 44 |
| Binary | 1100001 | 1101000 | 1001111 | 111 | 0 | 11000 | 111011 | 1001101 | 1110 | 100100 |
Color Harmonies of #61684F
Complementary color
Monochromatic Colors of #61684F
Black with #61684F
Text Example
Text Example
White with #61684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61684F; }
p { color: rgb(97,104,79); }
H1.HeaderClassName
{
color: #61684F;
}
.AnyTagClassName
{
color: #61684F;
}
</style>
background-color css
<style>
a { background-color: #61684F; }
a { background-color: rgb(97,104,79); }
div.DivClassName
{
background-color: #61684F;
}
.BgClassName
{
background-color: #61684F;
}
</style>
border-color css
<style>
span { border-color: #61684F; }
span { border-color: rgb(97,104,79); }
td.TdClassName
{
border-color: #61684F;
}
.TagClassName
{
border-color: #61684F;
}
</style>