Shades of Congo Brown #6E554D
Tints of Congo Brown #6E554D
RGB
CMYK
RGB Variations
Color information
#6E554D (or 0x6E554D) is known color: Congo Brown. HEX triplet: 6E, 55 and 4D. RGB value is (110,85,77). Sum of RGB (Red+Green+Blue) = 110+85+77=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 110 - color contains mainly: red. Hex color #6E554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E554D is #91AAB2. Grayscale: #5B5B5B. Windows color (decimal): -9546419 or 5068142. OLE color: 5068142.
HSL color Cylindrical-coordinate representation of color #6E554D: hue angle of 14.55º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E554D is Cyan = 0, Magento = 0.23, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 85 | 77 | - |
| CMYK | 0 | 0.23 | 0.3 | 0.57 |
| HSL | 14.55º | 0.18% | 0.37% | - |
| HSV(B) | 14.55º | 0.3% | 0.43% | - |
| XYZ | 11.02 | 10.35 | 8.44 | - |
| YUV | 91.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 77 | 0 | 0.23 | 0.3 | 0.57 | 14.55 | 0.18 | 0.37 |
| Hex | 6E | 55 | 4D | 0 | 17 | 1E | 39 | F | 12 | 25 |
| Octal | 156 | 125 | 115 | 0 | 27 | 36 | 71 | 17 | 22 | 45 |
| Binary | 1101110 | 1010101 | 1001101 | 0 | 10111 | 11110 | 111001 | 1111 | 10010 | 100101 |
Color Harmonies of #6E554D
Complementary color
Monochromatic Colors of #6E554D
Black with #6E554D
Text Example
Text Example
White with #6E554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E554D; }
p { color: rgb(110,85,77); }
H1.HeaderClassName
{
color: #6E554D;
}
.AnyTagClassName
{
color: #6E554D;
}
</style>
background-color css
<style>
a { background-color: #6E554D; }
a { background-color: rgb(110,85,77); }
div.DivClassName
{
background-color: #6E554D;
}
.BgClassName
{
background-color: #6E554D;
}
</style>
border-color css
<style>
span { border-color: #6E554D; }
span { border-color: rgb(110,85,77); }
td.TdClassName
{
border-color: #6E554D;
}
.TagClassName
{
border-color: #6E554D;
}
</style>