Shades of Congo Brown #644941
Tints of Congo Brown #644941
RGB
CMYK
RGB Variations
Color information
#644941 (or 0x644941) is known color: Congo Brown. HEX triplet: 64, 49 and 41. RGB value is (100,73,65). Sum of RGB (Red+Green+Blue) = 100+73+65=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #644941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644941 is #9BB6BE. Grayscale: #505050. Windows color (decimal): -10204863 or 4278628. OLE color: 4278628.
HSL color Cylindrical-coordinate representation of color #644941: hue angle of 13.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #644941 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 65 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.61 |
| HSL | 13.71º | 0.21% | 0.32% | - |
| HSV(B) | 13.71º | 0.35% | 0.39% | - |
| XYZ | 8.59 | 7.86 | 6.06 | - |
| YUV | 80.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 65 | 0 | 0.27 | 0.35 | 0.61 | 13.71 | 0.21 | 0.32 |
| Hex | 64 | 49 | 41 | 0 | 1B | 23 | 3D | E | 15 | 20 |
| Octal | 144 | 111 | 101 | 0 | 33 | 43 | 75 | 16 | 25 | 40 |
| Binary | 1100100 | 1001001 | 1000001 | 0 | 11011 | 100011 | 111101 | 1110 | 10101 | 100000 |
Color Harmonies of #644941
Complementary color
Monochromatic Colors of #644941
Black with #644941
Text Example
Text Example
White with #644941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644941; }
p { color: rgb(100,73,65); }
H1.HeaderClassName
{
color: #644941;
}
.AnyTagClassName
{
color: #644941;
}
</style>
background-color css
<style>
a { background-color: #644941; }
a { background-color: rgb(100,73,65); }
div.DivClassName
{
background-color: #644941;
}
.BgClassName
{
background-color: #644941;
}
</style>
border-color css
<style>
span { border-color: #644941; }
span { border-color: rgb(100,73,65); }
td.TdClassName
{
border-color: #644941;
}
.TagClassName
{
border-color: #644941;
}
</style>