Shades of Congo Brown #684E47
Tints of Congo Brown #684E47
RGB
CMYK
RGB Variations
Color information
#684E47 (or 0x684E47) is known color: Congo Brown. HEX triplet: 68, 4E and 47. RGB value is (104,78,71). Sum of RGB (Red+Green+Blue) = 104+78+71=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #684E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E47 is #97B1B8. Grayscale: #555555. Windows color (decimal): -9941433 or 4673128. OLE color: 4673128.
HSL color Cylindrical-coordinate representation of color #684E47: hue angle of 12.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #684E47 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 71 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.59 |
| HSL | 12.73º | 0.19% | 0.34% | - |
| HSV(B) | 12.73º | 0.32% | 0.41% | - |
| XYZ | 9.57 | 8.85 | 7.16 | - |
| YUV | 84.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 71 | 0 | 0.25 | 0.32 | 0.59 | 12.73 | 0.19 | 0.34 |
| Hex | 68 | 4E | 47 | 0 | 19 | 20 | 3B | D | 13 | 22 |
| Octal | 150 | 116 | 107 | 0 | 31 | 40 | 73 | 15 | 23 | 42 |
| Binary | 1101000 | 1001110 | 1000111 | 0 | 11001 | 100000 | 111011 | 1101 | 10011 | 100010 |
Color Harmonies of #684E47
Complementary color
Monochromatic Colors of #684E47
Black with #684E47
Text Example
Text Example
White with #684E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E47; }
p { color: rgb(104,78,71); }
H1.HeaderClassName
{
color: #684E47;
}
.AnyTagClassName
{
color: #684E47;
}
</style>
background-color css
<style>
a { background-color: #684E47; }
a { background-color: rgb(104,78,71); }
div.DivClassName
{
background-color: #684E47;
}
.BgClassName
{
background-color: #684E47;
}
</style>
border-color css
<style>
span { border-color: #684E47; }
span { border-color: rgb(104,78,71); }
td.TdClassName
{
border-color: #684E47;
}
.TagClassName
{
border-color: #684E47;
}
</style>