Shades of Congo Brown #6D4742
Tints of Congo Brown #6D4742
RGB
CMYK
RGB Variations
Color information
#6D4742 (or 0x6D4742) is known color: Congo Brown. HEX triplet: 6D, 47 and 42. RGB value is (109,71,66). Sum of RGB (Red+Green+Blue) = 109+71+66=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4742 is #92B8BD. Grayscale: #515151. Windows color (decimal): -9615550 or 4343661. OLE color: 4343661.
HSL color Cylindrical-coordinate representation of color #6D4742: hue angle of 6.98º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4742 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 71 | 66 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.57 |
| HSL | 6.98º | 0.25% | 0.34% | - |
| HSV(B) | 6.98º | 0.39% | 0.43% | - |
| XYZ | 9.54 | 8.15 | 6.22 | - |
| YUV | 81.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 66 | 0 | 0.35 | 0.39 | 0.57 | 6.98 | 0.25 | 0.34 |
| Hex | 6D | 47 | 42 | 0 | 23 | 27 | 39 | 7 | 19 | 22 |
| Octal | 155 | 107 | 102 | 0 | 43 | 47 | 71 | 7 | 31 | 42 |
| Binary | 1101101 | 1000111 | 1000010 | 0 | 100011 | 100111 | 111001 | 111 | 11001 | 100010 |
Color Harmonies of #6D4742
Complementary color
Monochromatic Colors of #6D4742
Black with #6D4742
Text Example
Text Example
White with #6D4742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4742; }
p { color: rgb(109,71,66); }
H1.HeaderClassName
{
color: #6D4742;
}
.AnyTagClassName
{
color: #6D4742;
}
</style>
background-color css
<style>
a { background-color: #6D4742; }
a { background-color: rgb(109,71,66); }
div.DivClassName
{
background-color: #6D4742;
}
.BgClassName
{
background-color: #6D4742;
}
</style>
border-color css
<style>
span { border-color: #6D4742; }
span { border-color: rgb(109,71,66); }
td.TdClassName
{
border-color: #6D4742;
}
.TagClassName
{
border-color: #6D4742;
}
</style>