Shades of Woodland #61664A
Tints of Woodland #61664A
RGB
CMYK
RGB Variations
Color information
#61664A (or 0x61664A) is known color: Woodland. HEX triplet: 61, 66 and 4A. RGB value is (97,102,74). Sum of RGB (Red+Green+Blue) = 97+102+74=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #61664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61664A is #9E99B5. Grayscale: #616161. Windows color (decimal): -10394038 or 4875873. OLE color: 4875873.
HSL color Cylindrical-coordinate representation of color #61664A: hue angle of 70.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61664A is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 102 | 74 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.6 |
| HSL | 70.71º | 0.16% | 0.35% | - |
| HSV(B) | 70.71º | 0.27% | 0.4% | - |
| XYZ | 10.92 | 12.54 | 8.32 | - |
| YUV | 97.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 74 | 0.05 | 0 | 0.27 | 0.6 | 70.71 | 0.16 | 0.35 |
| Hex | 61 | 66 | 4A | 5 | 0 | 1B | 3C | 47 | 10 | 23 |
| Octal | 141 | 146 | 112 | 5 | 0 | 33 | 74 | 107 | 20 | 43 |
| Binary | 1100001 | 1100110 | 1001010 | 101 | 0 | 11011 | 111100 | 1000111 | 10000 | 100011 |
Color Harmonies of #61664A
Complementary color
Monochromatic Colors of #61664A
Black with #61664A
Text Example
Text Example
White with #61664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61664A; }
p { color: rgb(97,102,74); }
H1.HeaderClassName
{
color: #61664A;
}
.AnyTagClassName
{
color: #61664A;
}
</style>
background-color css
<style>
a { background-color: #61664A; }
a { background-color: rgb(97,102,74); }
div.DivClassName
{
background-color: #61664A;
}
.BgClassName
{
background-color: #61664A;
}
</style>
border-color css
<style>
span { border-color: #61664A; }
span { border-color: rgb(97,102,74); }
td.TdClassName
{
border-color: #61664A;
}
.TagClassName
{
border-color: #61664A;
}
</style>