Shades of Woodland #61673E
Tints of Woodland #61673E
RGB
CMYK
RGB Variations
Color information
#61673E (or 0x61673E) is known color: Woodland. HEX triplet: 61, 67 and 3E. RGB value is (97,103,62). Sum of RGB (Red+Green+Blue) = 97+103+62=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 103 - color contains mainly: green. Hex color #61673E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61673E is #9E98C1. Grayscale: #606060. Windows color (decimal): -10393794 or 4089697. OLE color: 4089697.
HSL color Cylindrical-coordinate representation of color #61673E: hue angle of 68.78º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61673E is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 103 | 62 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.60 |
| HSL | 68.78º | 0.25% | 0.32% | - |
| HSV(B) | 68.78º | 0.4% | 0.4% | - |
| XYZ | 10.65 | 12.59 | 6.43 | - |
| YUV | 96.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 62 | 0.06 | 0 | 0.40 | 0.60 | 68.78 | 0.25 | 0.32 |
| Hex | 61 | 67 | 3E | 6 | 0 | 28 | 3C | 45 | 19 | 20 |
| Octal | 141 | 147 | 76 | 6 | 0 | 50 | 74 | 105 | 31 | 40 |
| Binary | 1100001 | 1100111 | 111110 | 110 | 0 | 101000 | 111100 | 1000101 | 11001 | 100000 |
Color Harmonies of #61673E
Complementary color
Monochromatic Colors of #61673E
Black with #61673E
Text Example
Text Example
White with #61673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61673E; }
p { color: rgb(97,103,62); }
H1.HeaderClassName
{
color: #61673E;
}
.AnyTagClassName
{
color: #61673E;
}
</style>
background-color css
<style>
a { background-color: #61673E; }
a { background-color: rgb(97,103,62); }
div.DivClassName
{
background-color: #61673E;
}
.BgClassName
{
background-color: #61673E;
}
</style>
border-color css
<style>
span { border-color: #61673E; }
span { border-color: rgb(97,103,62); }
td.TdClassName
{
border-color: #61673E;
}
.TagClassName
{
border-color: #61673E;
}
</style>