Shades of Congo Brown #644B44
Tints of Congo Brown #644B44
RGB
CMYK
RGB Variations
Color information
#644B44 (or 0x644B44) is known color: Congo Brown. HEX triplet: 64, 4B and 44. RGB value is (100,75,68). Sum of RGB (Red+Green+Blue) = 100+75+68=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #644B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B44 is #9BB4BB. Grayscale: #515151. Windows color (decimal): -10204348 or 4475748. OLE color: 4475748.
HSL color Cylindrical-coordinate representation of color #644B44: hue angle of 13.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644B44 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 75 | 68 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.61 |
| HSL | 13.13º | 0.19% | 0.33% | - |
| HSV(B) | 13.13º | 0.32% | 0.39% | - |
| XYZ | 8.81 | 8.16 | 6.58 | - |
| YUV | 81.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 68 | 0 | 0.25 | 0.32 | 0.61 | 13.13 | 0.19 | 0.33 |
| Hex | 64 | 4B | 44 | 0 | 19 | 20 | 3D | D | 13 | 21 |
| Octal | 144 | 113 | 104 | 0 | 31 | 40 | 75 | 15 | 23 | 41 |
| Binary | 1100100 | 1001011 | 1000100 | 0 | 11001 | 100000 | 111101 | 1101 | 10011 | 100001 |
Color Harmonies of #644B44
Complementary color
Monochromatic Colors of #644B44
Black with #644B44
Text Example
Text Example
White with #644B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B44; }
p { color: rgb(100,75,68); }
H1.HeaderClassName
{
color: #644B44;
}
.AnyTagClassName
{
color: #644B44;
}
</style>
background-color css
<style>
a { background-color: #644B44; }
a { background-color: rgb(100,75,68); }
div.DivClassName
{
background-color: #644B44;
}
.BgClassName
{
background-color: #644B44;
}
</style>
border-color css
<style>
span { border-color: #644B44; }
span { border-color: rgb(100,75,68); }
td.TdClassName
{
border-color: #644B44;
}
.TagClassName
{
border-color: #644B44;
}
</style>