Shades of Congo Brown #634F4D
Tints of Congo Brown #634F4D
RGB
CMYK
RGB Variations
Color information
#634F4D (or 0x634F4D) is known color: Congo Brown. HEX triplet: 63, 4F and 4D. RGB value is (99,79,77). Sum of RGB (Red+Green+Blue) = 99+79+77=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #634F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634F4D is #9CB0B2. Grayscale: #545454. Windows color (decimal): -10268851 or 5066595. OLE color: 5066595.
HSL color Cylindrical-coordinate representation of color #634F4D: hue angle of 5.45º 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 #634F4D is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 77 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.61 |
| HSL | 5.45º | 0.13% | 0.35% | - |
| HSV(B) | 5.45º | 0.22% | 0.39% | - |
| XYZ | 9.28 | 8.78 | 8.23 | - |
| YUV | 84.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 77 | 0 | 0.20 | 0.22 | 0.61 | 5.45 | 0.13 | 0.35 |
| Hex | 63 | 4F | 4D | 0 | 14 | 16 | 3D | 5 | C | 23 |
| Octal | 143 | 117 | 115 | 0 | 24 | 26 | 75 | 5 | 14 | 43 |
| Binary | 1100011 | 1001111 | 1001101 | 0 | 10100 | 10110 | 111101 | 101 | 1100 | 100011 |
Color Harmonies of #634F4D
Complementary color
Monochromatic Colors of #634F4D
Black with #634F4D
Text Example
Text Example
White with #634F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F4D; }
p { color: rgb(99,79,77); }
H1.HeaderClassName
{
color: #634F4D;
}
.AnyTagClassName
{
color: #634F4D;
}
</style>
background-color css
<style>
a { background-color: #634F4D; }
a { background-color: rgb(99,79,77); }
div.DivClassName
{
background-color: #634F4D;
}
.BgClassName
{
background-color: #634F4D;
}
</style>
border-color css
<style>
span { border-color: #634F4D; }
span { border-color: rgb(99,79,77); }
td.TdClassName
{
border-color: #634F4D;
}
.TagClassName
{
border-color: #634F4D;
}
</style>