Shades of Baker's Chocolate #63240D
Tints of Baker's Chocolate #63240D
RGB
CMYK
RGB Variations
Color information
#63240D (or 0x63240D) is known color: Baker's Chocolate. HEX triplet: 63, 24 and 0D. RGB value is (99,36,13). Sum of RGB (Red+Green+Blue) = 99+36+13=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #63240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63240D is #9CDBF2. Grayscale: #343434. Windows color (decimal): -10279923 or 861283. OLE color: 861283.
HSL color Cylindrical-coordinate representation of color #63240D: hue angle of 16.05º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63240D is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 13 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.61 |
| HSL | 16.05º | 0.77% | 0.22% | - |
| HSV(B) | 16.05º | 0.87% | 0.39% | - |
| XYZ | 5.85 | 3.94 | 0.83 | - |
| YUV | 52.22 | 105.87 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 13 | 0 | 0.64 | 0.87 | 0.61 | 16.05 | 0.77 | 0.22 |
| Hex | 63 | 24 | D | 0 | 40 | 57 | 3D | 10 | 4D | 16 |
| Octal | 143 | 44 | 15 | 0 | 100 | 127 | 75 | 20 | 115 | 26 |
| Binary | 1100011 | 100100 | 1101 | 0 | 1000000 | 1010111 | 111101 | 10000 | 1001101 | 10110 |
Color Harmonies of #63240D
Complementary color
Monochromatic Colors of #63240D
Black with #63240D
Text Example
Text Example
White with #63240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63240D; }
p { color: rgb(99,36,13); }
H1.HeaderClassName
{
color: #63240D;
}
.AnyTagClassName
{
color: #63240D;
}
</style>
background-color css
<style>
a { background-color: #63240D; }
a { background-color: rgb(99,36,13); }
div.DivClassName
{
background-color: #63240D;
}
.BgClassName
{
background-color: #63240D;
}
</style>
border-color css
<style>
span { border-color: #63240D; }
span { border-color: rgb(99,36,13); }
td.TdClassName
{
border-color: #63240D;
}
.TagClassName
{
border-color: #63240D;
}
</style>