Shades of Congo Brown #6D524B
Tints of Congo Brown #6D524B
RGB
CMYK
RGB Variations
Color information
#6D524B (or 0x6D524B) is known color: Congo Brown. HEX triplet: 6D, 52 and 4B. RGB value is (109,82,75). Sum of RGB (Red+Green+Blue) = 109+82+75=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D524B is #92ADB4. Grayscale: #595959. Windows color (decimal): -9612725 or 4936301. OLE color: 4936301.
HSL color Cylindrical-coordinate representation of color #6D524B: hue angle of 12.35º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D524B is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 82 | 75 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.57 |
| HSL | 12.35º | 0.18% | 0.36% | - |
| HSV(B) | 12.35º | 0.31% | 0.43% | - |
| XYZ | 10.59 | 9.79 | 7.99 | - |
| YUV | 89.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 75 | 0 | 0.25 | 0.31 | 0.57 | 12.35 | 0.18 | 0.36 |
| Hex | 6D | 52 | 4B | 0 | 19 | 1F | 39 | C | 12 | 24 |
| Octal | 155 | 122 | 113 | 0 | 31 | 37 | 71 | 14 | 22 | 44 |
| Binary | 1101101 | 1010010 | 1001011 | 0 | 11001 | 11111 | 111001 | 1100 | 10010 | 100100 |
Color Harmonies of #6D524B
Complementary color
Monochromatic Colors of #6D524B
Black with #6D524B
Text Example
Text Example
White with #6D524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D524B; }
p { color: rgb(109,82,75); }
H1.HeaderClassName
{
color: #6D524B;
}
.AnyTagClassName
{
color: #6D524B;
}
</style>
background-color css
<style>
a { background-color: #6D524B; }
a { background-color: rgb(109,82,75); }
div.DivClassName
{
background-color: #6D524B;
}
.BgClassName
{
background-color: #6D524B;
}
</style>
border-color css
<style>
span { border-color: #6D524B; }
span { border-color: rgb(109,82,75); }
td.TdClassName
{
border-color: #6D524B;
}
.TagClassName
{
border-color: #6D524B;
}
</style>