Shades of Woodland #61674D
Tints of Woodland #61674D
RGB
CMYK
RGB Variations
Color information
#61674D (or 0x61674D) is known color: Woodland. HEX triplet: 61, 67 and 4D. RGB value is (97,103,77). Sum of RGB (Red+Green+Blue) = 97+103+77=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #61674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61674D is #9E98B2. Grayscale: #626262. Windows color (decimal): -10393779 or 5072737. OLE color: 5072737.
HSL color Cylindrical-coordinate representation of color #61674D: hue angle of 73.85º 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 #61674D is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 103 | 77 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.60 |
| HSL | 73.85º | 0.14% | 0.35% | - |
| HSV(B) | 73.85º | 0.25% | 0.4% | - |
| XYZ | 11.12 | 12.78 | 8.9 | - |
| YUV | 98.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 77 | 0.06 | 0 | 0.25 | 0.60 | 73.85 | 0.14 | 0.35 |
| Hex | 61 | 67 | 4D | 6 | 0 | 19 | 3C | 4A | E | 23 |
| Octal | 141 | 147 | 115 | 6 | 0 | 31 | 74 | 112 | 16 | 43 |
| Binary | 1100001 | 1100111 | 1001101 | 110 | 0 | 11001 | 111100 | 1001010 | 1110 | 100011 |
Color Harmonies of #61674D
Complementary color
Monochromatic Colors of #61674D
Black with #61674D
Text Example
Text Example
White with #61674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61674D; }
p { color: rgb(97,103,77); }
H1.HeaderClassName
{
color: #61674D;
}
.AnyTagClassName
{
color: #61674D;
}
</style>
background-color css
<style>
a { background-color: #61674D; }
a { background-color: rgb(97,103,77); }
div.DivClassName
{
background-color: #61674D;
}
.BgClassName
{
background-color: #61674D;
}
</style>
border-color css
<style>
span { border-color: #61674D; }
span { border-color: rgb(97,103,77); }
td.TdClassName
{
border-color: #61674D;
}
.TagClassName
{
border-color: #61674D;
}
</style>