Shades of Congo Brown #68554E
Tints of Congo Brown #68554E
RGB
CMYK
RGB Variations
Color information
#68554E (or 0x68554E) is known color: Congo Brown. HEX triplet: 68, 55 and 4E. RGB value is (104,85,78). Sum of RGB (Red+Green+Blue) = 104+85+78=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68554E is #97AAB1. Grayscale: #595959. Windows color (decimal): -9939634 or 5133672. OLE color: 5133672.
HSL color Cylindrical-coordinate representation of color #68554E: hue angle of 16.15º 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 #68554E is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 78 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.59 |
| HSL | 16.15º | 0.14% | 0.36% | - |
| HSV(B) | 16.15º | 0.25% | 0.41% | - |
| XYZ | 10.33 | 9.99 | 8.59 | - |
| YUV | 89.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 78 | 0 | 0.18 | 0.25 | 0.59 | 16.15 | 0.14 | 0.36 |
| Hex | 68 | 55 | 4E | 0 | 12 | 19 | 3B | 10 | E | 24 |
| Octal | 150 | 125 | 116 | 0 | 22 | 31 | 73 | 20 | 16 | 44 |
| Binary | 1101000 | 1010101 | 1001110 | 0 | 10010 | 11001 | 111011 | 10000 | 1110 | 100100 |
Color Harmonies of #68554E
Complementary color
Monochromatic Colors of #68554E
Black with #68554E
Text Example
Text Example
White with #68554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68554E; }
p { color: rgb(104,85,78); }
H1.HeaderClassName
{
color: #68554E;
}
.AnyTagClassName
{
color: #68554E;
}
</style>
background-color css
<style>
a { background-color: #68554E; }
a { background-color: rgb(104,85,78); }
div.DivClassName
{
background-color: #68554E;
}
.BgClassName
{
background-color: #68554E;
}
</style>
border-color css
<style>
span { border-color: #68554E; }
span { border-color: rgb(104,85,78); }
td.TdClassName
{
border-color: #68554E;
}
.TagClassName
{
border-color: #68554E;
}
</style>