Shades of Congo Brown #674E4A
Tints of Congo Brown #674E4A
RGB
CMYK
RGB Variations
Color information
#674E4A (or 0x674E4A) is known color: Congo Brown. HEX triplet: 67, 4E and 4A. RGB value is (103,78,74). Sum of RGB (Red+Green+Blue) = 103+78+74=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 103 - color contains mainly: red. Hex color #674E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E4A is #98B1B5. Grayscale: #555555. Windows color (decimal): -10006966 or 4869735. OLE color: 4869735.
HSL color Cylindrical-coordinate representation of color #674E4A: hue angle of 8.28º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #674E4A is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 74 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.60 |
| HSL | 8.28º | 0.16% | 0.35% | - |
| HSV(B) | 8.28º | 0.28% | 0.4% | - |
| XYZ | 9.55 | 8.83 | 7.68 | - |
| YUV | 85.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 74 | 0 | 0.24 | 0.28 | 0.60 | 8.28 | 0.16 | 0.35 |
| Hex | 67 | 4E | 4A | 0 | 18 | 1C | 3C | 8 | 10 | 23 |
| Octal | 147 | 116 | 112 | 0 | 30 | 34 | 74 | 10 | 20 | 43 |
| Binary | 1100111 | 1001110 | 1001010 | 0 | 11000 | 11100 | 111100 | 1000 | 10000 | 100011 |
Color Harmonies of #674E4A
Complementary color
Monochromatic Colors of #674E4A
Black with #674E4A
Text Example
Text Example
White with #674E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E4A; }
p { color: rgb(103,78,74); }
H1.HeaderClassName
{
color: #674E4A;
}
.AnyTagClassName
{
color: #674E4A;
}
</style>
background-color css
<style>
a { background-color: #674E4A; }
a { background-color: rgb(103,78,74); }
div.DivClassName
{
background-color: #674E4A;
}
.BgClassName
{
background-color: #674E4A;
}
</style>
border-color css
<style>
span { border-color: #674E4A; }
span { border-color: rgb(103,78,74); }
td.TdClassName
{
border-color: #674E4A;
}
.TagClassName
{
border-color: #674E4A;
}
</style>