Shades of Congo Brown #6D4D48
Tints of Congo Brown #6D4D48
RGB
CMYK
RGB Variations
Color information
#6D4D48 (or 0x6D4D48) is known color: Congo Brown. HEX triplet: 6D, 4D and 48. RGB value is (109,77,72). Sum of RGB (Red+Green+Blue) = 109+77+72=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4D48 is #92B2B7. Grayscale: #565656. Windows color (decimal): -9614008 or 4738413. OLE color: 4738413.
HSL color Cylindrical-coordinate representation of color #6D4D48: hue angle of 8.11º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D4D48 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 72 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.57 |
| HSL | 8.11º | 0.2% | 0.35% | - |
| HSV(B) | 8.11º | 0.34% | 0.43% | - |
| XYZ | 10.13 | 9.03 | 7.34 | - |
| YUV | 86 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 72 | 0 | 0.29 | 0.34 | 0.57 | 8.11 | 0.2 | 0.35 |
| Hex | 6D | 4D | 48 | 0 | 1D | 22 | 39 | 8 | 14 | 23 |
| Octal | 155 | 115 | 110 | 0 | 35 | 42 | 71 | 10 | 24 | 43 |
| Binary | 1101101 | 1001101 | 1001000 | 0 | 11101 | 100010 | 111001 | 1000 | 10100 | 100011 |
Color Harmonies of #6D4D48
Complementary color
Monochromatic Colors of #6D4D48
Black with #6D4D48
Text Example
Text Example
White with #6D4D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D48; }
p { color: rgb(109,77,72); }
H1.HeaderClassName
{
color: #6D4D48;
}
.AnyTagClassName
{
color: #6D4D48;
}
</style>
background-color css
<style>
a { background-color: #6D4D48; }
a { background-color: rgb(109,77,72); }
div.DivClassName
{
background-color: #6D4D48;
}
.BgClassName
{
background-color: #6D4D48;
}
</style>
border-color css
<style>
span { border-color: #6D4D48; }
span { border-color: rgb(109,77,72); }
td.TdClassName
{
border-color: #6D4D48;
}
.TagClassName
{
border-color: #6D4D48;
}
</style>