Shades of Congo Brown #604C4B
Tints of Congo Brown #604C4B
RGB
CMYK
RGB Variations
Color information
#604C4B (or 0x604C4B) is known color: Congo Brown. HEX triplet: 60, 4C and 4B. RGB value is (96,76,75). Sum of RGB (Red+Green+Blue) = 96+76+75=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #604C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C4B is #9FB3B4. Grayscale: #515151. Windows color (decimal): -10466229 or 4934752. OLE color: 4934752.
HSL color Cylindrical-coordinate representation of color #604C4B: hue angle of 2.86º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #604C4B is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 75 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.62 |
| HSL | 2.86º | 0.12% | 0.34% | - |
| HSV(B) | 2.86º | 0.22% | 0.38% | - |
| XYZ | 8.68 | 8.16 | 7.77 | - |
| YUV | 81.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 75 | 0 | 0.21 | 0.22 | 0.62 | 2.86 | 0.12 | 0.34 |
| Hex | 60 | 4C | 4B | 0 | 15 | 16 | 3E | 3 | C | 22 |
| Octal | 140 | 114 | 113 | 0 | 25 | 26 | 76 | 3 | 14 | 42 |
| Binary | 1100000 | 1001100 | 1001011 | 0 | 10101 | 10110 | 111110 | 11 | 1100 | 100010 |
Color Harmonies of #604C4B
Complementary color
Monochromatic Colors of #604C4B
Black with #604C4B
Text Example
Text Example
White with #604C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C4B; }
p { color: rgb(96,76,75); }
H1.HeaderClassName
{
color: #604C4B;
}
.AnyTagClassName
{
color: #604C4B;
}
</style>
background-color css
<style>
a { background-color: #604C4B; }
a { background-color: rgb(96,76,75); }
div.DivClassName
{
background-color: #604C4B;
}
.BgClassName
{
background-color: #604C4B;
}
</style>
border-color css
<style>
span { border-color: #604C4B; }
span { border-color: rgb(96,76,75); }
td.TdClassName
{
border-color: #604C4B;
}
.TagClassName
{
border-color: #604C4B;
}
</style>