Shades of Congo Brown #6A4F48
Tints of Congo Brown #6A4F48
RGB
CMYK
RGB Variations
Color information
#6A4F48 (or 0x6A4F48) is known color: Congo Brown. HEX triplet: 6A, 4F and 48. RGB value is (106,79,72). Sum of RGB (Red+Green+Blue) = 106+79+72=257 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.25% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4F48 is #95B0B7. Grayscale: #565656. Windows color (decimal): -9810104 or 4738922. OLE color: 4738922.
HSL color Cylindrical-coordinate representation of color #6A4F48: hue angle of 12.35º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A4F48 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 79 | 72 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.58 |
| HSL | 12.35º | 0.19% | 0.35% | - |
| HSV(B) | 12.35º | 0.32% | 0.42% | - |
| XYZ | 9.91 | 9.12 | 7.37 | - |
| YUV | 86.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 79 | 72 | 0 | 0.25 | 0.32 | 0.58 | 12.35 | 0.19 | 0.35 |
| Hex | 6A | 4F | 48 | 0 | 19 | 20 | 3A | C | 13 | 23 |
| Octal | 152 | 117 | 110 | 0 | 31 | 40 | 72 | 14 | 23 | 43 |
| Binary | 1101010 | 1001111 | 1001000 | 0 | 11001 | 100000 | 111010 | 1100 | 10011 | 100011 |
Color Harmonies of #6A4F48
Complementary color
Monochromatic Colors of #6A4F48
Black with #6A4F48
Text Example
Text Example
White with #6A4F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4F48; }
p { color: rgb(106,79,72); }
H1.HeaderClassName
{
color: #6A4F48;
}
.AnyTagClassName
{
color: #6A4F48;
}
</style>
background-color css
<style>
a { background-color: #6A4F48; }
a { background-color: rgb(106,79,72); }
div.DivClassName
{
background-color: #6A4F48;
}
.BgClassName
{
background-color: #6A4F48;
}
</style>
border-color css
<style>
span { border-color: #6A4F48; }
span { border-color: rgb(106,79,72); }
td.TdClassName
{
border-color: #6A4F48;
}
.TagClassName
{
border-color: #6A4F48;
}
</style>