Shades of Congo Brown #6F5048
Tints of Congo Brown #6F5048
RGB
CMYK
RGB Variations
Color information
#6F5048 (or 0x6F5048) is known color: Congo Brown. HEX triplet: 6F, 50 and 48. RGB value is (111,80,72). Sum of RGB (Red+Green+Blue) = 111+80+72=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5048 is #90AFB7. Grayscale: #585858. Windows color (decimal): -9482168 or 4739183. OLE color: 4739183.
HSL color Cylindrical-coordinate representation of color #6F5048: hue angle of 12.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F5048 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 72 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.56 |
| HSL | 12.31º | 0.21% | 0.36% | - |
| HSV(B) | 12.31º | 0.35% | 0.44% | - |
| XYZ | 10.59 | 9.58 | 7.42 | - |
| YUV | 88.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 72 | 0 | 0.28 | 0.35 | 0.56 | 12.31 | 0.21 | 0.36 |
| Hex | 6F | 50 | 48 | 0 | 1C | 23 | 38 | C | 15 | 24 |
| Octal | 157 | 120 | 110 | 0 | 34 | 43 | 70 | 14 | 25 | 44 |
| Binary | 1101111 | 1010000 | 1001000 | 0 | 11100 | 100011 | 111000 | 1100 | 10101 | 100100 |
Color Harmonies of #6F5048
Complementary color
Monochromatic Colors of #6F5048
Black with #6F5048
Text Example
Text Example
White with #6F5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5048; }
p { color: rgb(111,80,72); }
H1.HeaderClassName
{
color: #6F5048;
}
.AnyTagClassName
{
color: #6F5048;
}
</style>
background-color css
<style>
a { background-color: #6F5048; }
a { background-color: rgb(111,80,72); }
div.DivClassName
{
background-color: #6F5048;
}
.BgClassName
{
background-color: #6F5048;
}
</style>
border-color css
<style>
span { border-color: #6F5048; }
span { border-color: rgb(111,80,72); }
td.TdClassName
{
border-color: #6F5048;
}
.TagClassName
{
border-color: #6F5048;
}
</style>