Shades of Woodland #61654C
Tints of Woodland #61654C
RGB
CMYK
RGB Variations
Color information
#61654C (or 0x61654C) is known color: Woodland. HEX triplet: 61, 65 and 4C. RGB value is (97,101,76). Sum of RGB (Red+Green+Blue) = 97+101+76=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 101 - color contains mainly: green. Hex color #61654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61654C is #9E9AB3. Grayscale: #616161. Windows color (decimal): -10394292 or 5006689. OLE color: 5006689.
HSL color Cylindrical-coordinate representation of color #61654C: hue angle of 69.6º 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 #61654C is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 101 | 76 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.60 |
| HSL | 69.6º | 0.14% | 0.35% | - |
| HSV(B) | 69.6º | 0.25% | 0.4% | - |
| XYZ | 10.89 | 12.37 | 8.65 | - |
| YUV | 96.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 76 | 0.04 | 0 | 0.25 | 0.60 | 69.6 | 0.14 | 0.35 |
| Hex | 61 | 65 | 4C | 4 | 0 | 19 | 3C | 46 | E | 23 |
| Octal | 141 | 145 | 114 | 4 | 0 | 31 | 74 | 106 | 16 | 43 |
| Binary | 1100001 | 1100101 | 1001100 | 100 | 0 | 11001 | 111100 | 1000110 | 1110 | 100011 |
Color Harmonies of #61654C
Complementary color
Monochromatic Colors of #61654C
Black with #61654C
Text Example
Text Example
White with #61654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61654C; }
p { color: rgb(97,101,76); }
H1.HeaderClassName
{
color: #61654C;
}
.AnyTagClassName
{
color: #61654C;
}
</style>
background-color css
<style>
a { background-color: #61654C; }
a { background-color: rgb(97,101,76); }
div.DivClassName
{
background-color: #61654C;
}
.BgClassName
{
background-color: #61654C;
}
</style>
border-color css
<style>
span { border-color: #61654C; }
span { border-color: rgb(97,101,76); }
td.TdClassName
{
border-color: #61654C;
}
.TagClassName
{
border-color: #61654C;
}
</style>