Shades of Congo Brown #6E504B
Tints of Congo Brown #6E504B
RGB
CMYK
RGB Variations
Color information
#6E504B (or 0x6E504B) is known color: Congo Brown. HEX triplet: 6E, 50 and 4B. RGB value is (110,80,75). Sum of RGB (Red+Green+Blue) = 110+80+75=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 110 - color contains mainly: red. Hex color #6E504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E504B is #91AFB4. Grayscale: #585858. Windows color (decimal): -9547701 or 4935790. OLE color: 4935790.
HSL color Cylindrical-coordinate representation of color #6E504B: hue angle of 8.57º 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 #6E504B is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 80 | 75 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.57 |
| HSL | 8.57º | 0.19% | 0.36% | - |
| HSV(B) | 8.57º | 0.32% | 0.43% | - |
| XYZ | 10.57 | 9.56 | 7.94 | - |
| YUV | 88.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 75 | 0 | 0.27 | 0.32 | 0.57 | 8.57 | 0.19 | 0.36 |
| Hex | 6E | 50 | 4B | 0 | 1B | 20 | 39 | 9 | 13 | 24 |
| Octal | 156 | 120 | 113 | 0 | 33 | 40 | 71 | 11 | 23 | 44 |
| Binary | 1101110 | 1010000 | 1001011 | 0 | 11011 | 100000 | 111001 | 1001 | 10011 | 100100 |
Color Harmonies of #6E504B
Complementary color
Monochromatic Colors of #6E504B
Black with #6E504B
Text Example
Text Example
White with #6E504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E504B; }
p { color: rgb(110,80,75); }
H1.HeaderClassName
{
color: #6E504B;
}
.AnyTagClassName
{
color: #6E504B;
}
</style>
background-color css
<style>
a { background-color: #6E504B; }
a { background-color: rgb(110,80,75); }
div.DivClassName
{
background-color: #6E504B;
}
.BgClassName
{
background-color: #6E504B;
}
</style>
border-color css
<style>
span { border-color: #6E504B; }
span { border-color: rgb(110,80,75); }
td.TdClassName
{
border-color: #6E504B;
}
.TagClassName
{
border-color: #6E504B;
}
</style>