Shades of Congo Brown #684F4C
Tints of Congo Brown #684F4C
RGB
CMYK
RGB Variations
Color information
#684F4C (or 0x684F4C) is known color: Congo Brown. HEX triplet: 68, 4F and 4C. RGB value is (104,79,76). Sum of RGB (Red+Green+Blue) = 104+79+76=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #684F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F4C is #97B0B3. Grayscale: #565656. Windows color (decimal): -9941172 or 5001064. OLE color: 5001064.
HSL color Cylindrical-coordinate representation of color #684F4C: hue angle of 6.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #684F4C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 76 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.59 |
| HSL | 6.43º | 0.16% | 0.35% | - |
| HSV(B) | 6.43º | 0.27% | 0.41% | - |
| XYZ | 9.81 | 9.06 | 8.07 | - |
| YUV | 86.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 76 | 0 | 0.24 | 0.27 | 0.59 | 6.43 | 0.16 | 0.35 |
| Hex | 68 | 4F | 4C | 0 | 18 | 1B | 3B | 6 | 10 | 23 |
| Octal | 150 | 117 | 114 | 0 | 30 | 33 | 73 | 6 | 20 | 43 |
| Binary | 1101000 | 1001111 | 1001100 | 0 | 11000 | 11011 | 111011 | 110 | 10000 | 100011 |
Color Harmonies of #684F4C
Complementary color
Monochromatic Colors of #684F4C
Black with #684F4C
Text Example
Text Example
White with #684F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F4C; }
p { color: rgb(104,79,76); }
H1.HeaderClassName
{
color: #684F4C;
}
.AnyTagClassName
{
color: #684F4C;
}
</style>
background-color css
<style>
a { background-color: #684F4C; }
a { background-color: rgb(104,79,76); }
div.DivClassName
{
background-color: #684F4C;
}
.BgClassName
{
background-color: #684F4C;
}
</style>
border-color css
<style>
span { border-color: #684F4C; }
span { border-color: rgb(104,79,76); }
td.TdClassName
{
border-color: #684F4C;
}
.TagClassName
{
border-color: #684F4C;
}
</style>