Shades of Congo Brown #684D45
Tints of Congo Brown #684D45
RGB
CMYK
RGB Variations
Color information
#684D45 (or 0x684D45) is known color: Congo Brown. HEX triplet: 68, 4D and 45. RGB value is (104,77,69). Sum of RGB (Red+Green+Blue) = 104+77+69=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #684D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D45 is #97B2BA. Grayscale: #545454. Windows color (decimal): -9941691 or 4541800. OLE color: 4541800.
HSL color Cylindrical-coordinate representation of color #684D45: hue angle of 13.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #684D45 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 69 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.59 |
| HSL | 13.71º | 0.2% | 0.34% | - |
| HSV(B) | 13.71º | 0.34% | 0.41% | - |
| XYZ | 9.44 | 8.68 | 6.81 | - |
| YUV | 84.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 69 | 0 | 0.26 | 0.34 | 0.59 | 13.71 | 0.2 | 0.34 |
| Hex | 68 | 4D | 45 | 0 | 1A | 22 | 3B | E | 14 | 22 |
| Octal | 150 | 115 | 105 | 0 | 32 | 42 | 73 | 16 | 24 | 42 |
| Binary | 1101000 | 1001101 | 1000101 | 0 | 11010 | 100010 | 111011 | 1110 | 10100 | 100010 |
Color Harmonies of #684D45
Complementary color
Monochromatic Colors of #684D45
Black with #684D45
Text Example
Text Example
White with #684D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D45; }
p { color: rgb(104,77,69); }
H1.HeaderClassName
{
color: #684D45;
}
.AnyTagClassName
{
color: #684D45;
}
</style>
background-color css
<style>
a { background-color: #684D45; }
a { background-color: rgb(104,77,69); }
div.DivClassName
{
background-color: #684D45;
}
.BgClassName
{
background-color: #684D45;
}
</style>
border-color css
<style>
span { border-color: #684D45; }
span { border-color: rgb(104,77,69); }
td.TdClassName
{
border-color: #684D45;
}
.TagClassName
{
border-color: #684D45;
}
</style>