Shades of Congo Brown #644442
Tints of Congo Brown #644442
RGB
CMYK
RGB Variations
Color information
#644442 (or 0x644442) is known color: Congo Brown. HEX triplet: 64, 44 and 42. RGB value is (100,68,66). Sum of RGB (Red+Green+Blue) = 100+68+66=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #644442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644442 is #9BBBBD. Grayscale: #4D4D4D. Windows color (decimal): -10206142 or 4342884. OLE color: 4342884.
HSL color Cylindrical-coordinate representation of color #644442: hue angle of 3.53º 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 #644442 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 66 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.61 |
| HSL | 3.53º | 0.2% | 0.33% | - |
| HSV(B) | 3.53º | 0.34% | 0.39% | - |
| XYZ | 8.31 | 7.24 | 6.11 | - |
| YUV | 77.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 66 | 0 | 0.32 | 0.34 | 0.61 | 3.53 | 0.2 | 0.33 |
| Hex | 64 | 44 | 42 | 0 | 20 | 22 | 3D | 4 | 14 | 21 |
| Octal | 144 | 104 | 102 | 0 | 40 | 42 | 75 | 4 | 24 | 41 |
| Binary | 1100100 | 1000100 | 1000010 | 0 | 100000 | 100010 | 111101 | 100 | 10100 | 100001 |
Color Harmonies of #644442
Complementary color
Monochromatic Colors of #644442
Black with #644442
Text Example
Text Example
White with #644442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644442; }
p { color: rgb(100,68,66); }
H1.HeaderClassName
{
color: #644442;
}
.AnyTagClassName
{
color: #644442;
}
</style>
background-color css
<style>
a { background-color: #644442; }
a { background-color: rgb(100,68,66); }
div.DivClassName
{
background-color: #644442;
}
.BgClassName
{
background-color: #644442;
}
</style>
border-color css
<style>
span { border-color: #644442; }
span { border-color: rgb(100,68,66); }
td.TdClassName
{
border-color: #644442;
}
.TagClassName
{
border-color: #644442;
}
</style>