Shades of Congo Brown #674E49
Tints of Congo Brown #674E49
RGB
CMYK
RGB Variations
Color information
#674E49 (or 0x674E49) is known color: Congo Brown. HEX triplet: 67, 4E and 49. RGB value is (103,78,73). Sum of RGB (Red+Green+Blue) = 103+78+73=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 103 - color contains mainly: red. Hex color #674E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E49 is #98B1B6. Grayscale: #545454. Windows color (decimal): -10006967 or 4804199. OLE color: 4804199.
HSL color Cylindrical-coordinate representation of color #674E49: hue angle of 10º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #674E49 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 73 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.60 |
| HSL | 10º | 0.17% | 0.35% | - |
| HSV(B) | 10º | 0.29% | 0.4% | - |
| XYZ | 9.52 | 8.81 | 7.5 | - |
| YUV | 84.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 73 | 0 | 0.24 | 0.29 | 0.60 | 10 | 0.17 | 0.35 |
| Hex | 67 | 4E | 49 | 0 | 18 | 1D | 3C | A | 11 | 23 |
| Octal | 147 | 116 | 111 | 0 | 30 | 35 | 74 | 12 | 21 | 43 |
| Binary | 1100111 | 1001110 | 1001001 | 0 | 11000 | 11101 | 111100 | 1010 | 10001 | 100011 |
Color Harmonies of #674E49
Complementary color
Monochromatic Colors of #674E49
Black with #674E49
Text Example
Text Example
White with #674E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E49; }
p { color: rgb(103,78,73); }
H1.HeaderClassName
{
color: #674E49;
}
.AnyTagClassName
{
color: #674E49;
}
</style>
background-color css
<style>
a { background-color: #674E49; }
a { background-color: rgb(103,78,73); }
div.DivClassName
{
background-color: #674E49;
}
.BgClassName
{
background-color: #674E49;
}
</style>
border-color css
<style>
span { border-color: #674E49; }
span { border-color: rgb(103,78,73); }
td.TdClassName
{
border-color: #674E49;
}
.TagClassName
{
border-color: #674E49;
}
</style>