Shades of Congo Brown #63504E
Tints of Congo Brown #63504E
RGB
CMYK
RGB Variations
Color information
#63504E (or 0x63504E) is known color: Congo Brown. HEX triplet: 63, 50 and 4E. RGB value is (99,80,78). Sum of RGB (Red+Green+Blue) = 99+80+78=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #63504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63504E is #9CAFB1. Grayscale: #555555. Windows color (decimal): -10268594 or 5132387. OLE color: 5132387.
HSL color Cylindrical-coordinate representation of color #63504E: hue angle of 5.71º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63504E is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 80 | 78 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.61 |
| HSL | 5.71º | 0.12% | 0.35% | - |
| HSV(B) | 5.71º | 0.21% | 0.39% | - |
| XYZ | 9.39 | 8.94 | 8.44 | - |
| YUV | 85.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 78 | 0 | 0.19 | 0.21 | 0.61 | 5.71 | 0.12 | 0.35 |
| Hex | 63 | 50 | 4E | 0 | 13 | 15 | 3D | 6 | C | 23 |
| Octal | 143 | 120 | 116 | 0 | 23 | 25 | 75 | 6 | 14 | 43 |
| Binary | 1100011 | 1010000 | 1001110 | 0 | 10011 | 10101 | 111101 | 110 | 1100 | 100011 |
Color Harmonies of #63504E
Complementary color
Monochromatic Colors of #63504E
Black with #63504E
Text Example
Text Example
White with #63504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63504E; }
p { color: rgb(99,80,78); }
H1.HeaderClassName
{
color: #63504E;
}
.AnyTagClassName
{
color: #63504E;
}
</style>
background-color css
<style>
a { background-color: #63504E; }
a { background-color: rgb(99,80,78); }
div.DivClassName
{
background-color: #63504E;
}
.BgClassName
{
background-color: #63504E;
}
</style>
border-color css
<style>
span { border-color: #63504E; }
span { border-color: rgb(99,80,78); }
td.TdClassName
{
border-color: #63504E;
}
.TagClassName
{
border-color: #63504E;
}
</style>