Shades of Congo Brown #674B46
Tints of Congo Brown #674B46
RGB
CMYK
RGB Variations
Color information
#674B46 (or 0x674B46) is known color: Congo Brown. HEX triplet: 67, 4B and 46. RGB value is (103,75,70). Sum of RGB (Red+Green+Blue) = 103+75+70=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #674B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674B46 is #98B4B9. Grayscale: #525252. Windows color (decimal): -10007738 or 4606823. OLE color: 4606823.
HSL color Cylindrical-coordinate representation of color #674B46: hue angle of 9.09º 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 #674B46 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 70 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.60 |
| HSL | 9.09º | 0.19% | 0.34% | - |
| HSV(B) | 9.09º | 0.32% | 0.4% | - |
| XYZ | 9.22 | 8.36 | 6.92 | - |
| YUV | 82.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 70 | 0 | 0.27 | 0.32 | 0.60 | 9.09 | 0.19 | 0.34 |
| Hex | 67 | 4B | 46 | 0 | 1B | 20 | 3C | 9 | 13 | 22 |
| Octal | 147 | 113 | 106 | 0 | 33 | 40 | 74 | 11 | 23 | 42 |
| Binary | 1100111 | 1001011 | 1000110 | 0 | 11011 | 100000 | 111100 | 1001 | 10011 | 100010 |
Color Harmonies of #674B46
Complementary color
Monochromatic Colors of #674B46
Black with #674B46
Text Example
Text Example
White with #674B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B46; }
p { color: rgb(103,75,70); }
H1.HeaderClassName
{
color: #674B46;
}
.AnyTagClassName
{
color: #674B46;
}
</style>
background-color css
<style>
a { background-color: #674B46; }
a { background-color: rgb(103,75,70); }
div.DivClassName
{
background-color: #674B46;
}
.BgClassName
{
background-color: #674B46;
}
</style>
border-color css
<style>
span { border-color: #674B46; }
span { border-color: rgb(103,75,70); }
td.TdClassName
{
border-color: #674B46;
}
.TagClassName
{
border-color: #674B46;
}
</style>