Shades of Congo Brown #604A47
Tints of Congo Brown #604A47
RGB
CMYK
RGB Variations
Color information
#604A47 (or 0x604A47) is known color: Congo Brown. HEX triplet: 60, 4A and 47. RGB value is (96,74,71). Sum of RGB (Red+Green+Blue) = 96+74+71=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #604A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A47 is #9FB5B8. Grayscale: #505050. Windows color (decimal): -10466745 or 4672096. OLE color: 4672096.
HSL color Cylindrical-coordinate representation of color #604A47: hue angle of 7.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #604A47 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 71 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.62 |
| HSL | 7.2º | 0.15% | 0.33% | - |
| HSV(B) | 7.2º | 0.26% | 0.38% | - |
| XYZ | 8.41 | 7.84 | 7.03 | - |
| YUV | 80.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 71 | 0 | 0.23 | 0.26 | 0.62 | 7.2 | 0.15 | 0.33 |
| Hex | 60 | 4A | 47 | 0 | 17 | 1A | 3E | 7 | F | 21 |
| Octal | 140 | 112 | 107 | 0 | 27 | 32 | 76 | 7 | 17 | 41 |
| Binary | 1100000 | 1001010 | 1000111 | 0 | 10111 | 11010 | 111110 | 111 | 1111 | 100001 |
Color Harmonies of #604A47
Complementary color
Monochromatic Colors of #604A47
Black with #604A47
Text Example
Text Example
White with #604A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A47; }
p { color: rgb(96,74,71); }
H1.HeaderClassName
{
color: #604A47;
}
.AnyTagClassName
{
color: #604A47;
}
</style>
background-color css
<style>
a { background-color: #604A47; }
a { background-color: rgb(96,74,71); }
div.DivClassName
{
background-color: #604A47;
}
.BgClassName
{
background-color: #604A47;
}
</style>
border-color css
<style>
span { border-color: #604A47; }
span { border-color: rgb(96,74,71); }
td.TdClassName
{
border-color: #604A47;
}
.TagClassName
{
border-color: #604A47;
}
</style>