Shades of Congo Brown #674E4B
Tints of Congo Brown #674E4B
RGB
CMYK
RGB Variations
Color information
#674E4B (or 0x674E4B) is known color: Congo Brown. HEX triplet: 67, 4E and 4B. RGB value is (103,78,75). Sum of RGB (Red+Green+Blue) = 103+78+75=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #674E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E4B is #98B1B4. Grayscale: #555555. Windows color (decimal): -10006965 or 4935271. OLE color: 4935271.
HSL color Cylindrical-coordinate representation of color #674E4B: hue angle of 6.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #674E4B is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 75 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.60 |
| HSL | 6.43º | 0.16% | 0.35% | - |
| HSV(B) | 6.43º | 0.27% | 0.4% | - |
| XYZ | 9.59 | 8.84 | 7.86 | - |
| YUV | 85.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 75 | 0 | 0.24 | 0.27 | 0.60 | 6.43 | 0.16 | 0.35 |
| Hex | 67 | 4E | 4B | 0 | 18 | 1B | 3C | 6 | 10 | 23 |
| Octal | 147 | 116 | 113 | 0 | 30 | 33 | 74 | 6 | 20 | 43 |
| Binary | 1100111 | 1001110 | 1001011 | 0 | 11000 | 11011 | 111100 | 110 | 10000 | 100011 |
Color Harmonies of #674E4B
Complementary color
Monochromatic Colors of #674E4B
Black with #674E4B
Text Example
Text Example
White with #674E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E4B; }
p { color: rgb(103,78,75); }
H1.HeaderClassName
{
color: #674E4B;
}
.AnyTagClassName
{
color: #674E4B;
}
</style>
background-color css
<style>
a { background-color: #674E4B; }
a { background-color: rgb(103,78,75); }
div.DivClassName
{
background-color: #674E4B;
}
.BgClassName
{
background-color: #674E4B;
}
</style>
border-color css
<style>
span { border-color: #674E4B; }
span { border-color: rgb(103,78,75); }
td.TdClassName
{
border-color: #674E4B;
}
.TagClassName
{
border-color: #674E4B;
}
</style>