Shades of Congo Brown #6B5149
Tints of Congo Brown #6B5149
RGB
CMYK
RGB Variations
Color information
#6B5149 (or 0x6B5149) is known color: Congo Brown. HEX triplet: 6B, 51 and 49. RGB value is (107,81,73). Sum of RGB (Red+Green+Blue) = 107+81+73=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5149 is #94AEB6. Grayscale: #575757. Windows color (decimal): -9744055 or 4804971. OLE color: 4804971.
HSL color Cylindrical-coordinate representation of color #6B5149: hue angle of 14.12º 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 #6B5149 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 73 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.58 |
| HSL | 14.12º | 0.19% | 0.35% | - |
| HSV(B) | 14.12º | 0.32% | 0.42% | - |
| XYZ | 10.21 | 9.49 | 7.6 | - |
| YUV | 87.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 73 | 0 | 0.24 | 0.32 | 0.58 | 14.12 | 0.19 | 0.35 |
| Hex | 6B | 51 | 49 | 0 | 18 | 20 | 3A | E | 13 | 23 |
| Octal | 153 | 121 | 111 | 0 | 30 | 40 | 72 | 16 | 23 | 43 |
| Binary | 1101011 | 1010001 | 1001001 | 0 | 11000 | 100000 | 111010 | 1110 | 10011 | 100011 |
Color Harmonies of #6B5149
Complementary color
Monochromatic Colors of #6B5149
Black with #6B5149
Text Example
Text Example
White with #6B5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5149; }
p { color: rgb(107,81,73); }
H1.HeaderClassName
{
color: #6B5149;
}
.AnyTagClassName
{
color: #6B5149;
}
</style>
background-color css
<style>
a { background-color: #6B5149; }
a { background-color: rgb(107,81,73); }
div.DivClassName
{
background-color: #6B5149;
}
.BgClassName
{
background-color: #6B5149;
}
</style>
border-color css
<style>
span { border-color: #6B5149; }
span { border-color: rgb(107,81,73); }
td.TdClassName
{
border-color: #6B5149;
}
.TagClassName
{
border-color: #6B5149;
}
</style>