Shades of Woodland #61674E
Tints of Woodland #61674E
RGB
CMYK
RGB Variations
Color information
#61674E (or 0x61674E) is known color: Woodland. HEX triplet: 61, 67 and 4E. RGB value is (97,103,78). Sum of RGB (Red+Green+Blue) = 97+103+78=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 103 - color contains mainly: green. Hex color #61674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61674E is #9E98B1. Grayscale: #626262. Windows color (decimal): -10393778 or 5138273. OLE color: 5138273.
HSL color Cylindrical-coordinate representation of color #61674E: hue angle of 74.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61674E is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 103 | 78 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.60 |
| HSL | 74.4º | 0.14% | 0.35% | - |
| HSV(B) | 74.4º | 0.24% | 0.4% | - |
| XYZ | 11.16 | 12.79 | 9.09 | - |
| YUV | 98.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 78 | 0.06 | 0 | 0.24 | 0.60 | 74.4 | 0.14 | 0.35 |
| Hex | 61 | 67 | 4E | 6 | 0 | 18 | 3C | 4A | E | 23 |
| Octal | 141 | 147 | 116 | 6 | 0 | 30 | 74 | 112 | 16 | 43 |
| Binary | 1100001 | 1100111 | 1001110 | 110 | 0 | 11000 | 111100 | 1001010 | 1110 | 100011 |
Color Harmonies of #61674E
Complementary color
Monochromatic Colors of #61674E
Black with #61674E
Text Example
Text Example
White with #61674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61674E; }
p { color: rgb(97,103,78); }
H1.HeaderClassName
{
color: #61674E;
}
.AnyTagClassName
{
color: #61674E;
}
</style>
background-color css
<style>
a { background-color: #61674E; }
a { background-color: rgb(97,103,78); }
div.DivClassName
{
background-color: #61674E;
}
.BgClassName
{
background-color: #61674E;
}
</style>
border-color css
<style>
span { border-color: #61674E; }
span { border-color: rgb(97,103,78); }
td.TdClassName
{
border-color: #61674E;
}
.TagClassName
{
border-color: #61674E;
}
</style>