Shades of Congo Brown #63504D
Tints of Congo Brown #63504D
RGB
CMYK
RGB Variations
Color information
#63504D (or 0x63504D) is known color: Congo Brown. HEX triplet: 63, 50 and 4D. RGB value is (99,80,77). Sum of RGB (Red+Green+Blue) = 99+80+77=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #63504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63504D is #9CAFB2. Grayscale: #555555. Windows color (decimal): -10268595 or 5066851. OLE color: 5066851.
HSL color Cylindrical-coordinate representation of color #63504D: hue angle of 8.18º 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 #63504D is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 80 | 77 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.61 |
| HSL | 8.18º | 0.13% | 0.35% | - |
| HSV(B) | 8.18º | 0.22% | 0.39% | - |
| XYZ | 9.35 | 8.93 | 8.25 | - |
| YUV | 85.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 77 | 0 | 0.19 | 0.22 | 0.61 | 8.18 | 0.13 | 0.35 |
| Hex | 63 | 50 | 4D | 0 | 13 | 16 | 3D | 8 | C | 23 |
| Octal | 143 | 120 | 115 | 0 | 23 | 26 | 75 | 10 | 14 | 43 |
| Binary | 1100011 | 1010000 | 1001101 | 0 | 10011 | 10110 | 111101 | 1000 | 1100 | 100011 |
Color Harmonies of #63504D
Complementary color
Monochromatic Colors of #63504D
Black with #63504D
Text Example
Text Example
White with #63504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63504D; }
p { color: rgb(99,80,77); }
H1.HeaderClassName
{
color: #63504D;
}
.AnyTagClassName
{
color: #63504D;
}
</style>
background-color css
<style>
a { background-color: #63504D; }
a { background-color: rgb(99,80,77); }
div.DivClassName
{
background-color: #63504D;
}
.BgClassName
{
background-color: #63504D;
}
</style>
border-color css
<style>
span { border-color: #63504D; }
span { border-color: rgb(99,80,77); }
td.TdClassName
{
border-color: #63504D;
}
.TagClassName
{
border-color: #63504D;
}
</style>