Shades of Congo Brown #6D4B47
Tints of Congo Brown #6D4B47
RGB
CMYK
RGB Variations
Color information
#6D4B47 (or 0x6D4B47) is known color: Congo Brown. HEX triplet: 6D, 4B and 47. RGB value is (109,75,71). Sum of RGB (Red+Green+Blue) = 109+75+71=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4B47 is #92B4B8. Grayscale: #545454. Windows color (decimal): -9614521 or 4672365. OLE color: 4672365.
HSL color Cylindrical-coordinate representation of color #6D4B47: hue angle of 6.32º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D4B47 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 71 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.57 |
| HSL | 6.32º | 0.21% | 0.35% | - |
| HSV(B) | 6.32º | 0.35% | 0.43% | - |
| XYZ | 9.96 | 8.74 | 7.12 | - |
| YUV | 84.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 71 | 0 | 0.31 | 0.35 | 0.57 | 6.32 | 0.21 | 0.35 |
| Hex | 6D | 4B | 47 | 0 | 1F | 23 | 39 | 6 | 15 | 23 |
| Octal | 155 | 113 | 107 | 0 | 37 | 43 | 71 | 6 | 25 | 43 |
| Binary | 1101101 | 1001011 | 1000111 | 0 | 11111 | 100011 | 111001 | 110 | 10101 | 100011 |
Color Harmonies of #6D4B47
Complementary color
Monochromatic Colors of #6D4B47
Black with #6D4B47
Text Example
Text Example
White with #6D4B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B47; }
p { color: rgb(109,75,71); }
H1.HeaderClassName
{
color: #6D4B47;
}
.AnyTagClassName
{
color: #6D4B47;
}
</style>
background-color css
<style>
a { background-color: #6D4B47; }
a { background-color: rgb(109,75,71); }
div.DivClassName
{
background-color: #6D4B47;
}
.BgClassName
{
background-color: #6D4B47;
}
</style>
border-color css
<style>
span { border-color: #6D4B47; }
span { border-color: rgb(109,75,71); }
td.TdClassName
{
border-color: #6D4B47;
}
.TagClassName
{
border-color: #6D4B47;
}
</style>