Shades of Congo Brown #604E49
Tints of Congo Brown #604E49
RGB
CMYK
RGB Variations
Color information
#604E49 (or 0x604E49) is known color: Congo Brown. HEX triplet: 60, 4E and 49. RGB value is (96,78,73). Sum of RGB (Red+Green+Blue) = 96+78+73=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #604E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E49 is #9FB1B6. Grayscale: #525252. Windows color (decimal): -10465719 or 4804192. OLE color: 4804192.
HSL color Cylindrical-coordinate representation of color #604E49: hue angle of 13.04º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #604E49 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 73 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.62 |
| HSL | 13.04º | 0.14% | 0.33% | - |
| HSV(B) | 13.04º | 0.24% | 0.38% | - |
| XYZ | 8.75 | 8.42 | 7.47 | - |
| YUV | 82.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 73 | 0 | 0.19 | 0.24 | 0.62 | 13.04 | 0.14 | 0.33 |
| Hex | 60 | 4E | 49 | 0 | 13 | 18 | 3E | D | E | 21 |
| Octal | 140 | 116 | 111 | 0 | 23 | 30 | 76 | 15 | 16 | 41 |
| Binary | 1100000 | 1001110 | 1001001 | 0 | 10011 | 11000 | 111110 | 1101 | 1110 | 100001 |
Color Harmonies of #604E49
Complementary color
Monochromatic Colors of #604E49
Black with #604E49
Text Example
Text Example
White with #604E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E49; }
p { color: rgb(96,78,73); }
H1.HeaderClassName
{
color: #604E49;
}
.AnyTagClassName
{
color: #604E49;
}
</style>
background-color css
<style>
a { background-color: #604E49; }
a { background-color: rgb(96,78,73); }
div.DivClassName
{
background-color: #604E49;
}
.BgClassName
{
background-color: #604E49;
}
</style>
border-color css
<style>
span { border-color: #604E49; }
span { border-color: rgb(96,78,73); }
td.TdClassName
{
border-color: #604E49;
}
.TagClassName
{
border-color: #604E49;
}
</style>