Shades of Woodland #61654F
Tints of Woodland #61654F
RGB
CMYK
RGB Variations
Color information
#61654F (or 0x61654F) is known color: Woodland. HEX triplet: 61, 65 and 4F. RGB value is (97,101,79). Sum of RGB (Red+Green+Blue) = 97+101+79=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #61654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61654F is #9E9AB0. Grayscale: #616161. Windows color (decimal): -10394289 or 5203297. OLE color: 5203297.
HSL color Cylindrical-coordinate representation of color #61654F: hue angle of 70.91º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61654F is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 101 | 79 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.60 |
| HSL | 70.91º | 0.12% | 0.35% | - |
| HSV(B) | 70.91º | 0.22% | 0.4% | - |
| XYZ | 10.99 | 12.41 | 9.21 | - |
| YUV | 97.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 79 | 0.04 | 0 | 0.22 | 0.60 | 70.91 | 0.12 | 0.35 |
| Hex | 61 | 65 | 4F | 4 | 0 | 16 | 3C | 47 | C | 23 |
| Octal | 141 | 145 | 117 | 4 | 0 | 26 | 74 | 107 | 14 | 43 |
| Binary | 1100001 | 1100101 | 1001111 | 100 | 0 | 10110 | 111100 | 1000111 | 1100 | 100011 |
Color Harmonies of #61654F
Complementary color
Monochromatic Colors of #61654F
Black with #61654F
Text Example
Text Example
White with #61654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61654F; }
p { color: rgb(97,101,79); }
H1.HeaderClassName
{
color: #61654F;
}
.AnyTagClassName
{
color: #61654F;
}
</style>
background-color css
<style>
a { background-color: #61654F; }
a { background-color: rgb(97,101,79); }
div.DivClassName
{
background-color: #61654F;
}
.BgClassName
{
background-color: #61654F;
}
</style>
border-color css
<style>
span { border-color: #61654F; }
span { border-color: rgb(97,101,79); }
td.TdClassName
{
border-color: #61654F;
}
.TagClassName
{
border-color: #61654F;
}
</style>