Shades of Congo Brown #6F4A45
Tints of Congo Brown #6F4A45
RGB
CMYK
RGB Variations
Color information
#6F4A45 (or 0x6F4A45) is known color: Congo Brown. HEX triplet: 6F, 4A and 45. RGB value is (111,74,69). Sum of RGB (Red+Green+Blue) = 111+74+69=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4A45 is #90B5BA. Grayscale: #545454. Windows color (decimal): -9483707 or 4541039. OLE color: 4541039.
HSL color Cylindrical-coordinate representation of color #6F4A45: hue angle of 7.14º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F4A45 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 74 | 69 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.56 |
| HSL | 7.14º | 0.23% | 0.35% | - |
| HSV(B) | 7.14º | 0.38% | 0.44% | - |
| XYZ | 10.08 | 8.71 | 6.78 | - |
| YUV | 84.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 69 | 0 | 0.33 | 0.38 | 0.56 | 7.14 | 0.23 | 0.35 |
| Hex | 6F | 4A | 45 | 0 | 21 | 26 | 38 | 7 | 17 | 23 |
| Octal | 157 | 112 | 105 | 0 | 41 | 46 | 70 | 7 | 27 | 43 |
| Binary | 1101111 | 1001010 | 1000101 | 0 | 100001 | 100110 | 111000 | 111 | 10111 | 100011 |
Color Harmonies of #6F4A45
Complementary color
Monochromatic Colors of #6F4A45
Black with #6F4A45
Text Example
Text Example
White with #6F4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4A45; }
p { color: rgb(111,74,69); }
H1.HeaderClassName
{
color: #6F4A45;
}
.AnyTagClassName
{
color: #6F4A45;
}
</style>
background-color css
<style>
a { background-color: #6F4A45; }
a { background-color: rgb(111,74,69); }
div.DivClassName
{
background-color: #6F4A45;
}
.BgClassName
{
background-color: #6F4A45;
}
</style>
border-color css
<style>
span { border-color: #6F4A45; }
span { border-color: rgb(111,74,69); }
td.TdClassName
{
border-color: #6F4A45;
}
.TagClassName
{
border-color: #6F4A45;
}
</style>