Shades of Congo Brown #674A43
Tints of Congo Brown #674A43
RGB
CMYK
RGB Variations
Color information
#674A43 (or 0x674A43) is known color: Congo Brown. HEX triplet: 67, 4A and 43. RGB value is (103,74,67). Sum of RGB (Red+Green+Blue) = 103+74+67=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 103 - color contains mainly: red. Hex color #674A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674A43 is #98B5BC. Grayscale: #515151. Windows color (decimal): -10007997 or 4409959. OLE color: 4409959.
HSL color Cylindrical-coordinate representation of color #674A43: hue angle of 11.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #674A43 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 67 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.60 |
| HSL | 11.67º | 0.21% | 0.33% | - |
| HSV(B) | 11.67º | 0.35% | 0.4% | - |
| XYZ | 9.06 | 8.19 | 6.41 | - |
| YUV | 81.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 67 | 0 | 0.28 | 0.35 | 0.60 | 11.67 | 0.21 | 0.33 |
| Hex | 67 | 4A | 43 | 0 | 1C | 23 | 3C | C | 15 | 21 |
| Octal | 147 | 112 | 103 | 0 | 34 | 43 | 74 | 14 | 25 | 41 |
| Binary | 1100111 | 1001010 | 1000011 | 0 | 11100 | 100011 | 111100 | 1100 | 10101 | 100001 |
Color Harmonies of #674A43
Complementary color
Monochromatic Colors of #674A43
Black with #674A43
Text Example
Text Example
White with #674A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A43; }
p { color: rgb(103,74,67); }
H1.HeaderClassName
{
color: #674A43;
}
.AnyTagClassName
{
color: #674A43;
}
</style>
background-color css
<style>
a { background-color: #674A43; }
a { background-color: rgb(103,74,67); }
div.DivClassName
{
background-color: #674A43;
}
.BgClassName
{
background-color: #674A43;
}
</style>
border-color css
<style>
span { border-color: #674A43; }
span { border-color: rgb(103,74,67); }
td.TdClassName
{
border-color: #674A43;
}
.TagClassName
{
border-color: #674A43;
}
</style>