Shades of Congo Brown #6B5049
Tints of Congo Brown #6B5049
RGB
CMYK
RGB Variations
Color information
#6B5049 (or 0x6B5049) is known color: Congo Brown. HEX triplet: 6B, 50 and 49. RGB value is (107,80,73). Sum of RGB (Red+Green+Blue) = 107+80+73=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5049 is #94AFB6. Grayscale: #575757. Windows color (decimal): -9744311 or 4804715. OLE color: 4804715.
HSL color Cylindrical-coordinate representation of color #6B5049: hue angle of 12.35º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B5049 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 73 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.58 |
| HSL | 12.35º | 0.19% | 0.35% | - |
| HSV(B) | 12.35º | 0.32% | 0.42% | - |
| XYZ | 10.13 | 9.34 | 7.57 | - |
| YUV | 87.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 73 | 0 | 0.25 | 0.32 | 0.58 | 12.35 | 0.19 | 0.35 |
| Hex | 6B | 50 | 49 | 0 | 19 | 20 | 3A | C | 13 | 23 |
| Octal | 153 | 120 | 111 | 0 | 31 | 40 | 72 | 14 | 23 | 43 |
| Binary | 1101011 | 1010000 | 1001001 | 0 | 11001 | 100000 | 111010 | 1100 | 10011 | 100011 |
Color Harmonies of #6B5049
Complementary color
Monochromatic Colors of #6B5049
Black with #6B5049
Text Example
Text Example
White with #6B5049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5049; }
p { color: rgb(107,80,73); }
H1.HeaderClassName
{
color: #6B5049;
}
.AnyTagClassName
{
color: #6B5049;
}
</style>
background-color css
<style>
a { background-color: #6B5049; }
a { background-color: rgb(107,80,73); }
div.DivClassName
{
background-color: #6B5049;
}
.BgClassName
{
background-color: #6B5049;
}
</style>
border-color css
<style>
span { border-color: #6B5049; }
span { border-color: rgb(107,80,73); }
td.TdClassName
{
border-color: #6B5049;
}
.TagClassName
{
border-color: #6B5049;
}
</style>