Shades of Woodland #616741
Tints of Woodland #616741
RGB
CMYK
RGB Variations
Color information
#616741 (or 0x616741) is known color: Woodland. HEX triplet: 61, 67 and 41. RGB value is (97,103,65). Sum of RGB (Red+Green+Blue) = 97+103+65=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #616741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616741 is #9E98BE. Grayscale: #616161. Windows color (decimal): -10393791 or 4286305. OLE color: 4286305.
HSL color Cylindrical-coordinate representation of color #616741: hue angle of 69.47º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #616741 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 103 | 65 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.60 |
| HSL | 69.47º | 0.23% | 0.33% | - |
| HSV(B) | 69.47º | 0.37% | 0.4% | - |
| XYZ | 10.73 | 12.62 | 6.87 | - |
| YUV | 96.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 65 | 0.06 | 0 | 0.37 | 0.60 | 69.47 | 0.23 | 0.33 |
| Hex | 61 | 67 | 41 | 6 | 0 | 25 | 3C | 45 | 17 | 21 |
| Octal | 141 | 147 | 101 | 6 | 0 | 45 | 74 | 105 | 27 | 41 |
| Binary | 1100001 | 1100111 | 1000001 | 110 | 0 | 100101 | 111100 | 1000101 | 10111 | 100001 |
Color Harmonies of #616741
Complementary color
Monochromatic Colors of #616741
Black with #616741
Text Example
Text Example
White with #616741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616741; }
p { color: rgb(97,103,65); }
H1.HeaderClassName
{
color: #616741;
}
.AnyTagClassName
{
color: #616741;
}
</style>
background-color css
<style>
a { background-color: #616741; }
a { background-color: rgb(97,103,65); }
div.DivClassName
{
background-color: #616741;
}
.BgClassName
{
background-color: #616741;
}
</style>
border-color css
<style>
span { border-color: #616741; }
span { border-color: rgb(97,103,65); }
td.TdClassName
{
border-color: #616741;
}
.TagClassName
{
border-color: #616741;
}
</style>