Shades of Congo Brown #604843
Tints of Congo Brown #604843
RGB
CMYK
RGB Variations
Color information
#604843 (or 0x604843) is known color: Congo Brown. HEX triplet: 60, 48 and 43. RGB value is (96,72,67). Sum of RGB (Red+Green+Blue) = 96+72+67=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #604843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604843 is #9FB7BC. Grayscale: #4E4E4E. Windows color (decimal): -10467261 or 4409440. OLE color: 4409440.
HSL color Cylindrical-coordinate representation of color #604843: hue angle of 10.34º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604843 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 67 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.62 |
| HSL | 10.34º | 0.18% | 0.32% | - |
| HSV(B) | 10.34º | 0.3% | 0.38% | - |
| XYZ | 8.15 | 7.53 | 6.33 | - |
| YUV | 78.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 67 | 0 | 0.25 | 0.30 | 0.62 | 10.34 | 0.18 | 0.32 |
| Hex | 60 | 48 | 43 | 0 | 19 | 1E | 3E | A | 12 | 20 |
| Octal | 140 | 110 | 103 | 0 | 31 | 36 | 76 | 12 | 22 | 40 |
| Binary | 1100000 | 1001000 | 1000011 | 0 | 11001 | 11110 | 111110 | 1010 | 10010 | 100000 |
Color Harmonies of #604843
Complementary color
Monochromatic Colors of #604843
Black with #604843
Text Example
Text Example
White with #604843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604843; }
p { color: rgb(96,72,67); }
H1.HeaderClassName
{
color: #604843;
}
.AnyTagClassName
{
color: #604843;
}
</style>
background-color css
<style>
a { background-color: #604843; }
a { background-color: rgb(96,72,67); }
div.DivClassName
{
background-color: #604843;
}
.BgClassName
{
background-color: #604843;
}
</style>
border-color css
<style>
span { border-color: #604843; }
span { border-color: rgb(96,72,67); }
td.TdClassName
{
border-color: #604843;
}
.TagClassName
{
border-color: #604843;
}
</style>