Shades of Congo Brown #6F504A
Tints of Congo Brown #6F504A
RGB
CMYK
RGB Variations
Color information
#6F504A (or 0x6F504A) is known color: Congo Brown. HEX triplet: 6F, 50 and 4A. RGB value is (111,80,74). Sum of RGB (Red+Green+Blue) = 111+80+74=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F504A is #90AFB5. Grayscale: #585858. Windows color (decimal): -9482166 or 4870255. OLE color: 4870255.
HSL color Cylindrical-coordinate representation of color #6F504A: hue angle of 9.73º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F504A is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 74 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.56 |
| HSL | 9.73º | 0.2% | 0.36% | - |
| HSV(B) | 9.73º | 0.33% | 0.44% | - |
| XYZ | 10.66 | 9.61 | 7.77 | - |
| YUV | 88.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 74 | 0 | 0.28 | 0.33 | 0.56 | 9.73 | 0.2 | 0.36 |
| Hex | 6F | 50 | 4A | 0 | 1C | 21 | 38 | A | 14 | 24 |
| Octal | 157 | 120 | 112 | 0 | 34 | 41 | 70 | 12 | 24 | 44 |
| Binary | 1101111 | 1010000 | 1001010 | 0 | 11100 | 100001 | 111000 | 1010 | 10100 | 100100 |
Color Harmonies of #6F504A
Complementary color
Monochromatic Colors of #6F504A
Black with #6F504A
Text Example
Text Example
White with #6F504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F504A; }
p { color: rgb(111,80,74); }
H1.HeaderClassName
{
color: #6F504A;
}
.AnyTagClassName
{
color: #6F504A;
}
</style>
background-color css
<style>
a { background-color: #6F504A; }
a { background-color: rgb(111,80,74); }
div.DivClassName
{
background-color: #6F504A;
}
.BgClassName
{
background-color: #6F504A;
}
</style>
border-color css
<style>
span { border-color: #6F504A; }
span { border-color: rgb(111,80,74); }
td.TdClassName
{
border-color: #6F504A;
}
.TagClassName
{
border-color: #6F504A;
}
</style>