Shades of Woodland #61694A
Tints of Woodland #61694A
RGB
CMYK
RGB Variations
Color information
#61694A (or 0x61694A) is known color: Woodland. HEX triplet: 61, 69 and 4A. RGB value is (97,105,74). Sum of RGB (Red+Green+Blue) = 97+105+74=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #61694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61694A is #9E96B5. Grayscale: #636363. Windows color (decimal): -10393270 or 4876641. OLE color: 4876641.
HSL color Cylindrical-coordinate representation of color #61694A: hue angle of 75.48º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61694A is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 105 | 74 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.59 |
| HSL | 75.48º | 0.17% | 0.35% | - |
| HSV(B) | 75.48º | 0.3% | 0.41% | - |
| XYZ | 11.22 | 13.14 | 8.42 | - |
| YUV | 99.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 74 | 0.08 | 0 | 0.30 | 0.59 | 75.48 | 0.17 | 0.35 |
| Hex | 61 | 69 | 4A | 8 | 0 | 1E | 3B | 4B | 11 | 23 |
| Octal | 141 | 151 | 112 | 10 | 0 | 36 | 73 | 113 | 21 | 43 |
| Binary | 1100001 | 1101001 | 1001010 | 1000 | 0 | 11110 | 111011 | 1001011 | 10001 | 100011 |
Color Harmonies of #61694A
Complementary color
Monochromatic Colors of #61694A
Black with #61694A
Text Example
Text Example
White with #61694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61694A; }
p { color: rgb(97,105,74); }
H1.HeaderClassName
{
color: #61694A;
}
.AnyTagClassName
{
color: #61694A;
}
</style>
background-color css
<style>
a { background-color: #61694A; }
a { background-color: rgb(97,105,74); }
div.DivClassName
{
background-color: #61694A;
}
.BgClassName
{
background-color: #61694A;
}
</style>
border-color css
<style>
span { border-color: #61694A; }
span { border-color: rgb(97,105,74); }
td.TdClassName
{
border-color: #61694A;
}
.TagClassName
{
border-color: #61694A;
}
</style>