Shades of Congo Brown #684A44
Tints of Congo Brown #684A44
RGB
CMYK
RGB Variations
Color information
#684A44 (or 0x684A44) is known color: Congo Brown. HEX triplet: 68, 4A and 44. RGB value is (104,74,68). Sum of RGB (Red+Green+Blue) = 104+74+68=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #684A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A44 is #97B5BB. Grayscale: #525252. Windows color (decimal): -9942460 or 4475496. OLE color: 4475496.
HSL color Cylindrical-coordinate representation of color #684A44: hue angle of 10º 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 #684A44 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 68 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.59 |
| HSL | 10º | 0.21% | 0.34% | - |
| HSV(B) | 10º | 0.35% | 0.41% | - |
| XYZ | 9.2 | 8.26 | 6.58 | - |
| YUV | 82.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 68 | 0 | 0.29 | 0.35 | 0.59 | 10 | 0.21 | 0.34 |
| Hex | 68 | 4A | 44 | 0 | 1D | 23 | 3B | A | 15 | 22 |
| Octal | 150 | 112 | 104 | 0 | 35 | 43 | 73 | 12 | 25 | 42 |
| Binary | 1101000 | 1001010 | 1000100 | 0 | 11101 | 100011 | 111011 | 1010 | 10101 | 100010 |
Color Harmonies of #684A44
Complementary color
Monochromatic Colors of #684A44
Black with #684A44
Text Example
Text Example
White with #684A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A44; }
p { color: rgb(104,74,68); }
H1.HeaderClassName
{
color: #684A44;
}
.AnyTagClassName
{
color: #684A44;
}
</style>
background-color css
<style>
a { background-color: #684A44; }
a { background-color: rgb(104,74,68); }
div.DivClassName
{
background-color: #684A44;
}
.BgClassName
{
background-color: #684A44;
}
</style>
border-color css
<style>
span { border-color: #684A44; }
span { border-color: rgb(104,74,68); }
td.TdClassName
{
border-color: #684A44;
}
.TagClassName
{
border-color: #684A44;
}
</style>