Shades of Congo Brown #674C46
Tints of Congo Brown #674C46
RGB
CMYK
RGB Variations
Color information
#674C46 (or 0x674C46) is known color: Congo Brown. HEX triplet: 67, 4C and 46. RGB value is (103,76,70). Sum of RGB (Red+Green+Blue) = 103+76+70=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 103 - color contains mainly: red. Hex color #674C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674C46 is #98B3B9. Grayscale: #535353. Windows color (decimal): -10007482 or 4607079. OLE color: 4607079.
HSL color Cylindrical-coordinate representation of color #674C46: hue angle of 10.91º 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 #674C46 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 70 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.60 |
| HSL | 10.91º | 0.19% | 0.34% | - |
| HSV(B) | 10.91º | 0.32% | 0.4% | - |
| XYZ | 9.28 | 8.49 | 6.94 | - |
| YUV | 83.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 70 | 0 | 0.26 | 0.32 | 0.60 | 10.91 | 0.19 | 0.34 |
| Hex | 67 | 4C | 46 | 0 | 1A | 20 | 3C | B | 13 | 22 |
| Octal | 147 | 114 | 106 | 0 | 32 | 40 | 74 | 13 | 23 | 42 |
| Binary | 1100111 | 1001100 | 1000110 | 0 | 11010 | 100000 | 111100 | 1011 | 10011 | 100010 |
Color Harmonies of #674C46
Complementary color
Monochromatic Colors of #674C46
Black with #674C46
Text Example
Text Example
White with #674C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C46; }
p { color: rgb(103,76,70); }
H1.HeaderClassName
{
color: #674C46;
}
.AnyTagClassName
{
color: #674C46;
}
</style>
background-color css
<style>
a { background-color: #674C46; }
a { background-color: rgb(103,76,70); }
div.DivClassName
{
background-color: #674C46;
}
.BgClassName
{
background-color: #674C46;
}
</style>
border-color css
<style>
span { border-color: #674C46; }
span { border-color: rgb(103,76,70); }
td.TdClassName
{
border-color: #674C46;
}
.TagClassName
{
border-color: #674C46;
}
</style>