Shades of Congo Brown #604D49
Tints of Congo Brown #604D49
RGB
CMYK
RGB Variations
Color information
#604D49 (or 0x604D49) is known color: Congo Brown. HEX triplet: 60, 4D and 49. RGB value is (96,77,73). Sum of RGB (Red+Green+Blue) = 96+77+73=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #604D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D49 is #9FB2B6. Grayscale: #525252. Windows color (decimal): -10465975 or 4803936. OLE color: 4803936.
HSL color Cylindrical-coordinate representation of color #604D49: hue angle of 10.43º 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 #604D49 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 73 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.62 |
| HSL | 10.43º | 0.14% | 0.33% | - |
| HSV(B) | 10.43º | 0.24% | 0.38% | - |
| XYZ | 8.68 | 8.28 | 7.44 | - |
| YUV | 82.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 73 | 0 | 0.20 | 0.24 | 0.62 | 10.43 | 0.14 | 0.33 |
| Hex | 60 | 4D | 49 | 0 | 14 | 18 | 3E | A | E | 21 |
| Octal | 140 | 115 | 111 | 0 | 24 | 30 | 76 | 12 | 16 | 41 |
| Binary | 1100000 | 1001101 | 1001001 | 0 | 10100 | 11000 | 111110 | 1010 | 1110 | 100001 |
Color Harmonies of #604D49
Complementary color
Monochromatic Colors of #604D49
Black with #604D49
Text Example
Text Example
White with #604D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D49; }
p { color: rgb(96,77,73); }
H1.HeaderClassName
{
color: #604D49;
}
.AnyTagClassName
{
color: #604D49;
}
</style>
background-color css
<style>
a { background-color: #604D49; }
a { background-color: rgb(96,77,73); }
div.DivClassName
{
background-color: #604D49;
}
.BgClassName
{
background-color: #604D49;
}
</style>
border-color css
<style>
span { border-color: #604D49; }
span { border-color: rgb(96,77,73); }
td.TdClassName
{
border-color: #604D49;
}
.TagClassName
{
border-color: #604D49;
}
</style>