Shades of Congo Brown #644C45
Tints of Congo Brown #644C45
RGB
CMYK
RGB Variations
Color information
#644C45 (or 0x644C45) is known color: Congo Brown. HEX triplet: 64, 4C and 45. RGB value is (100,76,69). Sum of RGB (Red+Green+Blue) = 100+76+69=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #644C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C45 is #9BB3BA. Grayscale: #525252. Windows color (decimal): -10204091 or 4541540. OLE color: 4541540.
HSL color Cylindrical-coordinate representation of color #644C45: hue angle of 13.55º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #644C45 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 69 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.61 |
| HSL | 13.55º | 0.18% | 0.33% | - |
| HSV(B) | 13.55º | 0.31% | 0.39% | - |
| XYZ | 8.91 | 8.31 | 6.76 | - |
| YUV | 82.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 69 | 0 | 0.24 | 0.31 | 0.61 | 13.55 | 0.18 | 0.33 |
| Hex | 64 | 4C | 45 | 0 | 18 | 1F | 3D | E | 12 | 21 |
| Octal | 144 | 114 | 105 | 0 | 30 | 37 | 75 | 16 | 22 | 41 |
| Binary | 1100100 | 1001100 | 1000101 | 0 | 11000 | 11111 | 111101 | 1110 | 10010 | 100001 |
Color Harmonies of #644C45
Complementary color
Monochromatic Colors of #644C45
Black with #644C45
Text Example
Text Example
White with #644C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C45; }
p { color: rgb(100,76,69); }
H1.HeaderClassName
{
color: #644C45;
}
.AnyTagClassName
{
color: #644C45;
}
</style>
background-color css
<style>
a { background-color: #644C45; }
a { background-color: rgb(100,76,69); }
div.DivClassName
{
background-color: #644C45;
}
.BgClassName
{
background-color: #644C45;
}
</style>
border-color css
<style>
span { border-color: #644C45; }
span { border-color: rgb(100,76,69); }
td.TdClassName
{
border-color: #644C45;
}
.TagClassName
{
border-color: #644C45;
}
</style>