Shades of Congo Brown #6B534D
Tints of Congo Brown #6B534D
RGB
CMYK
RGB Variations
Color information
#6B534D (or 0x6B534D) is known color: Congo Brown. HEX triplet: 6B, 53 and 4D. RGB value is (107,83,77). Sum of RGB (Red+Green+Blue) = 107+83+77=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 107 - color contains mainly: red. Hex color #6B534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B534D is #94ACB2. Grayscale: #595959. Windows color (decimal): -9743539 or 5067627. OLE color: 5067627.
HSL color Cylindrical-coordinate representation of color #6B534D: hue angle of 12º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B534D is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 77 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.58 |
| HSL | 12º | 0.16% | 0.36% | - |
| HSV(B) | 12º | 0.28% | 0.42% | - |
| XYZ | 10.5 | 9.85 | 8.37 | - |
| YUV | 89.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 77 | 0 | 0.22 | 0.28 | 0.58 | 12 | 0.16 | 0.36 |
| Hex | 6B | 53 | 4D | 0 | 16 | 1C | 3A | C | 10 | 24 |
| Octal | 153 | 123 | 115 | 0 | 26 | 34 | 72 | 14 | 20 | 44 |
| Binary | 1101011 | 1010011 | 1001101 | 0 | 10110 | 11100 | 111010 | 1100 | 10000 | 100100 |
Color Harmonies of #6B534D
Complementary color
Monochromatic Colors of #6B534D
Black with #6B534D
Text Example
Text Example
White with #6B534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B534D; }
p { color: rgb(107,83,77); }
H1.HeaderClassName
{
color: #6B534D;
}
.AnyTagClassName
{
color: #6B534D;
}
</style>
background-color css
<style>
a { background-color: #6B534D; }
a { background-color: rgb(107,83,77); }
div.DivClassName
{
background-color: #6B534D;
}
.BgClassName
{
background-color: #6B534D;
}
</style>
border-color css
<style>
span { border-color: #6B534D; }
span { border-color: rgb(107,83,77); }
td.TdClassName
{
border-color: #6B534D;
}
.TagClassName
{
border-color: #6B534D;
}
</style>