Shades of Congo Brown #6D4C45
Tints of Congo Brown #6D4C45
RGB
CMYK
RGB Variations
Color information
#6D4C45 (or 0x6D4C45) is known color: Congo Brown. HEX triplet: 6D, 4C and 45. RGB value is (109,76,69). Sum of RGB (Red+Green+Blue) = 109+76+69=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4C45 is #92B3BA. Grayscale: #555555. Windows color (decimal): -9614267 or 4541549. OLE color: 4541549.
HSL color Cylindrical-coordinate representation of color #6D4C45: hue angle of 10.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 #6D4C45 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 76 | 69 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.57 |
| HSL | 10.5º | 0.22% | 0.35% | - |
| HSV(B) | 10.5º | 0.37% | 0.43% | - |
| XYZ | 9.97 | 8.85 | 6.81 | - |
| YUV | 85.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 69 | 0 | 0.30 | 0.37 | 0.57 | 10.5 | 0.22 | 0.35 |
| Hex | 6D | 4C | 45 | 0 | 1E | 25 | 39 | A | 16 | 23 |
| Octal | 155 | 114 | 105 | 0 | 36 | 45 | 71 | 12 | 26 | 43 |
| Binary | 1101101 | 1001100 | 1000101 | 0 | 11110 | 100101 | 111001 | 1010 | 10110 | 100011 |
Color Harmonies of #6D4C45
Complementary color
Monochromatic Colors of #6D4C45
Black with #6D4C45
Text Example
Text Example
White with #6D4C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C45; }
p { color: rgb(109,76,69); }
H1.HeaderClassName
{
color: #6D4C45;
}
.AnyTagClassName
{
color: #6D4C45;
}
</style>
background-color css
<style>
a { background-color: #6D4C45; }
a { background-color: rgb(109,76,69); }
div.DivClassName
{
background-color: #6D4C45;
}
.BgClassName
{
background-color: #6D4C45;
}
</style>
border-color css
<style>
span { border-color: #6D4C45; }
span { border-color: rgb(109,76,69); }
td.TdClassName
{
border-color: #6D4C45;
}
.TagClassName
{
border-color: #6D4C45;
}
</style>