Shades of Congo Brown #604D4C
Tints of Congo Brown #604D4C
RGB
CMYK
RGB Variations
Color information
#604D4C (or 0x604D4C) is known color: Congo Brown. HEX triplet: 60, 4D and 4C. RGB value is (96,77,76). Sum of RGB (Red+Green+Blue) = 96+77+76=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D4C is #9FB2B3. Grayscale: #525252. Windows color (decimal): -10465972 or 5000544. OLE color: 5000544.
HSL color Cylindrical-coordinate representation of color #604D4C: hue angle of 3º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #604D4C is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 76 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.62 |
| HSL | 3º | 0.12% | 0.34% | - |
| HSV(B) | 3º | 0.21% | 0.38% | - |
| XYZ | 8.78 | 8.32 | 7.98 | - |
| YUV | 82.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 76 | 0 | 0.20 | 0.21 | 0.62 | 3 | 0.12 | 0.34 |
| Hex | 60 | 4D | 4C | 0 | 14 | 15 | 3E | 3 | C | 22 |
| Octal | 140 | 115 | 114 | 0 | 24 | 25 | 76 | 3 | 14 | 42 |
| Binary | 1100000 | 1001101 | 1001100 | 0 | 10100 | 10101 | 111110 | 11 | 1100 | 100010 |
Color Harmonies of #604D4C
Complementary color
Monochromatic Colors of #604D4C
Black with #604D4C
Text Example
Text Example
White with #604D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D4C; }
p { color: rgb(96,77,76); }
H1.HeaderClassName
{
color: #604D4C;
}
.AnyTagClassName
{
color: #604D4C;
}
</style>
background-color css
<style>
a { background-color: #604D4C; }
a { background-color: rgb(96,77,76); }
div.DivClassName
{
background-color: #604D4C;
}
.BgClassName
{
background-color: #604D4C;
}
</style>
border-color css
<style>
span { border-color: #604D4C; }
span { border-color: rgb(96,77,76); }
td.TdClassName
{
border-color: #604D4C;
}
.TagClassName
{
border-color: #604D4C;
}
</style>