Shades of Congo Brown #6B514D
Tints of Congo Brown #6B514D
RGB
CMYK
RGB Variations
Color information
#6B514D (or 0x6B514D) is known color: Congo Brown. HEX triplet: 6B, 51 and 4D. RGB value is (107,81,77). Sum of RGB (Red+Green+Blue) = 107+81+77=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B514D is #94AEB2. Grayscale: #585858. Windows color (decimal): -9744051 or 5067115. OLE color: 5067115.
HSL color Cylindrical-coordinate representation of color #6B514D: hue angle of 8º 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 #6B514D is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 77 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.58 |
| HSL | 8º | 0.16% | 0.36% | - |
| HSV(B) | 8º | 0.28% | 0.42% | - |
| XYZ | 10.35 | 9.55 | 8.32 | - |
| YUV | 88.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 77 | 0 | 0.24 | 0.28 | 0.58 | 8 | 0.16 | 0.36 |
| Hex | 6B | 51 | 4D | 0 | 18 | 1C | 3A | 8 | 10 | 24 |
| Octal | 153 | 121 | 115 | 0 | 30 | 34 | 72 | 10 | 20 | 44 |
| Binary | 1101011 | 1010001 | 1001101 | 0 | 11000 | 11100 | 111010 | 1000 | 10000 | 100100 |
Color Harmonies of #6B514D
Complementary color
Monochromatic Colors of #6B514D
Black with #6B514D
Text Example
Text Example
White with #6B514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B514D; }
p { color: rgb(107,81,77); }
H1.HeaderClassName
{
color: #6B514D;
}
.AnyTagClassName
{
color: #6B514D;
}
</style>
background-color css
<style>
a { background-color: #6B514D; }
a { background-color: rgb(107,81,77); }
div.DivClassName
{
background-color: #6B514D;
}
.BgClassName
{
background-color: #6B514D;
}
</style>
border-color css
<style>
span { border-color: #6B514D; }
span { border-color: rgb(107,81,77); }
td.TdClassName
{
border-color: #6B514D;
}
.TagClassName
{
border-color: #6B514D;
}
</style>