Shades of Congo Brown #6B524D
Tints of Congo Brown #6B524D
RGB
CMYK
RGB Variations
Color information
#6B524D (or 0x6B524D) is known color: Congo Brown. HEX triplet: 6B, 52 and 4D. RGB value is (107,82,77). Sum of RGB (Red+Green+Blue) = 107+82+77=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 107 - color contains mainly: red. Hex color #6B524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B524D is #94ADB2. Grayscale: #585858. Windows color (decimal): -9743795 or 5067371. OLE color: 5067371.
HSL color Cylindrical-coordinate representation of color #6B524D: hue angle of 10º 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 #6B524D is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 77 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.58 |
| HSL | 10º | 0.16% | 0.36% | - |
| HSV(B) | 10º | 0.28% | 0.42% | - |
| XYZ | 10.42 | 9.7 | 8.34 | - |
| YUV | 88.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 77 | 0 | 0.23 | 0.28 | 0.58 | 10 | 0.16 | 0.36 |
| Hex | 6B | 52 | 4D | 0 | 17 | 1C | 3A | A | 10 | 24 |
| Octal | 153 | 122 | 115 | 0 | 27 | 34 | 72 | 12 | 20 | 44 |
| Binary | 1101011 | 1010010 | 1001101 | 0 | 10111 | 11100 | 111010 | 1010 | 10000 | 100100 |
Color Harmonies of #6B524D
Complementary color
Monochromatic Colors of #6B524D
Black with #6B524D
Text Example
Text Example
White with #6B524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B524D; }
p { color: rgb(107,82,77); }
H1.HeaderClassName
{
color: #6B524D;
}
.AnyTagClassName
{
color: #6B524D;
}
</style>
background-color css
<style>
a { background-color: #6B524D; }
a { background-color: rgb(107,82,77); }
div.DivClassName
{
background-color: #6B524D;
}
.BgClassName
{
background-color: #6B524D;
}
</style>
border-color css
<style>
span { border-color: #6B524D; }
span { border-color: rgb(107,82,77); }
td.TdClassName
{
border-color: #6B524D;
}
.TagClassName
{
border-color: #6B524D;
}
</style>