Shades of Congo Brown #6A4646
Tints of Congo Brown #6A4646
RGB
CMYK
RGB Variations
Color information
#6A4646 (or 0x6A4646) is known color: Congo Brown. HEX triplet: 6A, 46 and 46. RGB value is (106,70,70). Sum of RGB (Red+Green+Blue) = 106+70+70=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4646 is #95B9B9. Grayscale: #505050. Windows color (decimal): -9812410 or 4605546. OLE color: 4605546.
HSL color Cylindrical-coordinate representation of color #6A4646: hue angle of 0º 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 #6A4646 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 70 | 70 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.58 |
| HSL | 0º | 0.2% | 0.35% | - |
| HSV(B) | 0º | 0.34% | 0.42% | - |
| XYZ | 9.24 | 7.89 | 6.83 | - |
| YUV | 80.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 70 | 70 | 0 | 0.34 | 0.34 | 0.58 | 0 | 0.2 | 0.35 |
| Hex | 6A | 46 | 46 | 0 | 22 | 22 | 3A | 0 | 14 | 23 |
| Octal | 152 | 106 | 106 | 0 | 42 | 42 | 72 | 0 | 24 | 43 |
| Binary | 1101010 | 1000110 | 1000110 | 0 | 100010 | 100010 | 111010 | 0 | 10100 | 100011 |
Color Harmonies of #6A4646
Complementary color
Monochromatic Colors of #6A4646
Black with #6A4646
Text Example
Text Example
White with #6A4646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4646; }
p { color: rgb(106,70,70); }
H1.HeaderClassName
{
color: #6A4646;
}
.AnyTagClassName
{
color: #6A4646;
}
</style>
background-color css
<style>
a { background-color: #6A4646; }
a { background-color: rgb(106,70,70); }
div.DivClassName
{
background-color: #6A4646;
}
.BgClassName
{
background-color: #6A4646;
}
</style>
border-color css
<style>
span { border-color: #6A4646; }
span { border-color: rgb(106,70,70); }
td.TdClassName
{
border-color: #6A4646;
}
.TagClassName
{
border-color: #6A4646;
}
</style>