Shades of Woodland #656B38
Tints of Woodland #656B38
RGB
CMYK
RGB Variations
Color information
#656B38 (or 0x656B38) is known color: Woodland. HEX triplet: 65, 6B and 38. RGB value is (101,107,56). Sum of RGB (Red+Green+Blue) = 101+107+56=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #656B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656B38 is #9A94C7. Grayscale: #636363. Windows color (decimal): -10130632 or 3697509. OLE color: 3697509.
HSL color Cylindrical-coordinate representation of color #656B38: hue angle of 67.06º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #656B38 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 107 | 56 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.58 |
| HSL | 67.06º | 0.31% | 0.32% | - |
| HSV(B) | 67.06º | 0.48% | 0.42% | - |
| XYZ | 11.34 | 13.57 | 5.76 | - |
| YUV | 99.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 56 | 0.06 | 0 | 0.48 | 0.58 | 67.06 | 0.31 | 0.32 |
| Hex | 65 | 6B | 38 | 6 | 0 | 30 | 3A | 43 | 1F | 20 |
| Octal | 145 | 153 | 70 | 6 | 0 | 60 | 72 | 103 | 37 | 40 |
| Binary | 1100101 | 1101011 | 111000 | 110 | 0 | 110000 | 111010 | 1000011 | 11111 | 100000 |
Color Harmonies of #656B38
Complementary color
Monochromatic Colors of #656B38
Black with #656B38
Text Example
Text Example
White with #656B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B38; }
p { color: rgb(101,107,56); }
H1.HeaderClassName
{
color: #656B38;
}
.AnyTagClassName
{
color: #656B38;
}
</style>
background-color css
<style>
a { background-color: #656B38; }
a { background-color: rgb(101,107,56); }
div.DivClassName
{
background-color: #656B38;
}
.BgClassName
{
background-color: #656B38;
}
</style>
border-color css
<style>
span { border-color: #656B38; }
span { border-color: rgb(101,107,56); }
td.TdClassName
{
border-color: #656B38;
}
.TagClassName
{
border-color: #656B38;
}
</style>