Shades of Congo Brown #6D534C
Tints of Congo Brown #6D534C
RGB
CMYK
RGB Variations
Color information
#6D534C (or 0x6D534C) is known color: Congo Brown. HEX triplet: 6D, 53 and 4C. RGB value is (109,83,76). Sum of RGB (Red+Green+Blue) = 109+83+76=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D534C is #92ACB3. Grayscale: #5A5A5A. Windows color (decimal): -9612468 or 5002093. OLE color: 5002093.
HSL color Cylindrical-coordinate representation of color #6D534C: hue angle of 12.73º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D534C is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 83 | 76 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.57 |
| HSL | 12.73º | 0.18% | 0.36% | - |
| HSV(B) | 12.73º | 0.3% | 0.43% | - |
| XYZ | 10.7 | 9.96 | 8.2 | - |
| YUV | 89.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 76 | 0 | 0.24 | 0.30 | 0.57 | 12.73 | 0.18 | 0.36 |
| Hex | 6D | 53 | 4C | 0 | 18 | 1E | 39 | D | 12 | 24 |
| Octal | 155 | 123 | 114 | 0 | 30 | 36 | 71 | 15 | 22 | 44 |
| Binary | 1101101 | 1010011 | 1001100 | 0 | 11000 | 11110 | 111001 | 1101 | 10010 | 100100 |
Color Harmonies of #6D534C
Complementary color
Monochromatic Colors of #6D534C
Black with #6D534C
Text Example
Text Example
White with #6D534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D534C; }
p { color: rgb(109,83,76); }
H1.HeaderClassName
{
color: #6D534C;
}
.AnyTagClassName
{
color: #6D534C;
}
</style>
background-color css
<style>
a { background-color: #6D534C; }
a { background-color: rgb(109,83,76); }
div.DivClassName
{
background-color: #6D534C;
}
.BgClassName
{
background-color: #6D534C;
}
</style>
border-color css
<style>
span { border-color: #6D534C; }
span { border-color: rgb(109,83,76); }
td.TdClassName
{
border-color: #6D534C;
}
.TagClassName
{
border-color: #6D534C;
}
</style>