Shades of Woodland #616843
Tints of Woodland #616843
RGB
CMYK
RGB Variations
Color information
#616843 (or 0x616843) is known color: Woodland. HEX triplet: 61, 68 and 43. RGB value is (97,104,67). Sum of RGB (Red+Green+Blue) = 97+104+67=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #616843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616843 is #9E97BC. Grayscale: #616161. Windows color (decimal): -10393533 or 4417633. OLE color: 4417633.
HSL color Cylindrical-coordinate representation of color #616843: hue angle of 71.35º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #616843 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 104 | 67 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.59 |
| HSL | 71.35º | 0.22% | 0.34% | - |
| HSV(B) | 71.35º | 0.36% | 0.41% | - |
| XYZ | 10.89 | 12.85 | 7.22 | - |
| YUV | 97.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 67 | 0.07 | 0 | 0.36 | 0.59 | 71.35 | 0.22 | 0.34 |
| Hex | 61 | 68 | 43 | 7 | 0 | 24 | 3B | 47 | 16 | 22 |
| Octal | 141 | 150 | 103 | 7 | 0 | 44 | 73 | 107 | 26 | 42 |
| Binary | 1100001 | 1101000 | 1000011 | 111 | 0 | 100100 | 111011 | 1000111 | 10110 | 100010 |
Color Harmonies of #616843
Complementary color
Monochromatic Colors of #616843
Black with #616843
Text Example
Text Example
White with #616843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616843; }
p { color: rgb(97,104,67); }
H1.HeaderClassName
{
color: #616843;
}
.AnyTagClassName
{
color: #616843;
}
</style>
background-color css
<style>
a { background-color: #616843; }
a { background-color: rgb(97,104,67); }
div.DivClassName
{
background-color: #616843;
}
.BgClassName
{
background-color: #616843;
}
</style>
border-color css
<style>
span { border-color: #616843; }
span { border-color: rgb(97,104,67); }
td.TdClassName
{
border-color: #616843;
}
.TagClassName
{
border-color: #616843;
}
</style>