Shades of Congo Brown #6B5650
Tints of Congo Brown #6B5650
RGB
CMYK
RGB Variations
Color information
#6B5650 (or 0x6B5650) is known color: Congo Brown. HEX triplet: 6B, 56 and 50. RGB value is (107,86,80). Sum of RGB (Red+Green+Blue) = 107+86+80=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5650 is #94A9AF. Grayscale: #5B5B5B. Windows color (decimal): -9742768 or 5265003. OLE color: 5265003.
HSL color Cylindrical-coordinate representation of color #6B5650: hue angle of 13.33º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B5650 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 80 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.58 |
| HSL | 13.33º | 0.14% | 0.37% | - |
| HSV(B) | 13.33º | 0.25% | 0.42% | - |
| XYZ | 10.84 | 10.36 | 9.02 | - |
| YUV | 91.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 80 | 0 | 0.20 | 0.25 | 0.58 | 13.33 | 0.14 | 0.37 |
| Hex | 6B | 56 | 50 | 0 | 14 | 19 | 3A | D | E | 25 |
| Octal | 153 | 126 | 120 | 0 | 24 | 31 | 72 | 15 | 16 | 45 |
| Binary | 1101011 | 1010110 | 1010000 | 0 | 10100 | 11001 | 111010 | 1101 | 1110 | 100101 |
Color Harmonies of #6B5650
Complementary color
Monochromatic Colors of #6B5650
Black with #6B5650
Text Example
Text Example
White with #6B5650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5650; }
p { color: rgb(107,86,80); }
H1.HeaderClassName
{
color: #6B5650;
}
.AnyTagClassName
{
color: #6B5650;
}
</style>
background-color css
<style>
a { background-color: #6B5650; }
a { background-color: rgb(107,86,80); }
div.DivClassName
{
background-color: #6B5650;
}
.BgClassName
{
background-color: #6B5650;
}
</style>
border-color css
<style>
span { border-color: #6B5650; }
span { border-color: rgb(107,86,80); }
td.TdClassName
{
border-color: #6B5650;
}
.TagClassName
{
border-color: #6B5650;
}
</style>