Shades of Very Dark Brown #63453B
Tints of Very Dark Brown #63453B
RGB
CMYK
RGB Variations
Color information
#63453B (or 0x63453B) is known color: Very Dark Brown. HEX triplet: 63, 45 and 3B. RGB value is (99,69,59). Sum of RGB (Red+Green+Blue) = 99+69+59=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63453B is #9CBAC4. Grayscale: #4C4C4C. Windows color (decimal): -10271429 or 3884387. OLE color: 3884387.
HSL color Cylindrical-coordinate representation of color #63453B: hue angle of 15º 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 #63453B is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 59 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.61 |
| HSL | 15º | 0.25% | 0.31% | - |
| HSV(B) | 15º | 0.4% | 0.39% | - |
| XYZ | 8.06 | 7.22 | 5.11 | - |
| YUV | 76.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 59 | 0 | 0.30 | 0.40 | 0.61 | 15 | 0.25 | 0.31 |
| Hex | 63 | 45 | 3B | 0 | 1E | 28 | 3D | F | 19 | 1F |
| Octal | 143 | 105 | 73 | 0 | 36 | 50 | 75 | 17 | 31 | 37 |
| Binary | 1100011 | 1000101 | 111011 | 0 | 11110 | 101000 | 111101 | 1111 | 11001 | 11111 |
Color Harmonies of #63453B
Complementary color
Monochromatic Colors of #63453B
Black with #63453B
Text Example
Text Example
White with #63453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63453B; }
p { color: rgb(99,69,59); }
H1.HeaderClassName
{
color: #63453B;
}
.AnyTagClassName
{
color: #63453B;
}
</style>
background-color css
<style>
a { background-color: #63453B; }
a { background-color: rgb(99,69,59); }
div.DivClassName
{
background-color: #63453B;
}
.BgClassName
{
background-color: #63453B;
}
</style>
border-color css
<style>
span { border-color: #63453B; }
span { border-color: rgb(99,69,59); }
td.TdClassName
{
border-color: #63453B;
}
.TagClassName
{
border-color: #63453B;
}
</style>