Shades of Woodland #646C48
Tints of Woodland #646C48
RGB
CMYK
RGB Variations
Color information
#646C48 (or 0x646C48) is known color: Woodland. HEX triplet: 64, 6C and 48. RGB value is (100,108,72). Sum of RGB (Red+Green+Blue) = 100+108+72=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 108 - color contains mainly: green. Hex color #646C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646C48 is #9B93B7. Grayscale: #656565. Windows color (decimal): -10195896 or 4746340. OLE color: 4746340.
HSL color Cylindrical-coordinate representation of color #646C48: hue angle of 73.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #646C48 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 72 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.58 |
| HSL | 73.33º | 0.2% | 0.35% | - |
| HSV(B) | 73.33º | 0.33% | 0.42% | - |
| XYZ | 11.79 | 13.9 | 8.19 | - |
| YUV | 101.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 72 | 0.07 | 0 | 0.33 | 0.58 | 73.33 | 0.2 | 0.35 |
| Hex | 64 | 6C | 48 | 7 | 0 | 21 | 3A | 49 | 14 | 23 |
| Octal | 144 | 154 | 110 | 7 | 0 | 41 | 72 | 111 | 24 | 43 |
| Binary | 1100100 | 1101100 | 1001000 | 111 | 0 | 100001 | 111010 | 1001001 | 10100 | 100011 |
Color Harmonies of #646C48
Complementary color
Monochromatic Colors of #646C48
Black with #646C48
Text Example
Text Example
White with #646C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C48; }
p { color: rgb(100,108,72); }
H1.HeaderClassName
{
color: #646C48;
}
.AnyTagClassName
{
color: #646C48;
}
</style>
background-color css
<style>
a { background-color: #646C48; }
a { background-color: rgb(100,108,72); }
div.DivClassName
{
background-color: #646C48;
}
.BgClassName
{
background-color: #646C48;
}
</style>
border-color css
<style>
span { border-color: #646C48; }
span { border-color: rgb(100,108,72); }
td.TdClassName
{
border-color: #646C48;
}
.TagClassName
{
border-color: #646C48;
}
</style>