Shades of Congo Brown #68544E
Tints of Congo Brown #68544E
RGB
CMYK
RGB Variations
Color information
#68544E (or 0x68544E) is known color: Congo Brown. HEX triplet: 68, 54 and 4E. RGB value is (104,84,78). Sum of RGB (Red+Green+Blue) = 104+84+78=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68544E is #97ABB1. Grayscale: #595959. Windows color (decimal): -9939890 or 5133416. OLE color: 5133416.
HSL color Cylindrical-coordinate representation of color #68544E: hue angle of 13.85º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68544E is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 78 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.59 |
| HSL | 13.85º | 0.14% | 0.36% | - |
| HSV(B) | 13.85º | 0.25% | 0.41% | - |
| XYZ | 10.25 | 9.83 | 8.57 | - |
| YUV | 89.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 78 | 0 | 0.19 | 0.25 | 0.59 | 13.85 | 0.14 | 0.36 |
| Hex | 68 | 54 | 4E | 0 | 13 | 19 | 3B | E | E | 24 |
| Octal | 150 | 124 | 116 | 0 | 23 | 31 | 73 | 16 | 16 | 44 |
| Binary | 1101000 | 1010100 | 1001110 | 0 | 10011 | 11001 | 111011 | 1110 | 1110 | 100100 |
Color Harmonies of #68544E
Complementary color
Monochromatic Colors of #68544E
Black with #68544E
Text Example
Text Example
White with #68544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68544E; }
p { color: rgb(104,84,78); }
H1.HeaderClassName
{
color: #68544E;
}
.AnyTagClassName
{
color: #68544E;
}
</style>
background-color css
<style>
a { background-color: #68544E; }
a { background-color: rgb(104,84,78); }
div.DivClassName
{
background-color: #68544E;
}
.BgClassName
{
background-color: #68544E;
}
</style>
border-color css
<style>
span { border-color: #68544E; }
span { border-color: rgb(104,84,78); }
td.TdClassName
{
border-color: #68544E;
}
.TagClassName
{
border-color: #68544E;
}
</style>