Shades of Woody Brown #644242
Tints of Woody Brown #644242
RGB
CMYK
RGB Variations
Color information
#644242 (or 0x644242) is known color: Woody Brown. HEX triplet: 64, 42 and 42. RGB value is (100,66,66). Sum of RGB (Red+Green+Blue) = 100+66+66=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #644242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644242 is #9BBDBD. Grayscale: #4C4C4C. Windows color (decimal): -10206654 or 4342372. OLE color: 4342372.
HSL color Cylindrical-coordinate representation of color #644242: hue angle of 0º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #644242 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 66 | 66 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.61 |
| HSL | 0º | 0.2% | 0.33% | - |
| HSV(B) | 0º | 0.34% | 0.39% | - |
| XYZ | 8.19 | 7 | 6.07 | - |
| YUV | 76.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 66 | 0 | 0.34 | 0.34 | 0.61 | 0 | 0.2 | 0.33 |
| Hex | 64 | 42 | 42 | 0 | 22 | 22 | 3D | 0 | 14 | 21 |
| Octal | 144 | 102 | 102 | 0 | 42 | 42 | 75 | 0 | 24 | 41 |
| Binary | 1100100 | 1000010 | 1000010 | 0 | 100010 | 100010 | 111101 | 0 | 10100 | 100001 |
Color Harmonies of #644242
Complementary color
Monochromatic Colors of #644242
Black with #644242
Text Example
Text Example
White with #644242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644242; }
p { color: rgb(100,66,66); }
H1.HeaderClassName
{
color: #644242;
}
.AnyTagClassName
{
color: #644242;
}
</style>
background-color css
<style>
a { background-color: #644242; }
a { background-color: rgb(100,66,66); }
div.DivClassName
{
background-color: #644242;
}
.BgClassName
{
background-color: #644242;
}
</style>
border-color css
<style>
span { border-color: #644242; }
span { border-color: rgb(100,66,66); }
td.TdClassName
{
border-color: #644242;
}
.TagClassName
{
border-color: #644242;
}
</style>