Shades of Congo Brown #6B473E
Tints of Congo Brown #6B473E
RGB
CMYK
RGB Variations
Color information
#6B473E (or 0x6B473E) is known color: Congo Brown. HEX triplet: 6B, 47 and 3E. RGB value is (107,71,62). Sum of RGB (Red+Green+Blue) = 107+71+62=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B473E is #94B8C1. Grayscale: #505050. Windows color (decimal): -9746626 or 4081515. OLE color: 4081515.
HSL color Cylindrical-coordinate representation of color #6B473E: hue angle of 12º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B473E is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 71 | 62 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.58 |
| HSL | 12º | 0.27% | 0.33% | - |
| HSV(B) | 12º | 0.42% | 0.42% | - |
| XYZ | 9.19 | 7.98 | 5.61 | - |
| YUV | 80.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 71 | 62 | 0 | 0.34 | 0.42 | 0.58 | 12 | 0.27 | 0.33 |
| Hex | 6B | 47 | 3E | 0 | 22 | 2A | 3A | C | 1B | 21 |
| Octal | 153 | 107 | 76 | 0 | 42 | 52 | 72 | 14 | 33 | 41 |
| Binary | 1101011 | 1000111 | 111110 | 0 | 100010 | 101010 | 111010 | 1100 | 11011 | 100001 |
Color Harmonies of #6B473E
Complementary color
Monochromatic Colors of #6B473E
Black with #6B473E
Text Example
Text Example
White with #6B473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B473E; }
p { color: rgb(107,71,62); }
H1.HeaderClassName
{
color: #6B473E;
}
.AnyTagClassName
{
color: #6B473E;
}
</style>
background-color css
<style>
a { background-color: #6B473E; }
a { background-color: rgb(107,71,62); }
div.DivClassName
{
background-color: #6B473E;
}
.BgClassName
{
background-color: #6B473E;
}
</style>
border-color css
<style>
span { border-color: #6B473E; }
span { border-color: rgb(107,71,62); }
td.TdClassName
{
border-color: #6B473E;
}
.TagClassName
{
border-color: #6B473E;
}
</style>