Shades of Very Dark Brown #63443B
Tints of Very Dark Brown #63443B
RGB
CMYK
RGB Variations
Color information
#63443B (or 0x63443B) is known color: Very Dark Brown. HEX triplet: 63, 44 and 3B. RGB value is (99,68,59). Sum of RGB (Red+Green+Blue) = 99+68+59=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63443B is #9CBBC4. Grayscale: #4C4C4C. Windows color (decimal): -10271685 or 3884131. OLE color: 3884131.
HSL color Cylindrical-coordinate representation of color #63443B: hue angle of 13.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63443B is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 59 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.61 |
| HSL | 13.5º | 0.25% | 0.31% | - |
| HSV(B) | 13.5º | 0.4% | 0.39% | - |
| XYZ | 8 | 7.1 | 5.09 | - |
| YUV | 76.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 59 | 0 | 0.31 | 0.40 | 0.61 | 13.5 | 0.25 | 0.31 |
| Hex | 63 | 44 | 3B | 0 | 1F | 28 | 3D | E | 19 | 1F |
| Octal | 143 | 104 | 73 | 0 | 37 | 50 | 75 | 16 | 31 | 37 |
| Binary | 1100011 | 1000100 | 111011 | 0 | 11111 | 101000 | 111101 | 1110 | 11001 | 11111 |
Color Harmonies of #63443B
Complementary color
Monochromatic Colors of #63443B
Black with #63443B
Text Example
Text Example
White with #63443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63443B; }
p { color: rgb(99,68,59); }
H1.HeaderClassName
{
color: #63443B;
}
.AnyTagClassName
{
color: #63443B;
}
</style>
background-color css
<style>
a { background-color: #63443B; }
a { background-color: rgb(99,68,59); }
div.DivClassName
{
background-color: #63443B;
}
.BgClassName
{
background-color: #63443B;
}
</style>
border-color css
<style>
span { border-color: #63443B; }
span { border-color: rgb(99,68,59); }
td.TdClassName
{
border-color: #63443B;
}
.TagClassName
{
border-color: #63443B;
}
</style>