Shades of Congo Brown #644949
Tints of Congo Brown #644949
RGB
CMYK
RGB Variations
Color information
#644949 (or 0x644949) is known color: Congo Brown. HEX triplet: 64, 49 and 49. RGB value is (100,73,73). Sum of RGB (Red+Green+Blue) = 100+73+73=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #644949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644949 is #9BB6B6. Grayscale: #515151. Windows color (decimal): -10204855 or 4802916. OLE color: 4802916.
HSL color Cylindrical-coordinate representation of color #644949: hue angle of 0º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #644949 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 73 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.61 |
| HSL | 0º | 0.16% | 0.34% | - |
| HSV(B) | 0º | 0.27% | 0.39% | - |
| XYZ | 8.84 | 7.96 | 7.37 | - |
| YUV | 81.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 73 | 0 | 0.27 | 0.27 | 0.61 | 0 | 0.16 | 0.34 |
| Hex | 64 | 49 | 49 | 0 | 1B | 1B | 3D | 0 | 10 | 22 |
| Octal | 144 | 111 | 111 | 0 | 33 | 33 | 75 | 0 | 20 | 42 |
| Binary | 1100100 | 1001001 | 1001001 | 0 | 11011 | 11011 | 111101 | 0 | 10000 | 100010 |
Color Harmonies of #644949
Complementary color
Monochromatic Colors of #644949
Black with #644949
Text Example
Text Example
White with #644949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644949; }
p { color: rgb(100,73,73); }
H1.HeaderClassName
{
color: #644949;
}
.AnyTagClassName
{
color: #644949;
}
</style>
background-color css
<style>
a { background-color: #644949; }
a { background-color: rgb(100,73,73); }
div.DivClassName
{
background-color: #644949;
}
.BgClassName
{
background-color: #644949;
}
</style>
border-color css
<style>
span { border-color: #644949; }
span { border-color: rgb(100,73,73); }
td.TdClassName
{
border-color: #644949;
}
.TagClassName
{
border-color: #644949;
}
</style>