Shades of Congo Brown #604E4E
Tints of Congo Brown #604E4E
RGB
CMYK
RGB Variations
Color information
#604E4E (or 0x604E4E) is known color: Congo Brown. HEX triplet: 60, 4E and 4E. RGB value is (96,78,78). Sum of RGB (Red+Green+Blue) = 96+78+78=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E4E is #9FB1B1. Grayscale: #535353. Windows color (decimal): -10465714 or 5131872. OLE color: 5131872.
HSL color Cylindrical-coordinate representation of color #604E4E: hue angle of 0º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #604E4E is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 78 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.62 |
| HSL | 0º | 0.1% | 0.34% | - |
| HSV(B) | 0º | 0.19% | 0.38% | - |
| XYZ | 8.92 | 8.49 | 8.38 | - |
| YUV | 83.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 78 | 0 | 0.19 | 0.19 | 0.62 | 0 | 0.1 | 0.34 |
| Hex | 60 | 4E | 4E | 0 | 13 | 13 | 3E | 0 | A | 22 |
| Octal | 140 | 116 | 116 | 0 | 23 | 23 | 76 | 0 | 12 | 42 |
| Binary | 1100000 | 1001110 | 1001110 | 0 | 10011 | 10011 | 111110 | 0 | 1010 | 100010 |
Color Harmonies of #604E4E
Complementary color
Monochromatic Colors of #604E4E
Black with #604E4E
Text Example
Text Example
White with #604E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E4E; }
p { color: rgb(96,78,78); }
H1.HeaderClassName
{
color: #604E4E;
}
.AnyTagClassName
{
color: #604E4E;
}
</style>
background-color css
<style>
a { background-color: #604E4E; }
a { background-color: rgb(96,78,78); }
div.DivClassName
{
background-color: #604E4E;
}
.BgClassName
{
background-color: #604E4E;
}
</style>
border-color css
<style>
span { border-color: #604E4E; }
span { border-color: rgb(96,78,78); }
td.TdClassName
{
border-color: #604E4E;
}
.TagClassName
{
border-color: #604E4E;
}
</style>