Shades of Woodland #646C38
Tints of Woodland #646C38
RGB
CMYK
RGB Variations
Color information
#646C38 (or 0x646C38) is known color: Woodland. HEX triplet: 64, 6C and 38. RGB value is (100,108,56). Sum of RGB (Red+Green+Blue) = 100+108+56=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 108 - color contains mainly: green. Hex color #646C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646C38 is #9B93C7. Grayscale: #636363. Windows color (decimal): -10195912 or 3697764. OLE color: 3697764.
HSL color Cylindrical-coordinate representation of color #646C38: hue angle of 69.23º degrees, saturation: 0.32, 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 #646C38 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 56 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.58 |
| HSL | 69.23º | 0.32% | 0.32% | - |
| HSV(B) | 69.23º | 0.48% | 0.42% | - |
| XYZ | 11.33 | 13.72 | 5.79 | - |
| YUV | 99.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 56 | 0.07 | 0 | 0.48 | 0.58 | 69.23 | 0.32 | 0.32 |
| Hex | 64 | 6C | 38 | 7 | 0 | 30 | 3A | 45 | 20 | 20 |
| Octal | 144 | 154 | 70 | 7 | 0 | 60 | 72 | 105 | 40 | 40 |
| Binary | 1100100 | 1101100 | 111000 | 111 | 0 | 110000 | 111010 | 1000101 | 100000 | 100000 |
Color Harmonies of #646C38
Complementary color
Monochromatic Colors of #646C38
Black with #646C38
Text Example
Text Example
White with #646C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C38; }
p { color: rgb(100,108,56); }
H1.HeaderClassName
{
color: #646C38;
}
.AnyTagClassName
{
color: #646C38;
}
</style>
background-color css
<style>
a { background-color: #646C38; }
a { background-color: rgb(100,108,56); }
div.DivClassName
{
background-color: #646C38;
}
.BgClassName
{
background-color: #646C38;
}
</style>
border-color css
<style>
span { border-color: #646C38; }
span { border-color: rgb(100,108,56); }
td.TdClassName
{
border-color: #646C38;
}
.TagClassName
{
border-color: #646C38;
}
</style>