Shades of Congo Brown #644A44
Tints of Congo Brown #644A44
RGB
CMYK
RGB Variations
Color information
#644A44 (or 0x644A44) is known color: Congo Brown. HEX triplet: 64, 4A and 44. RGB value is (100,74,68). Sum of RGB (Red+Green+Blue) = 100+74+68=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #644A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A44 is #9BB5BB. Grayscale: #515151. Windows color (decimal): -10204604 or 4475492. OLE color: 4475492.
HSL color Cylindrical-coordinate representation of color #644A44: hue angle of 11.25º 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 #644A44 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 74 | 68 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.61 |
| HSL | 11.25º | 0.19% | 0.33% | - |
| HSV(B) | 11.25º | 0.32% | 0.39% | - |
| XYZ | 8.75 | 8.02 | 6.56 | - |
| YUV | 81.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 68 | 0 | 0.26 | 0.32 | 0.61 | 11.25 | 0.19 | 0.33 |
| Hex | 64 | 4A | 44 | 0 | 1A | 20 | 3D | B | 13 | 21 |
| Octal | 144 | 112 | 104 | 0 | 32 | 40 | 75 | 13 | 23 | 41 |
| Binary | 1100100 | 1001010 | 1000100 | 0 | 11010 | 100000 | 111101 | 1011 | 10011 | 100001 |
Color Harmonies of #644A44
Complementary color
Monochromatic Colors of #644A44
Black with #644A44
Text Example
Text Example
White with #644A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644A44; }
p { color: rgb(100,74,68); }
H1.HeaderClassName
{
color: #644A44;
}
.AnyTagClassName
{
color: #644A44;
}
</style>
background-color css
<style>
a { background-color: #644A44; }
a { background-color: rgb(100,74,68); }
div.DivClassName
{
background-color: #644A44;
}
.BgClassName
{
background-color: #644A44;
}
</style>
border-color css
<style>
span { border-color: #644A44; }
span { border-color: rgb(100,74,68); }
td.TdClassName
{
border-color: #644A44;
}
.TagClassName
{
border-color: #644A44;
}
</style>