Shades of Congo Brown #6E514B
Tints of Congo Brown #6E514B
RGB
CMYK
RGB Variations
Color information
#6E514B (or 0x6E514B) is known color: Congo Brown. HEX triplet: 6E, 51 and 4B. RGB value is (110,81,75). Sum of RGB (Red+Green+Blue) = 110+81+75=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 110 - color contains mainly: red. Hex color #6E514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E514B is #91AEB4. Grayscale: #595959. Windows color (decimal): -9547445 or 4936046. OLE color: 4936046.
HSL color Cylindrical-coordinate representation of color #6E514B: hue angle of 10.29º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E514B is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 81 | 75 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.57 |
| HSL | 10.29º | 0.19% | 0.36% | - |
| HSV(B) | 10.29º | 0.32% | 0.43% | - |
| XYZ | 10.64 | 9.71 | 7.97 | - |
| YUV | 88.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 75 | 0 | 0.26 | 0.32 | 0.57 | 10.29 | 0.19 | 0.36 |
| Hex | 6E | 51 | 4B | 0 | 1A | 20 | 39 | A | 13 | 24 |
| Octal | 156 | 121 | 113 | 0 | 32 | 40 | 71 | 12 | 23 | 44 |
| Binary | 1101110 | 1010001 | 1001011 | 0 | 11010 | 100000 | 111001 | 1010 | 10011 | 100100 |
Color Harmonies of #6E514B
Complementary color
Monochromatic Colors of #6E514B
Black with #6E514B
Text Example
Text Example
White with #6E514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E514B; }
p { color: rgb(110,81,75); }
H1.HeaderClassName
{
color: #6E514B;
}
.AnyTagClassName
{
color: #6E514B;
}
</style>
background-color css
<style>
a { background-color: #6E514B; }
a { background-color: rgb(110,81,75); }
div.DivClassName
{
background-color: #6E514B;
}
.BgClassName
{
background-color: #6E514B;
}
</style>
border-color css
<style>
span { border-color: #6E514B; }
span { border-color: rgb(110,81,75); }
td.TdClassName
{
border-color: #6E514B;
}
.TagClassName
{
border-color: #6E514B;
}
</style>