Shades of Congo Brown #674A46
Tints of Congo Brown #674A46
RGB
CMYK
RGB Variations
Color information
#674A46 (or 0x674A46) is known color: Congo Brown. HEX triplet: 67, 4A and 46. RGB value is (103,74,70). Sum of RGB (Red+Green+Blue) = 103+74+70=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #674A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674A46 is #98B5B9. Grayscale: #525252. Windows color (decimal): -10007994 or 4606567. OLE color: 4606567.
HSL color Cylindrical-coordinate representation of color #674A46: hue angle of 7.27º 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 #674A46 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 70 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.60 |
| HSL | 7.27º | 0.19% | 0.34% | - |
| HSV(B) | 7.27º | 0.32% | 0.4% | - |
| XYZ | 9.15 | 8.22 | 6.9 | - |
| YUV | 82.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 70 | 0 | 0.28 | 0.32 | 0.60 | 7.27 | 0.19 | 0.34 |
| Hex | 67 | 4A | 46 | 0 | 1C | 20 | 3C | 7 | 13 | 22 |
| Octal | 147 | 112 | 106 | 0 | 34 | 40 | 74 | 7 | 23 | 42 |
| Binary | 1100111 | 1001010 | 1000110 | 0 | 11100 | 100000 | 111100 | 111 | 10011 | 100010 |
Color Harmonies of #674A46
Complementary color
Monochromatic Colors of #674A46
Black with #674A46
Text Example
Text Example
White with #674A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A46; }
p { color: rgb(103,74,70); }
H1.HeaderClassName
{
color: #674A46;
}
.AnyTagClassName
{
color: #674A46;
}
</style>
background-color css
<style>
a { background-color: #674A46; }
a { background-color: rgb(103,74,70); }
div.DivClassName
{
background-color: #674A46;
}
.BgClassName
{
background-color: #674A46;
}
</style>
border-color css
<style>
span { border-color: #674A46; }
span { border-color: rgb(103,74,70); }
td.TdClassName
{
border-color: #674A46;
}
.TagClassName
{
border-color: #674A46;
}
</style>