Shades of Congo Brown #684D49
Tints of Congo Brown #684D49
RGB
CMYK
RGB Variations
Color information
#684D49 (or 0x684D49) is known color: Congo Brown. HEX triplet: 68, 4D and 49. RGB value is (104,77,73). Sum of RGB (Red+Green+Blue) = 104+77+73=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #684D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D49 is #97B2B6. Grayscale: #545454. Windows color (decimal): -9941687 or 4803944. OLE color: 4803944.
HSL color Cylindrical-coordinate representation of color #684D49: hue angle of 7.74º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #684D49 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 73 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.59 |
| HSL | 7.74º | 0.18% | 0.35% | - |
| HSV(B) | 7.74º | 0.3% | 0.41% | - |
| XYZ | 9.57 | 8.73 | 7.48 | - |
| YUV | 84.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 73 | 0 | 0.26 | 0.30 | 0.59 | 7.74 | 0.18 | 0.35 |
| Hex | 68 | 4D | 49 | 0 | 1A | 1E | 3B | 8 | 12 | 23 |
| Octal | 150 | 115 | 111 | 0 | 32 | 36 | 73 | 10 | 22 | 43 |
| Binary | 1101000 | 1001101 | 1001001 | 0 | 11010 | 11110 | 111011 | 1000 | 10010 | 100011 |
Color Harmonies of #684D49
Complementary color
Monochromatic Colors of #684D49
Black with #684D49
Text Example
Text Example
White with #684D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D49; }
p { color: rgb(104,77,73); }
H1.HeaderClassName
{
color: #684D49;
}
.AnyTagClassName
{
color: #684D49;
}
</style>
background-color css
<style>
a { background-color: #684D49; }
a { background-color: rgb(104,77,73); }
div.DivClassName
{
background-color: #684D49;
}
.BgClassName
{
background-color: #684D49;
}
</style>
border-color css
<style>
span { border-color: #684D49; }
span { border-color: rgb(104,77,73); }
td.TdClassName
{
border-color: #684D49;
}
.TagClassName
{
border-color: #684D49;
}
</style>