Shades of Congo Brown #684444
Tints of Congo Brown #684444
RGB
CMYK
RGB Variations
Color information
#684444 (or 0x684444) is known color: Congo Brown. HEX triplet: 68, 44 and 44. RGB value is (104,68,68). Sum of RGB (Red+Green+Blue) = 104+68+68=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #684444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684444 is #97BBBB. Grayscale: #4E4E4E. Windows color (decimal): -9943996 or 4473960. OLE color: 4473960.
HSL color Cylindrical-coordinate representation of color #684444: hue angle of 0º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #684444 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 68 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.59 |
| HSL | 0º | 0.21% | 0.34% | - |
| HSV(B) | 0º | 0.35% | 0.41% | - |
| XYZ | 8.82 | 7.49 | 6.45 | - |
| YUV | 78.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 68 | 0 | 0.35 | 0.35 | 0.59 | 0 | 0.21 | 0.34 |
| Hex | 68 | 44 | 44 | 0 | 23 | 23 | 3B | 0 | 15 | 22 |
| Octal | 150 | 104 | 104 | 0 | 43 | 43 | 73 | 0 | 25 | 42 |
| Binary | 1101000 | 1000100 | 1000100 | 0 | 100011 | 100011 | 111011 | 0 | 10101 | 100010 |
Color Harmonies of #684444
Complementary color
Monochromatic Colors of #684444
Black with #684444
Text Example
Text Example
White with #684444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684444; }
p { color: rgb(104,68,68); }
H1.HeaderClassName
{
color: #684444;
}
.AnyTagClassName
{
color: #684444;
}
</style>
background-color css
<style>
a { background-color: #684444; }
a { background-color: rgb(104,68,68); }
div.DivClassName
{
background-color: #684444;
}
.BgClassName
{
background-color: #684444;
}
</style>
border-color css
<style>
span { border-color: #684444; }
span { border-color: rgb(104,68,68); }
td.TdClassName
{
border-color: #684444;
}
.TagClassName
{
border-color: #684444;
}
</style>