Shades of Congo Brown #63524E
Tints of Congo Brown #63524E
RGB
CMYK
RGB Variations
Color information
#63524E (or 0x63524E) is known color: Congo Brown. HEX triplet: 63, 52 and 4E. RGB value is (99,82,78). Sum of RGB (Red+Green+Blue) = 99+82+78=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63524E is #9CADB1. Grayscale: #565656. Windows color (decimal): -10268082 or 5132899. OLE color: 5132899.
HSL color Cylindrical-coordinate representation of color #63524E: hue angle of 11.43º 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 #63524E is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 78 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.61 |
| HSL | 11.43º | 0.12% | 0.35% | - |
| HSV(B) | 11.43º | 0.21% | 0.39% | - |
| XYZ | 9.54 | 9.24 | 8.49 | - |
| YUV | 86.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 78 | 0 | 0.17 | 0.21 | 0.61 | 11.43 | 0.12 | 0.35 |
| Hex | 63 | 52 | 4E | 0 | 11 | 15 | 3D | B | C | 23 |
| Octal | 143 | 122 | 116 | 0 | 21 | 25 | 75 | 13 | 14 | 43 |
| Binary | 1100011 | 1010010 | 1001110 | 0 | 10001 | 10101 | 111101 | 1011 | 1100 | 100011 |
Color Harmonies of #63524E
Complementary color
Monochromatic Colors of #63524E
Black with #63524E
Text Example
Text Example
White with #63524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63524E; }
p { color: rgb(99,82,78); }
H1.HeaderClassName
{
color: #63524E;
}
.AnyTagClassName
{
color: #63524E;
}
</style>
background-color css
<style>
a { background-color: #63524E; }
a { background-color: rgb(99,82,78); }
div.DivClassName
{
background-color: #63524E;
}
.BgClassName
{
background-color: #63524E;
}
</style>
border-color css
<style>
span { border-color: #63524E; }
span { border-color: rgb(99,82,78); }
td.TdClassName
{
border-color: #63524E;
}
.TagClassName
{
border-color: #63524E;
}
</style>