Shades of Congo Brown #614D48
Tints of Congo Brown #614D48
RGB
CMYK
RGB Variations
Color information
#614D48 (or 0x614D48) is known color: Congo Brown. HEX triplet: 61, 4D and 48. RGB value is (97,77,72). Sum of RGB (Red+Green+Blue) = 97+77+72=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #614D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D48 is #9EB2B7. Grayscale: #525252. Windows color (decimal): -10400440 or 4738401. OLE color: 4738401.
HSL color Cylindrical-coordinate representation of color #614D48: hue angle of 12º 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 #614D48 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 72 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.62 |
| HSL | 12º | 0.15% | 0.33% | - |
| HSV(B) | 12º | 0.26% | 0.38% | - |
| XYZ | 8.75 | 8.32 | 7.27 | - |
| YUV | 82.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 72 | 0 | 0.21 | 0.26 | 0.62 | 12 | 0.15 | 0.33 |
| Hex | 61 | 4D | 48 | 0 | 15 | 1A | 3E | C | F | 21 |
| Octal | 141 | 115 | 110 | 0 | 25 | 32 | 76 | 14 | 17 | 41 |
| Binary | 1100001 | 1001101 | 1001000 | 0 | 10101 | 11010 | 111110 | 1100 | 1111 | 100001 |
Color Harmonies of #614D48
Complementary color
Monochromatic Colors of #614D48
Black with #614D48
Text Example
Text Example
White with #614D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D48; }
p { color: rgb(97,77,72); }
H1.HeaderClassName
{
color: #614D48;
}
.AnyTagClassName
{
color: #614D48;
}
</style>
background-color css
<style>
a { background-color: #614D48; }
a { background-color: rgb(97,77,72); }
div.DivClassName
{
background-color: #614D48;
}
.BgClassName
{
background-color: #614D48;
}
</style>
border-color css
<style>
span { border-color: #614D48; }
span { border-color: rgb(97,77,72); }
td.TdClassName
{
border-color: #614D48;
}
.TagClassName
{
border-color: #614D48;
}
</style>