Shades of Congo Brown #674E46
Tints of Congo Brown #674E46
RGB
CMYK
RGB Variations
Color information
#674E46 (or 0x674E46) is known color: Congo Brown. HEX triplet: 67, 4E and 46. RGB value is (103,78,70). Sum of RGB (Red+Green+Blue) = 103+78+70=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 103 - color contains mainly: red. Hex color #674E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E46 is #98B1B9. Grayscale: #545454. Windows color (decimal): -10006970 or 4607591. OLE color: 4607591.
HSL color Cylindrical-coordinate representation of color #674E46: hue angle of 14.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #674E46 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 70 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.60 |
| HSL | 14.55º | 0.19% | 0.34% | - |
| HSV(B) | 14.55º | 0.32% | 0.4% | - |
| XYZ | 9.42 | 8.77 | 6.99 | - |
| YUV | 84.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 70 | 0 | 0.24 | 0.32 | 0.60 | 14.55 | 0.19 | 0.34 |
| Hex | 67 | 4E | 46 | 0 | 18 | 20 | 3C | F | 13 | 22 |
| Octal | 147 | 116 | 106 | 0 | 30 | 40 | 74 | 17 | 23 | 42 |
| Binary | 1100111 | 1001110 | 1000110 | 0 | 11000 | 100000 | 111100 | 1111 | 10011 | 100010 |
Color Harmonies of #674E46
Complementary color
Monochromatic Colors of #674E46
Black with #674E46
Text Example
Text Example
White with #674E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E46; }
p { color: rgb(103,78,70); }
H1.HeaderClassName
{
color: #674E46;
}
.AnyTagClassName
{
color: #674E46;
}
</style>
background-color css
<style>
a { background-color: #674E46; }
a { background-color: rgb(103,78,70); }
div.DivClassName
{
background-color: #674E46;
}
.BgClassName
{
background-color: #674E46;
}
</style>
border-color css
<style>
span { border-color: #674E46; }
span { border-color: rgb(103,78,70); }
td.TdClassName
{
border-color: #674E46;
}
.TagClassName
{
border-color: #674E46;
}
</style>