Shades of Congo Brown #634E4D
Tints of Congo Brown #634E4D
RGB
CMYK
RGB Variations
Color information
#634E4D (or 0x634E4D) is known color: Congo Brown. HEX triplet: 63, 4E and 4D. RGB value is (99,78,77). Sum of RGB (Red+Green+Blue) = 99+78+77=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #634E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634E4D is #9CB1B2. Grayscale: #545454. Windows color (decimal): -10269107 or 5066339. OLE color: 5066339.
HSL color Cylindrical-coordinate representation of color #634E4D: hue angle of 2.73º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #634E4D is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 77 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.61 |
| HSL | 2.73º | 0.13% | 0.35% | - |
| HSV(B) | 2.73º | 0.22% | 0.39% | - |
| XYZ | 9.21 | 8.64 | 8.2 | - |
| YUV | 84.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 77 | 0 | 0.21 | 0.22 | 0.61 | 2.73 | 0.13 | 0.35 |
| Hex | 63 | 4E | 4D | 0 | 15 | 16 | 3D | 3 | C | 23 |
| Octal | 143 | 116 | 115 | 0 | 25 | 26 | 75 | 3 | 14 | 43 |
| Binary | 1100011 | 1001110 | 1001101 | 0 | 10101 | 10110 | 111101 | 11 | 1100 | 100011 |
Color Harmonies of #634E4D
Complementary color
Monochromatic Colors of #634E4D
Black with #634E4D
Text Example
Text Example
White with #634E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E4D; }
p { color: rgb(99,78,77); }
H1.HeaderClassName
{
color: #634E4D;
}
.AnyTagClassName
{
color: #634E4D;
}
</style>
background-color css
<style>
a { background-color: #634E4D; }
a { background-color: rgb(99,78,77); }
div.DivClassName
{
background-color: #634E4D;
}
.BgClassName
{
background-color: #634E4D;
}
</style>
border-color css
<style>
span { border-color: #634E4D; }
span { border-color: rgb(99,78,77); }
td.TdClassName
{
border-color: #634E4D;
}
.TagClassName
{
border-color: #634E4D;
}
</style>