Shades of Congo Brown #634F49
Tints of Congo Brown #634F49
RGB
CMYK
RGB Variations
Color information
#634F49 (or 0x634F49) is known color: Congo Brown. HEX triplet: 63, 4F and 49. RGB value is (99,79,73). Sum of RGB (Red+Green+Blue) = 99+79+73=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #634F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F49 is #9CB0B6. Grayscale: #545454. Windows color (decimal): -10268855 or 4804451. OLE color: 4804451.
HSL color Cylindrical-coordinate representation of color #634F49: hue angle of 13.85º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #634F49 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 73 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.61 |
| HSL | 13.85º | 0.15% | 0.34% | - |
| HSV(B) | 13.85º | 0.26% | 0.39% | - |
| XYZ | 9.14 | 8.73 | 7.51 | - |
| YUV | 84.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 73 | 0 | 0.20 | 0.26 | 0.61 | 13.85 | 0.15 | 0.34 |
| Hex | 63 | 4F | 49 | 0 | 14 | 1A | 3D | E | F | 22 |
| Octal | 143 | 117 | 111 | 0 | 24 | 32 | 75 | 16 | 17 | 42 |
| Binary | 1100011 | 1001111 | 1001001 | 0 | 10100 | 11010 | 111101 | 1110 | 1111 | 100010 |
Color Harmonies of #634F49
Complementary color
Monochromatic Colors of #634F49
Black with #634F49
Text Example
Text Example
White with #634F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F49; }
p { color: rgb(99,79,73); }
H1.HeaderClassName
{
color: #634F49;
}
.AnyTagClassName
{
color: #634F49;
}
</style>
background-color css
<style>
a { background-color: #634F49; }
a { background-color: rgb(99,79,73); }
div.DivClassName
{
background-color: #634F49;
}
.BgClassName
{
background-color: #634F49;
}
</style>
border-color css
<style>
span { border-color: #634F49; }
span { border-color: rgb(99,79,73); }
td.TdClassName
{
border-color: #634F49;
}
.TagClassName
{
border-color: #634F49;
}
</style>