Shades of Congo Brown #63544F
Tints of Congo Brown #63544F
RGB
CMYK
RGB Variations
Color information
#63544F (or 0x63544F) is known color: Congo Brown. HEX triplet: 63, 54 and 4F. RGB value is (99,84,79). Sum of RGB (Red+Green+Blue) = 99+84+79=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63544F is #9CABB0. Grayscale: #575757. Windows color (decimal): -10267569 or 5198947. OLE color: 5198947.
HSL color Cylindrical-coordinate representation of color #63544F: hue angle of 15º 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 #63544F is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 79 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.61 |
| HSL | 15º | 0.11% | 0.35% | - |
| HSV(B) | 15º | 0.2% | 0.39% | - |
| XYZ | 9.73 | 9.56 | 8.73 | - |
| YUV | 87.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 79 | 0 | 0.15 | 0.20 | 0.61 | 15 | 0.11 | 0.35 |
| Hex | 63 | 54 | 4F | 0 | F | 14 | 3D | F | B | 23 |
| Octal | 143 | 124 | 117 | 0 | 17 | 24 | 75 | 17 | 13 | 43 |
| Binary | 1100011 | 1010100 | 1001111 | 0 | 1111 | 10100 | 111101 | 1111 | 1011 | 100011 |
Color Harmonies of #63544F
Complementary color
Monochromatic Colors of #63544F
Black with #63544F
Text Example
Text Example
White with #63544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63544F; }
p { color: rgb(99,84,79); }
H1.HeaderClassName
{
color: #63544F;
}
.AnyTagClassName
{
color: #63544F;
}
</style>
background-color css
<style>
a { background-color: #63544F; }
a { background-color: rgb(99,84,79); }
div.DivClassName
{
background-color: #63544F;
}
.BgClassName
{
background-color: #63544F;
}
</style>
border-color css
<style>
span { border-color: #63544F; }
span { border-color: rgb(99,84,79); }
td.TdClassName
{
border-color: #63544F;
}
.TagClassName
{
border-color: #63544F;
}
</style>