Shades of Congo Brown #6D4B48
Tints of Congo Brown #6D4B48
RGB
CMYK
RGB Variations
Color information
#6D4B48 (or 0x6D4B48) is known color: Congo Brown. HEX triplet: 6D, 4B and 48. RGB value is (109,75,72). Sum of RGB (Red+Green+Blue) = 109+75+72=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4B48 is #92B4B7. Grayscale: #545454. Windows color (decimal): -9614520 or 4737901. OLE color: 4737901.
HSL color Cylindrical-coordinate representation of color #6D4B48: hue angle of 4.86º 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 #6D4B48 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 72 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.57 |
| HSL | 4.86º | 0.2% | 0.35% | - |
| HSV(B) | 4.86º | 0.34% | 0.43% | - |
| XYZ | 9.99 | 8.75 | 7.29 | - |
| YUV | 84.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 72 | 0 | 0.31 | 0.34 | 0.57 | 4.86 | 0.2 | 0.35 |
| Hex | 6D | 4B | 48 | 0 | 1F | 22 | 39 | 5 | 14 | 23 |
| Octal | 155 | 113 | 110 | 0 | 37 | 42 | 71 | 5 | 24 | 43 |
| Binary | 1101101 | 1001011 | 1001000 | 0 | 11111 | 100010 | 111001 | 101 | 10100 | 100011 |
Color Harmonies of #6D4B48
Complementary color
Monochromatic Colors of #6D4B48
Black with #6D4B48
Text Example
Text Example
White with #6D4B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B48; }
p { color: rgb(109,75,72); }
H1.HeaderClassName
{
color: #6D4B48;
}
.AnyTagClassName
{
color: #6D4B48;
}
</style>
background-color css
<style>
a { background-color: #6D4B48; }
a { background-color: rgb(109,75,72); }
div.DivClassName
{
background-color: #6D4B48;
}
.BgClassName
{
background-color: #6D4B48;
}
</style>
border-color css
<style>
span { border-color: #6D4B48; }
span { border-color: rgb(109,75,72); }
td.TdClassName
{
border-color: #6D4B48;
}
.TagClassName
{
border-color: #6D4B48;
}
</style>