Shades of Congo Brown #6F4944
Tints of Congo Brown #6F4944
RGB
CMYK
RGB Variations
Color information
#6F4944 (or 0x6F4944) is known color: Congo Brown. HEX triplet: 6F, 49 and 44. RGB value is (111,73,68). Sum of RGB (Red+Green+Blue) = 111+73+68=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4944 is #90B6BB. Grayscale: #535353. Windows color (decimal): -9483964 or 4475247. OLE color: 4475247.
HSL color Cylindrical-coordinate representation of color #6F4944: hue angle of 6.98º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F4944 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 68 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.56 |
| HSL | 6.98º | 0.24% | 0.35% | - |
| HSV(B) | 6.98º | 0.39% | 0.44% | - |
| XYZ | 9.98 | 8.56 | 6.6 | - |
| YUV | 83.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 68 | 0 | 0.34 | 0.39 | 0.56 | 6.98 | 0.24 | 0.35 |
| Hex | 6F | 49 | 44 | 0 | 22 | 27 | 38 | 7 | 18 | 23 |
| Octal | 157 | 111 | 104 | 0 | 42 | 47 | 70 | 7 | 30 | 43 |
| Binary | 1101111 | 1001001 | 1000100 | 0 | 100010 | 100111 | 111000 | 111 | 11000 | 100011 |
Color Harmonies of #6F4944
Complementary color
Monochromatic Colors of #6F4944
Black with #6F4944
Text Example
Text Example
White with #6F4944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4944; }
p { color: rgb(111,73,68); }
H1.HeaderClassName
{
color: #6F4944;
}
.AnyTagClassName
{
color: #6F4944;
}
</style>
background-color css
<style>
a { background-color: #6F4944; }
a { background-color: rgb(111,73,68); }
div.DivClassName
{
background-color: #6F4944;
}
.BgClassName
{
background-color: #6F4944;
}
</style>
border-color css
<style>
span { border-color: #6F4944; }
span { border-color: rgb(111,73,68); }
td.TdClassName
{
border-color: #6F4944;
}
.TagClassName
{
border-color: #6F4944;
}
</style>