Shades of Woodland #61644E
Tints of Woodland #61644E
RGB
CMYK
RGB Variations
Color information
#61644E (or 0x61644E) is known color: Woodland. HEX triplet: 61, 64 and 4E. RGB value is (97,100,78). Sum of RGB (Red+Green+Blue) = 97+100+78=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 100 - color contains mainly: green. Hex color #61644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61644E is #9E9BB1. Grayscale: #606060. Windows color (decimal): -10394546 or 5137505. OLE color: 5137505.
HSL color Cylindrical-coordinate representation of color #61644E: hue angle of 68.18º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61644E is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 100 | 78 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.61 |
| HSL | 68.18º | 0.12% | 0.35% | - |
| HSV(B) | 68.18º | 0.22% | 0.39% | - |
| XYZ | 10.86 | 12.21 | 8.99 | - |
| YUV | 96.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 78 | 0.03 | 0 | 0.22 | 0.61 | 68.18 | 0.12 | 0.35 |
| Hex | 61 | 64 | 4E | 3 | 0 | 16 | 3D | 44 | C | 23 |
| Octal | 141 | 144 | 116 | 3 | 0 | 26 | 75 | 104 | 14 | 43 |
| Binary | 1100001 | 1100100 | 1001110 | 11 | 0 | 10110 | 111101 | 1000100 | 1100 | 100011 |
Color Harmonies of #61644E
Complementary color
Monochromatic Colors of #61644E
Black with #61644E
Text Example
Text Example
White with #61644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61644E; }
p { color: rgb(97,100,78); }
H1.HeaderClassName
{
color: #61644E;
}
.AnyTagClassName
{
color: #61644E;
}
</style>
background-color css
<style>
a { background-color: #61644E; }
a { background-color: rgb(97,100,78); }
div.DivClassName
{
background-color: #61644E;
}
.BgClassName
{
background-color: #61644E;
}
</style>
border-color css
<style>
span { border-color: #61644E; }
span { border-color: rgb(97,100,78); }
td.TdClassName
{
border-color: #61644E;
}
.TagClassName
{
border-color: #61644E;
}
</style>