Shades of Congo Brown #634A49
Tints of Congo Brown #634A49
RGB
CMYK
RGB Variations
Color information
#634A49 (or 0x634A49) is known color: Congo Brown. HEX triplet: 63, 4A and 49. RGB value is (99,74,73). Sum of RGB (Red+Green+Blue) = 99+74+73=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #634A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A49 is #9CB5B6. Grayscale: #515151. Windows color (decimal): -10270135 or 4803171. OLE color: 4803171.
HSL color Cylindrical-coordinate representation of color #634A49: hue angle of 2.31º 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 #634A49 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 73 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.61 |
| HSL | 2.31º | 0.15% | 0.34% | - |
| HSV(B) | 2.31º | 0.26% | 0.39% | - |
| XYZ | 8.8 | 8.03 | 7.39 | - |
| YUV | 81.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 73 | 0 | 0.25 | 0.26 | 0.61 | 2.31 | 0.15 | 0.34 |
| Hex | 63 | 4A | 49 | 0 | 19 | 1A | 3D | 2 | F | 22 |
| Octal | 143 | 112 | 111 | 0 | 31 | 32 | 75 | 2 | 17 | 42 |
| Binary | 1100011 | 1001010 | 1001001 | 0 | 11001 | 11010 | 111101 | 10 | 1111 | 100010 |
Color Harmonies of #634A49
Complementary color
Monochromatic Colors of #634A49
Black with #634A49
Text Example
Text Example
White with #634A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A49; }
p { color: rgb(99,74,73); }
H1.HeaderClassName
{
color: #634A49;
}
.AnyTagClassName
{
color: #634A49;
}
</style>
background-color css
<style>
a { background-color: #634A49; }
a { background-color: rgb(99,74,73); }
div.DivClassName
{
background-color: #634A49;
}
.BgClassName
{
background-color: #634A49;
}
</style>
border-color css
<style>
span { border-color: #634A49; }
span { border-color: rgb(99,74,73); }
td.TdClassName
{
border-color: #634A49;
}
.TagClassName
{
border-color: #634A49;
}
</style>