Shades of Very Dark Brown #63453C
Tints of Very Dark Brown #63453C
RGB
CMYK
RGB Variations
Color information
#63453C (or 0x63453C) is known color: Very Dark Brown. HEX triplet: 63, 45 and 3C. RGB value is (99,69,60). Sum of RGB (Red+Green+Blue) = 99+69+60=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63453C is #9CBAC3. Grayscale: #4D4D4D. Windows color (decimal): -10271428 or 3949923. OLE color: 3949923.
HSL color Cylindrical-coordinate representation of color #63453C: hue angle of 13.85º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63453C is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 60 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.61 |
| HSL | 13.85º | 0.25% | 0.31% | - |
| HSV(B) | 13.85º | 0.39% | 0.39% | - |
| XYZ | 8.09 | 7.24 | 5.25 | - |
| YUV | 76.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 60 | 0 | 0.30 | 0.39 | 0.61 | 13.85 | 0.25 | 0.31 |
| Hex | 63 | 45 | 3C | 0 | 1E | 27 | 3D | E | 19 | 1F |
| Octal | 143 | 105 | 74 | 0 | 36 | 47 | 75 | 16 | 31 | 37 |
| Binary | 1100011 | 1000101 | 111100 | 0 | 11110 | 100111 | 111101 | 1110 | 11001 | 11111 |
Color Harmonies of #63453C
Complementary color
Monochromatic Colors of #63453C
Black with #63453C
Text Example
Text Example
White with #63453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63453C; }
p { color: rgb(99,69,60); }
H1.HeaderClassName
{
color: #63453C;
}
.AnyTagClassName
{
color: #63453C;
}
</style>
background-color css
<style>
a { background-color: #63453C; }
a { background-color: rgb(99,69,60); }
div.DivClassName
{
background-color: #63453C;
}
.BgClassName
{
background-color: #63453C;
}
</style>
border-color css
<style>
span { border-color: #63453C; }
span { border-color: rgb(99,69,60); }
td.TdClassName
{
border-color: #63453C;
}
.TagClassName
{
border-color: #63453C;
}
</style>