Shades of Woodland #61664D
Tints of Woodland #61664D
RGB
CMYK
RGB Variations
Color information
#61664D (or 0x61664D) is known color: Woodland. HEX triplet: 61, 66 and 4D. RGB value is (97,102,77). Sum of RGB (Red+Green+Blue) = 97+102+77=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #61664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61664D is #9E99B2. Grayscale: #616161. Windows color (decimal): -10394035 or 5072481. OLE color: 5072481.
HSL color Cylindrical-coordinate representation of color #61664D: hue angle of 72º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61664D is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 102 | 77 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.6 |
| HSL | 72º | 0.14% | 0.35% | - |
| HSV(B) | 72º | 0.25% | 0.4% | - |
| XYZ | 11.02 | 12.58 | 8.87 | - |
| YUV | 97.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 77 | 0.05 | 0 | 0.25 | 0.6 | 72 | 0.14 | 0.35 |
| Hex | 61 | 66 | 4D | 5 | 0 | 19 | 3C | 48 | E | 23 |
| Octal | 141 | 146 | 115 | 5 | 0 | 31 | 74 | 110 | 16 | 43 |
| Binary | 1100001 | 1100110 | 1001101 | 101 | 0 | 11001 | 111100 | 1001000 | 1110 | 100011 |
Color Harmonies of #61664D
Complementary color
Monochromatic Colors of #61664D
Black with #61664D
Text Example
Text Example
White with #61664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61664D; }
p { color: rgb(97,102,77); }
H1.HeaderClassName
{
color: #61664D;
}
.AnyTagClassName
{
color: #61664D;
}
</style>
background-color css
<style>
a { background-color: #61664D; }
a { background-color: rgb(97,102,77); }
div.DivClassName
{
background-color: #61664D;
}
.BgClassName
{
background-color: #61664D;
}
</style>
border-color css
<style>
span { border-color: #61664D; }
span { border-color: rgb(97,102,77); }
td.TdClassName
{
border-color: #61664D;
}
.TagClassName
{
border-color: #61664D;
}
</style>