Shades of Congo Brown #674F4C
Tints of Congo Brown #674F4C
RGB
CMYK
RGB Variations
Color information
#674F4C (or 0x674F4C) is known color: Congo Brown. HEX triplet: 67, 4F and 4C. RGB value is (103,79,76). Sum of RGB (Red+Green+Blue) = 103+79+76=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #674F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F4C is #98B0B3. Grayscale: #555555. Windows color (decimal): -10006708 or 5001063. OLE color: 5001063.
HSL color Cylindrical-coordinate representation of color #674F4C: hue angle of 6.67º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #674F4C is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 79 | 76 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.60 |
| HSL | 6.67º | 0.15% | 0.35% | - |
| HSV(B) | 6.67º | 0.26% | 0.4% | - |
| XYZ | 9.69 | 9 | 8.06 | - |
| YUV | 85.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 76 | 0 | 0.23 | 0.26 | 0.60 | 6.67 | 0.15 | 0.35 |
| Hex | 67 | 4F | 4C | 0 | 17 | 1A | 3C | 7 | F | 23 |
| Octal | 147 | 117 | 114 | 0 | 27 | 32 | 74 | 7 | 17 | 43 |
| Binary | 1100111 | 1001111 | 1001100 | 0 | 10111 | 11010 | 111100 | 111 | 1111 | 100011 |
Color Harmonies of #674F4C
Complementary color
Monochromatic Colors of #674F4C
Black with #674F4C
Text Example
Text Example
White with #674F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F4C; }
p { color: rgb(103,79,76); }
H1.HeaderClassName
{
color: #674F4C;
}
.AnyTagClassName
{
color: #674F4C;
}
</style>
background-color css
<style>
a { background-color: #674F4C; }
a { background-color: rgb(103,79,76); }
div.DivClassName
{
background-color: #674F4C;
}
.BgClassName
{
background-color: #674F4C;
}
</style>
border-color css
<style>
span { border-color: #674F4C; }
span { border-color: rgb(103,79,76); }
td.TdClassName
{
border-color: #674F4C;
}
.TagClassName
{
border-color: #674F4C;
}
</style>