Shades of Woodland #61653A
Tints of Woodland #61653A
RGB
CMYK
RGB Variations
Color information
#61653A (or 0x61653A) is known color: Woodland. HEX triplet: 61, 65 and 3A. RGB value is (97,101,58). Sum of RGB (Red+Green+Blue) = 97+101+58=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #61653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61653A is #9E9AC5. Grayscale: #5F5F5F. Windows color (decimal): -10394310 or 3827041. OLE color: 3827041.
HSL color Cylindrical-coordinate representation of color #61653A: hue angle of 65.58º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61653A is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 101 | 58 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.60 |
| HSL | 65.58º | 0.27% | 0.31% | - |
| HSV(B) | 65.58º | 0.43% | 0.4% | - |
| XYZ | 10.35 | 12.15 | 5.8 | - |
| YUV | 94.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 58 | 0.04 | 0 | 0.43 | 0.60 | 65.58 | 0.27 | 0.31 |
| Hex | 61 | 65 | 3A | 4 | 0 | 2B | 3C | 42 | 1B | 1F |
| Octal | 141 | 145 | 72 | 4 | 0 | 53 | 74 | 102 | 33 | 37 |
| Binary | 1100001 | 1100101 | 111010 | 100 | 0 | 101011 | 111100 | 1000010 | 11011 | 11111 |
Color Harmonies of #61653A
Complementary color
Monochromatic Colors of #61653A
Black with #61653A
Text Example
Text Example
White with #61653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61653A; }
p { color: rgb(97,101,58); }
H1.HeaderClassName
{
color: #61653A;
}
.AnyTagClassName
{
color: #61653A;
}
</style>
background-color css
<style>
a { background-color: #61653A; }
a { background-color: rgb(97,101,58); }
div.DivClassName
{
background-color: #61653A;
}
.BgClassName
{
background-color: #61653A;
}
</style>
border-color css
<style>
span { border-color: #61653A; }
span { border-color: rgb(97,101,58); }
td.TdClassName
{
border-color: #61653A;
}
.TagClassName
{
border-color: #61653A;
}
</style>