Shades of Congo Brown #604E4A
Tints of Congo Brown #604E4A
RGB
CMYK
RGB Variations
Color information
#604E4A (or 0x604E4A) is known color: Congo Brown. HEX triplet: 60, 4E and 4A. RGB value is (96,78,74). Sum of RGB (Red+Green+Blue) = 96+78+74=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E4A is #9FB1B5. Grayscale: #525252. Windows color (decimal): -10465718 or 4869728. OLE color: 4869728.
HSL color Cylindrical-coordinate representation of color #604E4A: hue angle of 10.91º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #604E4A is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 74 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.62 |
| HSL | 10.91º | 0.13% | 0.33% | - |
| HSV(B) | 10.91º | 0.23% | 0.38% | - |
| XYZ | 8.78 | 8.43 | 7.64 | - |
| YUV | 82.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 74 | 0 | 0.19 | 0.23 | 0.62 | 10.91 | 0.13 | 0.33 |
| Hex | 60 | 4E | 4A | 0 | 13 | 17 | 3E | B | D | 21 |
| Octal | 140 | 116 | 112 | 0 | 23 | 27 | 76 | 13 | 15 | 41 |
| Binary | 1100000 | 1001110 | 1001010 | 0 | 10011 | 10111 | 111110 | 1011 | 1101 | 100001 |
Color Harmonies of #604E4A
Complementary color
Monochromatic Colors of #604E4A
Black with #604E4A
Text Example
Text Example
White with #604E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E4A; }
p { color: rgb(96,78,74); }
H1.HeaderClassName
{
color: #604E4A;
}
.AnyTagClassName
{
color: #604E4A;
}
</style>
background-color css
<style>
a { background-color: #604E4A; }
a { background-color: rgb(96,78,74); }
div.DivClassName
{
background-color: #604E4A;
}
.BgClassName
{
background-color: #604E4A;
}
</style>
border-color css
<style>
span { border-color: #604E4A; }
span { border-color: rgb(96,78,74); }
td.TdClassName
{
border-color: #604E4A;
}
.TagClassName
{
border-color: #604E4A;
}
</style>