Shades of Congo Brown #6B4940
Tints of Congo Brown #6B4940
RGB
CMYK
RGB Variations
Color information
#6B4940 (or 0x6B4940) is known color: Congo Brown. HEX triplet: 6B, 49 and 40. RGB value is (107,73,64). Sum of RGB (Red+Green+Blue) = 107+73+64=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4940 is #94B6BF. Grayscale: #525252. Windows color (decimal): -9746112 or 4213099. OLE color: 4213099.
HSL color Cylindrical-coordinate representation of color #6B4940: hue angle of 12.56º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B4940 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 73 | 64 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.58 |
| HSL | 12.56º | 0.25% | 0.34% | - |
| HSV(B) | 12.56º | 0.4% | 0.42% | - |
| XYZ | 9.37 | 8.26 | 5.95 | - |
| YUV | 82.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 73 | 64 | 0 | 0.32 | 0.40 | 0.58 | 12.56 | 0.25 | 0.34 |
| Hex | 6B | 49 | 40 | 0 | 20 | 28 | 3A | D | 19 | 22 |
| Octal | 153 | 111 | 100 | 0 | 40 | 50 | 72 | 15 | 31 | 42 |
| Binary | 1101011 | 1001001 | 1000000 | 0 | 100000 | 101000 | 111010 | 1101 | 11001 | 100010 |
Color Harmonies of #6B4940
Complementary color
Monochromatic Colors of #6B4940
Black with #6B4940
Text Example
Text Example
White with #6B4940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4940; }
p { color: rgb(107,73,64); }
H1.HeaderClassName
{
color: #6B4940;
}
.AnyTagClassName
{
color: #6B4940;
}
</style>
background-color css
<style>
a { background-color: #6B4940; }
a { background-color: rgb(107,73,64); }
div.DivClassName
{
background-color: #6B4940;
}
.BgClassName
{
background-color: #6B4940;
}
</style>
border-color css
<style>
span { border-color: #6B4940; }
span { border-color: rgb(107,73,64); }
td.TdClassName
{
border-color: #6B4940;
}
.TagClassName
{
border-color: #6B4940;
}
</style>