Shades of Congo Brown #6B4A47
Tints of Congo Brown #6B4A47
RGB
CMYK
RGB Variations
Color information
#6B4A47 (or 0x6B4A47) is known color: Congo Brown. HEX triplet: 6B, 4A and 47. RGB value is (107,74,71). Sum of RGB (Red+Green+Blue) = 107+74+71=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4A47 is #94B5B8. Grayscale: #535353. Windows color (decimal): -9745849 or 4672107. OLE color: 4672107.
HSL color Cylindrical-coordinate representation of color #6B4A47: hue angle of 5º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B4A47 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 74 | 71 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.58 |
| HSL | 5º | 0.2% | 0.35% | - |
| HSV(B) | 5º | 0.34% | 0.42% | - |
| XYZ | 9.65 | 8.48 | 7.09 | - |
| YUV | 83.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 71 | 0 | 0.31 | 0.34 | 0.58 | 5 | 0.2 | 0.35 |
| Hex | 6B | 4A | 47 | 0 | 1F | 22 | 3A | 5 | 14 | 23 |
| Octal | 153 | 112 | 107 | 0 | 37 | 42 | 72 | 5 | 24 | 43 |
| Binary | 1101011 | 1001010 | 1000111 | 0 | 11111 | 100010 | 111010 | 101 | 10100 | 100011 |
Color Harmonies of #6B4A47
Complementary color
Monochromatic Colors of #6B4A47
Black with #6B4A47
Text Example
Text Example
White with #6B4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4A47; }
p { color: rgb(107,74,71); }
H1.HeaderClassName
{
color: #6B4A47;
}
.AnyTagClassName
{
color: #6B4A47;
}
</style>
background-color css
<style>
a { background-color: #6B4A47; }
a { background-color: rgb(107,74,71); }
div.DivClassName
{
background-color: #6B4A47;
}
.BgClassName
{
background-color: #6B4A47;
}
</style>
border-color css
<style>
span { border-color: #6B4A47; }
span { border-color: rgb(107,74,71); }
td.TdClassName
{
border-color: #6B4A47;
}
.TagClassName
{
border-color: #6B4A47;
}
</style>