Shades of Congo Brown #63504F
Tints of Congo Brown #63504F
RGB
CMYK
RGB Variations
Color information
#63504F (or 0x63504F) is known color: Congo Brown. HEX triplet: 63, 50 and 4F. RGB value is (99,80,79). Sum of RGB (Red+Green+Blue) = 99+80+79=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63504F is #9CAFB0. Grayscale: #555555. Windows color (decimal): -10268593 or 5197923. OLE color: 5197923.
HSL color Cylindrical-coordinate representation of color #63504F: hue angle of 3º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63504F is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 80 | 79 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.61 |
| HSL | 3º | 0.11% | 0.35% | - |
| HSV(B) | 3º | 0.2% | 0.39% | - |
| XYZ | 9.43 | 8.95 | 8.63 | - |
| YUV | 85.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 79 | 0 | 0.19 | 0.20 | 0.61 | 3 | 0.11 | 0.35 |
| Hex | 63 | 50 | 4F | 0 | 13 | 14 | 3D | 3 | B | 23 |
| Octal | 143 | 120 | 117 | 0 | 23 | 24 | 75 | 3 | 13 | 43 |
| Binary | 1100011 | 1010000 | 1001111 | 0 | 10011 | 10100 | 111101 | 11 | 1011 | 100011 |
Color Harmonies of #63504F
Complementary color
Monochromatic Colors of #63504F
Black with #63504F
Text Example
Text Example
White with #63504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63504F; }
p { color: rgb(99,80,79); }
H1.HeaderClassName
{
color: #63504F;
}
.AnyTagClassName
{
color: #63504F;
}
</style>
background-color css
<style>
a { background-color: #63504F; }
a { background-color: rgb(99,80,79); }
div.DivClassName
{
background-color: #63504F;
}
.BgClassName
{
background-color: #63504F;
}
</style>
border-color css
<style>
span { border-color: #63504F; }
span { border-color: rgb(99,80,79); }
td.TdClassName
{
border-color: #63504F;
}
.TagClassName
{
border-color: #63504F;
}
</style>