Shades of Congo Brown #6D4845
Tints of Congo Brown #6D4845
RGB
CMYK
RGB Variations
Color information
#6D4845 (or 0x6D4845) is known color: Congo Brown. HEX triplet: 6D, 48 and 45. RGB value is (109,72,69). Sum of RGB (Red+Green+Blue) = 109+72+69=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4845 is #92B7BA. Grayscale: #525252. Windows color (decimal): -9615291 or 4540525. OLE color: 4540525.
HSL color Cylindrical-coordinate representation of color #6D4845: hue angle of 4.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D4845 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 69 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.57 |
| HSL | 4.5º | 0.22% | 0.35% | - |
| HSV(B) | 4.5º | 0.37% | 0.43% | - |
| XYZ | 9.7 | 8.32 | 6.72 | - |
| YUV | 82.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 69 | 0 | 0.34 | 0.37 | 0.57 | 4.5 | 0.22 | 0.35 |
| Hex | 6D | 48 | 45 | 0 | 22 | 25 | 39 | 4 | 16 | 23 |
| Octal | 155 | 110 | 105 | 0 | 42 | 45 | 71 | 4 | 26 | 43 |
| Binary | 1101101 | 1001000 | 1000101 | 0 | 100010 | 100101 | 111001 | 100 | 10110 | 100011 |
Color Harmonies of #6D4845
Complementary color
Monochromatic Colors of #6D4845
Black with #6D4845
Text Example
Text Example
White with #6D4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4845; }
p { color: rgb(109,72,69); }
H1.HeaderClassName
{
color: #6D4845;
}
.AnyTagClassName
{
color: #6D4845;
}
</style>
background-color css
<style>
a { background-color: #6D4845; }
a { background-color: rgb(109,72,69); }
div.DivClassName
{
background-color: #6D4845;
}
.BgClassName
{
background-color: #6D4845;
}
</style>
border-color css
<style>
span { border-color: #6D4845; }
span { border-color: rgb(109,72,69); }
td.TdClassName
{
border-color: #6D4845;
}
.TagClassName
{
border-color: #6D4845;
}
</style>