Shades of Congo Brown #614D4C
Tints of Congo Brown #614D4C
RGB
CMYK
RGB Variations
Color information
#614D4C (or 0x614D4C) is known color: Congo Brown. HEX triplet: 61, 4D and 4C. RGB value is (97,77,76). Sum of RGB (Red+Green+Blue) = 97+77+76=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #614D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D4C is #9EB2B3. Grayscale: #525252. Windows color (decimal): -10400436 or 5000545. OLE color: 5000545.
HSL color Cylindrical-coordinate representation of color #614D4C: 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 #614D4C is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 76 | - |
| 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.89 | 8.37 | 7.98 | - |
| YUV | 82.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 76 | 0 | 0.21 | 0.22 | 0.62 | 2.86 | 0.12 | 0.34 |
| Hex | 61 | 4D | 4C | 0 | 15 | 16 | 3E | 3 | C | 22 |
| Octal | 141 | 115 | 114 | 0 | 25 | 26 | 76 | 3 | 14 | 42 |
| Binary | 1100001 | 1001101 | 1001100 | 0 | 10101 | 10110 | 111110 | 11 | 1100 | 100010 |
Color Harmonies of #614D4C
Complementary color
Monochromatic Colors of #614D4C
Black with #614D4C
Text Example
Text Example
White with #614D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D4C; }
p { color: rgb(97,77,76); }
H1.HeaderClassName
{
color: #614D4C;
}
.AnyTagClassName
{
color: #614D4C;
}
</style>
background-color css
<style>
a { background-color: #614D4C; }
a { background-color: rgb(97,77,76); }
div.DivClassName
{
background-color: #614D4C;
}
.BgClassName
{
background-color: #614D4C;
}
</style>
border-color css
<style>
span { border-color: #614D4C; }
span { border-color: rgb(97,77,76); }
td.TdClassName
{
border-color: #614D4C;
}
.TagClassName
{
border-color: #614D4C;
}
</style>