Shades of Congo Brown #604A45
Tints of Congo Brown #604A45
RGB
CMYK
RGB Variations
Color information
#604A45 (or 0x604A45) is known color: Congo Brown. HEX triplet: 60, 4A and 45. RGB value is (96,74,69). Sum of RGB (Red+Green+Blue) = 96+74+69=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #604A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A45 is #9FB5BA. Grayscale: #505050. Windows color (decimal): -10466747 or 4541024. OLE color: 4541024.
HSL color Cylindrical-coordinate representation of color #604A45: hue angle of 11.11º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #604A45 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 69 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.62 |
| HSL | 11.11º | 0.16% | 0.32% | - |
| HSV(B) | 11.11º | 0.28% | 0.38% | - |
| XYZ | 8.35 | 7.81 | 6.7 | - |
| YUV | 80.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 69 | 0 | 0.23 | 0.28 | 0.62 | 11.11 | 0.16 | 0.32 |
| Hex | 60 | 4A | 45 | 0 | 17 | 1C | 3E | B | 10 | 20 |
| Octal | 140 | 112 | 105 | 0 | 27 | 34 | 76 | 13 | 20 | 40 |
| Binary | 1100000 | 1001010 | 1000101 | 0 | 10111 | 11100 | 111110 | 1011 | 10000 | 100000 |
Color Harmonies of #604A45
Complementary color
Monochromatic Colors of #604A45
Black with #604A45
Text Example
Text Example
White with #604A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A45; }
p { color: rgb(96,74,69); }
H1.HeaderClassName
{
color: #604A45;
}
.AnyTagClassName
{
color: #604A45;
}
</style>
background-color css
<style>
a { background-color: #604A45; }
a { background-color: rgb(96,74,69); }
div.DivClassName
{
background-color: #604A45;
}
.BgClassName
{
background-color: #604A45;
}
</style>
border-color css
<style>
span { border-color: #604A45; }
span { border-color: rgb(96,74,69); }
td.TdClassName
{
border-color: #604A45;
}
.TagClassName
{
border-color: #604A45;
}
</style>