Shades of Congo Brown #63504B
Tints of Congo Brown #63504B
RGB
CMYK
RGB Variations
Color information
#63504B (or 0x63504B) is known color: Congo Brown. HEX triplet: 63, 50 and 4B. RGB value is (99,80,75). Sum of RGB (Red+Green+Blue) = 99+80+75=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #63504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63504B is #9CAFB4. Grayscale: #555555. Windows color (decimal): -10268597 or 4935779. OLE color: 4935779.
HSL color Cylindrical-coordinate representation of color #63504B: hue angle of 12.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63504B is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 80 | 75 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.61 |
| HSL | 12.5º | 0.14% | 0.34% | - |
| HSV(B) | 12.5º | 0.24% | 0.39% | - |
| XYZ | 9.28 | 8.9 | 7.88 | - |
| YUV | 85.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 75 | 0 | 0.19 | 0.24 | 0.61 | 12.5 | 0.14 | 0.34 |
| Hex | 63 | 50 | 4B | 0 | 13 | 18 | 3D | C | E | 22 |
| Octal | 143 | 120 | 113 | 0 | 23 | 30 | 75 | 14 | 16 | 42 |
| Binary | 1100011 | 1010000 | 1001011 | 0 | 10011 | 11000 | 111101 | 1100 | 1110 | 100010 |
Color Harmonies of #63504B
Complementary color
Monochromatic Colors of #63504B
Black with #63504B
Text Example
Text Example
White with #63504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63504B; }
p { color: rgb(99,80,75); }
H1.HeaderClassName
{
color: #63504B;
}
.AnyTagClassName
{
color: #63504B;
}
</style>
background-color css
<style>
a { background-color: #63504B; }
a { background-color: rgb(99,80,75); }
div.DivClassName
{
background-color: #63504B;
}
.BgClassName
{
background-color: #63504B;
}
</style>
border-color css
<style>
span { border-color: #63504B; }
span { border-color: rgb(99,80,75); }
td.TdClassName
{
border-color: #63504B;
}
.TagClassName
{
border-color: #63504B;
}
</style>