Shades of Congo Brown #6E4A47
Tints of Congo Brown #6E4A47
RGB
CMYK
RGB Variations
Color information
#6E4A47 (or 0x6E4A47) is known color: Congo Brown. HEX triplet: 6E, 4A and 47. RGB value is (110,74,71). Sum of RGB (Red+Green+Blue) = 110+74+71=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4A47 is #91B5B8. Grayscale: #545454. Windows color (decimal): -9549241 or 4672110. OLE color: 4672110.
HSL color Cylindrical-coordinate representation of color #6E4A47: hue angle of 4.62º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E4A47 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 74 | 71 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.57 |
| HSL | 4.62º | 0.22% | 0.35% | - |
| HSV(B) | 4.62º | 0.35% | 0.43% | - |
| XYZ | 10.02 | 8.67 | 7.11 | - |
| YUV | 84.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 74 | 71 | 0 | 0.33 | 0.35 | 0.57 | 4.62 | 0.22 | 0.35 |
| Hex | 6E | 4A | 47 | 0 | 21 | 23 | 39 | 5 | 16 | 23 |
| Octal | 156 | 112 | 107 | 0 | 41 | 43 | 71 | 5 | 26 | 43 |
| Binary | 1101110 | 1001010 | 1000111 | 0 | 100001 | 100011 | 111001 | 101 | 10110 | 100011 |
Color Harmonies of #6E4A47
Complementary color
Monochromatic Colors of #6E4A47
Black with #6E4A47
Text Example
Text Example
White with #6E4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4A47; }
p { color: rgb(110,74,71); }
H1.HeaderClassName
{
color: #6E4A47;
}
.AnyTagClassName
{
color: #6E4A47;
}
</style>
background-color css
<style>
a { background-color: #6E4A47; }
a { background-color: rgb(110,74,71); }
div.DivClassName
{
background-color: #6E4A47;
}
.BgClassName
{
background-color: #6E4A47;
}
</style>
border-color css
<style>
span { border-color: #6E4A47; }
span { border-color: rgb(110,74,71); }
td.TdClassName
{
border-color: #6E4A47;
}
.TagClassName
{
border-color: #6E4A47;
}
</style>