Shades of Congo Brown #6D534D
Tints of Congo Brown #6D534D
RGB
CMYK
RGB Variations
Color information
#6D534D (or 0x6D534D) is known color: Congo Brown. HEX triplet: 6D, 53 and 4D. RGB value is (109,83,77). Sum of RGB (Red+Green+Blue) = 109+83+77=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D534D is #92ACB2. Grayscale: #5A5A5A. Windows color (decimal): -9612467 or 5067629. OLE color: 5067629.
HSL color Cylindrical-coordinate representation of color #6D534D: hue angle of 11.25º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D534D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 83 | 77 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.57 |
| HSL | 11.25º | 0.17% | 0.36% | - |
| HSV(B) | 11.25º | 0.29% | 0.43% | - |
| XYZ | 10.74 | 9.97 | 8.38 | - |
| YUV | 90.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 77 | 0 | 0.24 | 0.29 | 0.57 | 11.25 | 0.17 | 0.36 |
| Hex | 6D | 53 | 4D | 0 | 18 | 1D | 39 | B | 11 | 24 |
| Octal | 155 | 123 | 115 | 0 | 30 | 35 | 71 | 13 | 21 | 44 |
| Binary | 1101101 | 1010011 | 1001101 | 0 | 11000 | 11101 | 111001 | 1011 | 10001 | 100100 |
Color Harmonies of #6D534D
Complementary color
Monochromatic Colors of #6D534D
Black with #6D534D
Text Example
Text Example
White with #6D534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D534D; }
p { color: rgb(109,83,77); }
H1.HeaderClassName
{
color: #6D534D;
}
.AnyTagClassName
{
color: #6D534D;
}
</style>
background-color css
<style>
a { background-color: #6D534D; }
a { background-color: rgb(109,83,77); }
div.DivClassName
{
background-color: #6D534D;
}
.BgClassName
{
background-color: #6D534D;
}
</style>
border-color css
<style>
span { border-color: #6D534D; }
span { border-color: rgb(109,83,77); }
td.TdClassName
{
border-color: #6D534D;
}
.TagClassName
{
border-color: #6D534D;
}
</style>