Shades of Congo Brown #634D47
Tints of Congo Brown #634D47
RGB
CMYK
RGB Variations
Color information
#634D47 (or 0x634D47) is known color: Congo Brown. HEX triplet: 63, 4D and 47. RGB value is (99,77,71). Sum of RGB (Red+Green+Blue) = 99+77+71=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #634D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D47 is #9CB2B8. Grayscale: #525252. Windows color (decimal): -10269369 or 4672867. OLE color: 4672867.
HSL color Cylindrical-coordinate representation of color #634D47: hue angle of 12.86º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #634D47 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 71 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.61 |
| HSL | 12.86º | 0.16% | 0.33% | - |
| HSV(B) | 12.86º | 0.28% | 0.39% | - |
| XYZ | 8.94 | 8.42 | 7.11 | - |
| YUV | 82.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 71 | 0 | 0.22 | 0.28 | 0.61 | 12.86 | 0.16 | 0.33 |
| Hex | 63 | 4D | 47 | 0 | 16 | 1C | 3D | D | 10 | 21 |
| Octal | 143 | 115 | 107 | 0 | 26 | 34 | 75 | 15 | 20 | 41 |
| Binary | 1100011 | 1001101 | 1000111 | 0 | 10110 | 11100 | 111101 | 1101 | 10000 | 100001 |
Color Harmonies of #634D47
Complementary color
Monochromatic Colors of #634D47
Black with #634D47
Text Example
Text Example
White with #634D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D47; }
p { color: rgb(99,77,71); }
H1.HeaderClassName
{
color: #634D47;
}
.AnyTagClassName
{
color: #634D47;
}
</style>
background-color css
<style>
a { background-color: #634D47; }
a { background-color: rgb(99,77,71); }
div.DivClassName
{
background-color: #634D47;
}
.BgClassName
{
background-color: #634D47;
}
</style>
border-color css
<style>
span { border-color: #634D47; }
span { border-color: rgb(99,77,71); }
td.TdClassName
{
border-color: #634D47;
}
.TagClassName
{
border-color: #634D47;
}
</style>