Shades of Congo Brown #674C45
Tints of Congo Brown #674C45
RGB
CMYK
RGB Variations
Color information
#674C45 (or 0x674C45) is known color: Congo Brown. HEX triplet: 67, 4C and 45. RGB value is (103,76,69). Sum of RGB (Red+Green+Blue) = 103+76+69=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #674C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674C45 is #98B3BA. Grayscale: #535353. Windows color (decimal): -10007483 or 4541543. OLE color: 4541543.
HSL color Cylindrical-coordinate representation of color #674C45: hue angle of 12.35º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #674C45 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 69 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.60 |
| HSL | 12.35º | 0.2% | 0.34% | - |
| HSV(B) | 12.35º | 0.33% | 0.4% | - |
| XYZ | 9.25 | 8.48 | 6.78 | - |
| YUV | 83.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 69 | 0 | 0.26 | 0.33 | 0.60 | 12.35 | 0.2 | 0.34 |
| Hex | 67 | 4C | 45 | 0 | 1A | 21 | 3C | C | 14 | 22 |
| Octal | 147 | 114 | 105 | 0 | 32 | 41 | 74 | 14 | 24 | 42 |
| Binary | 1100111 | 1001100 | 1000101 | 0 | 11010 | 100001 | 111100 | 1100 | 10100 | 100010 |
Color Harmonies of #674C45
Complementary color
Monochromatic Colors of #674C45
Black with #674C45
Text Example
Text Example
White with #674C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C45; }
p { color: rgb(103,76,69); }
H1.HeaderClassName
{
color: #674C45;
}
.AnyTagClassName
{
color: #674C45;
}
</style>
background-color css
<style>
a { background-color: #674C45; }
a { background-color: rgb(103,76,69); }
div.DivClassName
{
background-color: #674C45;
}
.BgClassName
{
background-color: #674C45;
}
</style>
border-color css
<style>
span { border-color: #674C45; }
span { border-color: rgb(103,76,69); }
td.TdClassName
{
border-color: #674C45;
}
.TagClassName
{
border-color: #674C45;
}
</style>