Shades of Congo Brown #63453F
Tints of Congo Brown #63453F
RGB
CMYK
RGB Variations
Color information
#63453F (or 0x63453F) is known color: Congo Brown. HEX triplet: 63, 45 and 3F. RGB value is (99,69,63). Sum of RGB (Red+Green+Blue) = 99+69+63=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #63453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63453F is #9CBAC0. Grayscale: #4D4D4D. Windows color (decimal): -10271425 or 4146531. OLE color: 4146531.
HSL color Cylindrical-coordinate representation of color #63453F: hue angle of 10º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63453F is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 63 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.61 |
| HSL | 10º | 0.22% | 0.32% | - |
| HSV(B) | 10º | 0.36% | 0.39% | - |
| XYZ | 8.17 | 7.27 | 5.67 | - |
| YUV | 77.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 63 | 0 | 0.30 | 0.36 | 0.61 | 10 | 0.22 | 0.32 |
| Hex | 63 | 45 | 3F | 0 | 1E | 24 | 3D | A | 16 | 20 |
| Octal | 143 | 105 | 77 | 0 | 36 | 44 | 75 | 12 | 26 | 40 |
| Binary | 1100011 | 1000101 | 111111 | 0 | 11110 | 100100 | 111101 | 1010 | 10110 | 100000 |
Color Harmonies of #63453F
Complementary color
Monochromatic Colors of #63453F
Black with #63453F
Text Example
Text Example
White with #63453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63453F; }
p { color: rgb(99,69,63); }
H1.HeaderClassName
{
color: #63453F;
}
.AnyTagClassName
{
color: #63453F;
}
</style>
background-color css
<style>
a { background-color: #63453F; }
a { background-color: rgb(99,69,63); }
div.DivClassName
{
background-color: #63453F;
}
.BgClassName
{
background-color: #63453F;
}
</style>
border-color css
<style>
span { border-color: #63453F; }
span { border-color: rgb(99,69,63); }
td.TdClassName
{
border-color: #63453F;
}
.TagClassName
{
border-color: #63453F;
}
</style>