Shades of Congo Brown #634F4C
Tints of Congo Brown #634F4C
RGB
CMYK
RGB Variations
Color information
#634F4C (or 0x634F4C) is known color: Congo Brown. HEX triplet: 63, 4F and 4C. RGB value is (99,79,76). Sum of RGB (Red+Green+Blue) = 99+79+76=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #634F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F4C is #9CB0B3. Grayscale: #545454. Windows color (decimal): -10268852 or 5001059. OLE color: 5001059.
HSL color Cylindrical-coordinate representation of color #634F4C: hue angle of 7.83º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #634F4C is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 76 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.61 |
| HSL | 7.83º | 0.13% | 0.34% | - |
| HSV(B) | 7.83º | 0.23% | 0.39% | - |
| XYZ | 9.25 | 8.77 | 8.04 | - |
| YUV | 84.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 76 | 0 | 0.20 | 0.23 | 0.61 | 7.83 | 0.13 | 0.34 |
| Hex | 63 | 4F | 4C | 0 | 14 | 17 | 3D | 8 | D | 22 |
| Octal | 143 | 117 | 114 | 0 | 24 | 27 | 75 | 10 | 15 | 42 |
| Binary | 1100011 | 1001111 | 1001100 | 0 | 10100 | 10111 | 111101 | 1000 | 1101 | 100010 |
Color Harmonies of #634F4C
Complementary color
Monochromatic Colors of #634F4C
Black with #634F4C
Text Example
Text Example
White with #634F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F4C; }
p { color: rgb(99,79,76); }
H1.HeaderClassName
{
color: #634F4C;
}
.AnyTagClassName
{
color: #634F4C;
}
</style>
background-color css
<style>
a { background-color: #634F4C; }
a { background-color: rgb(99,79,76); }
div.DivClassName
{
background-color: #634F4C;
}
.BgClassName
{
background-color: #634F4C;
}
</style>
border-color css
<style>
span { border-color: #634F4C; }
span { border-color: rgb(99,79,76); }
td.TdClassName
{
border-color: #634F4C;
}
.TagClassName
{
border-color: #634F4C;
}
</style>