Shades of Congo Brown #6D514A
Tints of Congo Brown #6D514A
RGB
CMYK
RGB Variations
Color information
#6D514A (or 0x6D514A) is known color: Congo Brown. HEX triplet: 6D, 51 and 4A. RGB value is (109,81,74). Sum of RGB (Red+Green+Blue) = 109+81+74=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D514A is #92AEB5. Grayscale: #585858. Windows color (decimal): -9612982 or 4870509. OLE color: 4870509.
HSL color Cylindrical-coordinate representation of color #6D514A: hue angle of 12º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D514A is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 74 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.57 |
| HSL | 12º | 0.19% | 0.36% | - |
| HSV(B) | 12º | 0.32% | 0.43% | - |
| XYZ | 10.49 | 9.63 | 7.78 | - |
| YUV | 88.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 74 | 0 | 0.26 | 0.32 | 0.57 | 12 | 0.19 | 0.36 |
| Hex | 6D | 51 | 4A | 0 | 1A | 20 | 39 | C | 13 | 24 |
| Octal | 155 | 121 | 112 | 0 | 32 | 40 | 71 | 14 | 23 | 44 |
| Binary | 1101101 | 1010001 | 1001010 | 0 | 11010 | 100000 | 111001 | 1100 | 10011 | 100100 |
Color Harmonies of #6D514A
Complementary color
Monochromatic Colors of #6D514A
Black with #6D514A
Text Example
Text Example
White with #6D514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D514A; }
p { color: rgb(109,81,74); }
H1.HeaderClassName
{
color: #6D514A;
}
.AnyTagClassName
{
color: #6D514A;
}
</style>
background-color css
<style>
a { background-color: #6D514A; }
a { background-color: rgb(109,81,74); }
div.DivClassName
{
background-color: #6D514A;
}
.BgClassName
{
background-color: #6D514A;
}
</style>
border-color css
<style>
span { border-color: #6D514A; }
span { border-color: rgb(109,81,74); }
td.TdClassName
{
border-color: #6D514A;
}
.TagClassName
{
border-color: #6D514A;
}
</style>