Shades of Congo Brown #644B49
Tints of Congo Brown #644B49
RGB
CMYK
RGB Variations
Color information
#644B49 (or 0x644B49) is known color: Congo Brown. HEX triplet: 64, 4B and 49. RGB value is (100,75,73). Sum of RGB (Red+Green+Blue) = 100+75+73=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #644B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B49 is #9BB4B6. Grayscale: #525252. Windows color (decimal): -10204343 or 4803428. OLE color: 4803428.
HSL color Cylindrical-coordinate representation of color #644B49: hue angle of 4.44º 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 #644B49 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 75 | 73 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.61 |
| HSL | 4.44º | 0.16% | 0.34% | - |
| HSV(B) | 4.44º | 0.27% | 0.39% | - |
| XYZ | 8.97 | 8.22 | 7.42 | - |
| YUV | 82.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 73 | 0 | 0.25 | 0.27 | 0.61 | 4.44 | 0.16 | 0.34 |
| Hex | 64 | 4B | 49 | 0 | 19 | 1B | 3D | 4 | 10 | 22 |
| Octal | 144 | 113 | 111 | 0 | 31 | 33 | 75 | 4 | 20 | 42 |
| Binary | 1100100 | 1001011 | 1001001 | 0 | 11001 | 11011 | 111101 | 100 | 10000 | 100010 |
Color Harmonies of #644B49
Complementary color
Monochromatic Colors of #644B49
Black with #644B49
Text Example
Text Example
White with #644B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B49; }
p { color: rgb(100,75,73); }
H1.HeaderClassName
{
color: #644B49;
}
.AnyTagClassName
{
color: #644B49;
}
</style>
background-color css
<style>
a { background-color: #644B49; }
a { background-color: rgb(100,75,73); }
div.DivClassName
{
background-color: #644B49;
}
.BgClassName
{
background-color: #644B49;
}
</style>
border-color css
<style>
span { border-color: #644B49; }
span { border-color: rgb(100,75,73); }
td.TdClassName
{
border-color: #644B49;
}
.TagClassName
{
border-color: #644B49;
}
</style>