Shades of Congo Brown #6D4B43
Tints of Congo Brown #6D4B43
RGB
CMYK
RGB Variations
Color information
#6D4B43 (or 0x6D4B43) is known color: Congo Brown. HEX triplet: 6D, 4B and 43. RGB value is (109,75,67). Sum of RGB (Red+Green+Blue) = 109+75+67=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4B43 is #92B4BC. Grayscale: #545454. Windows color (decimal): -9614525 or 4410221. OLE color: 4410221.
HSL color Cylindrical-coordinate representation of color #6D4B43: hue angle of 11.43º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4B43 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 67 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.57 |
| HSL | 11.43º | 0.24% | 0.35% | - |
| HSV(B) | 11.43º | 0.39% | 0.43% | - |
| XYZ | 9.84 | 8.69 | 6.47 | - |
| YUV | 84.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 67 | 0 | 0.31 | 0.39 | 0.57 | 11.43 | 0.24 | 0.35 |
| Hex | 6D | 4B | 43 | 0 | 1F | 27 | 39 | B | 18 | 23 |
| Octal | 155 | 113 | 103 | 0 | 37 | 47 | 71 | 13 | 30 | 43 |
| Binary | 1101101 | 1001011 | 1000011 | 0 | 11111 | 100111 | 111001 | 1011 | 11000 | 100011 |
Color Harmonies of #6D4B43
Complementary color
Monochromatic Colors of #6D4B43
Black with #6D4B43
Text Example
Text Example
White with #6D4B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B43; }
p { color: rgb(109,75,67); }
H1.HeaderClassName
{
color: #6D4B43;
}
.AnyTagClassName
{
color: #6D4B43;
}
</style>
background-color css
<style>
a { background-color: #6D4B43; }
a { background-color: rgb(109,75,67); }
div.DivClassName
{
background-color: #6D4B43;
}
.BgClassName
{
background-color: #6D4B43;
}
</style>
border-color css
<style>
span { border-color: #6D4B43; }
span { border-color: rgb(109,75,67); }
td.TdClassName
{
border-color: #6D4B43;
}
.TagClassName
{
border-color: #6D4B43;
}
</style>