Shades of Congo Brown #684F47
Tints of Congo Brown #684F47
RGB
CMYK
RGB Variations
Color information
#684F47 (or 0x684F47) is known color: Congo Brown. HEX triplet: 68, 4F and 47. RGB value is (104,79,71). Sum of RGB (Red+Green+Blue) = 104+79+71=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #684F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F47 is #97B0B8. Grayscale: #555555. Windows color (decimal): -9941177 or 4673384. OLE color: 4673384.
HSL color Cylindrical-coordinate representation of color #684F47: hue angle of 14.55º 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 #684F47 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 71 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.59 |
| HSL | 14.55º | 0.19% | 0.34% | - |
| HSV(B) | 14.55º | 0.32% | 0.41% | - |
| XYZ | 9.64 | 8.99 | 7.19 | - |
| YUV | 85.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 71 | 0 | 0.24 | 0.32 | 0.59 | 14.55 | 0.19 | 0.34 |
| Hex | 68 | 4F | 47 | 0 | 18 | 20 | 3B | F | 13 | 22 |
| Octal | 150 | 117 | 107 | 0 | 30 | 40 | 73 | 17 | 23 | 42 |
| Binary | 1101000 | 1001111 | 1000111 | 0 | 11000 | 100000 | 111011 | 1111 | 10011 | 100010 |
Color Harmonies of #684F47
Complementary color
Monochromatic Colors of #684F47
Black with #684F47
Text Example
Text Example
White with #684F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F47; }
p { color: rgb(104,79,71); }
H1.HeaderClassName
{
color: #684F47;
}
.AnyTagClassName
{
color: #684F47;
}
</style>
background-color css
<style>
a { background-color: #684F47; }
a { background-color: rgb(104,79,71); }
div.DivClassName
{
background-color: #684F47;
}
.BgClassName
{
background-color: #684F47;
}
</style>
border-color css
<style>
span { border-color: #684F47; }
span { border-color: rgb(104,79,71); }
td.TdClassName
{
border-color: #684F47;
}
.TagClassName
{
border-color: #684F47;
}
</style>