Shades of Congo Brown #63443D
Tints of Congo Brown #63443D
RGB
CMYK
RGB Variations
Color information
#63443D (or 0x63443D) is known color: Congo Brown. HEX triplet: 63, 44 and 3D. RGB value is (99,68,61). Sum of RGB (Red+Green+Blue) = 99+68+61=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63443D is #9CBBC2. Grayscale: #4C4C4C. Windows color (decimal): -10271683 or 4015203. OLE color: 4015203.
HSL color Cylindrical-coordinate representation of color #63443D: hue angle of 11.05º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63443D is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 61 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.61 |
| HSL | 11.05º | 0.24% | 0.31% | - |
| HSV(B) | 11.05º | 0.38% | 0.39% | - |
| XYZ | 8.06 | 7.12 | 5.37 | - |
| YUV | 76.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 61 | 0 | 0.31 | 0.38 | 0.61 | 11.05 | 0.24 | 0.31 |
| Hex | 63 | 44 | 3D | 0 | 1F | 26 | 3D | B | 18 | 1F |
| Octal | 143 | 104 | 75 | 0 | 37 | 46 | 75 | 13 | 30 | 37 |
| Binary | 1100011 | 1000100 | 111101 | 0 | 11111 | 100110 | 111101 | 1011 | 11000 | 11111 |
Color Harmonies of #63443D
Complementary color
Monochromatic Colors of #63443D
Black with #63443D
Text Example
Text Example
White with #63443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63443D; }
p { color: rgb(99,68,61); }
H1.HeaderClassName
{
color: #63443D;
}
.AnyTagClassName
{
color: #63443D;
}
</style>
background-color css
<style>
a { background-color: #63443D; }
a { background-color: rgb(99,68,61); }
div.DivClassName
{
background-color: #63443D;
}
.BgClassName
{
background-color: #63443D;
}
</style>
border-color css
<style>
span { border-color: #63443D; }
span { border-color: rgb(99,68,61); }
td.TdClassName
{
border-color: #63443D;
}
.TagClassName
{
border-color: #63443D;
}
</style>