Shades of Congo Brown #645049
Tints of Congo Brown #645049
RGB
CMYK
RGB Variations
Color information
#645049 (or 0x645049) is known color: Congo Brown. HEX triplet: 64, 50 and 49. RGB value is (100,80,73). Sum of RGB (Red+Green+Blue) = 100+80+73=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 100 - color contains mainly: red. Hex color #645049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645049 is #9BAFB6. Grayscale: #555555. Windows color (decimal): -10203063 or 4804708. OLE color: 4804708.
HSL color Cylindrical-coordinate representation of color #645049: hue angle of 15.56º 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 #645049 is Cyan = 0, Magento = 0.2, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 73 | - |
| CMYK | 0 | 0.2 | 0.27 | 0.61 |
| HSL | 15.56º | 0.16% | 0.34% | - |
| HSV(B) | 15.56º | 0.27% | 0.39% | - |
| XYZ | 9.33 | 8.93 | 7.53 | - |
| YUV | 85.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 73 | 0 | 0.2 | 0.27 | 0.61 | 15.56 | 0.16 | 0.34 |
| Hex | 64 | 50 | 49 | 0 | 14 | 1B | 3D | 10 | 10 | 22 |
| Octal | 144 | 120 | 111 | 0 | 24 | 33 | 75 | 20 | 20 | 42 |
| Binary | 1100100 | 1010000 | 1001001 | 0 | 10100 | 11011 | 111101 | 10000 | 10000 | 100010 |
Color Harmonies of #645049
Complementary color
Monochromatic Colors of #645049
Black with #645049
Text Example
Text Example
White with #645049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645049; }
p { color: rgb(100,80,73); }
H1.HeaderClassName
{
color: #645049;
}
.AnyTagClassName
{
color: #645049;
}
</style>
background-color css
<style>
a { background-color: #645049; }
a { background-color: rgb(100,80,73); }
div.DivClassName
{
background-color: #645049;
}
.BgClassName
{
background-color: #645049;
}
</style>
border-color css
<style>
span { border-color: #645049; }
span { border-color: rgb(100,80,73); }
td.TdClassName
{
border-color: #645049;
}
.TagClassName
{
border-color: #645049;
}
</style>