Shades of Baker's Chocolate #63240B
Tints of Baker's Chocolate #63240B
RGB
CMYK
RGB Variations
Color information
#63240B (or 0x63240B) is known color: Baker's Chocolate. HEX triplet: 63, 24 and 0B. RGB value is (99,36,11). Sum of RGB (Red+Green+Blue) = 99+36+11=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63240B is #9CDBF4. Grayscale: #343434. Windows color (decimal): -10279925 or 730211. OLE color: 730211.
HSL color Cylindrical-coordinate representation of color #63240B: hue angle of 17.05º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63240B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 11 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.61 |
| HSL | 17.05º | 0.8% | 0.22% | - |
| HSV(B) | 17.05º | 0.89% | 0.39% | - |
| XYZ | 5.84 | 3.94 | 0.77 | - |
| YUV | 51.99 | 104.87 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 11 | 0 | 0.64 | 0.89 | 0.61 | 17.05 | 0.8 | 0.22 |
| Hex | 63 | 24 | B | 0 | 40 | 59 | 3D | 11 | 50 | 16 |
| Octal | 143 | 44 | 13 | 0 | 100 | 131 | 75 | 21 | 120 | 26 |
| Binary | 1100011 | 100100 | 1011 | 0 | 1000000 | 1011001 | 111101 | 10001 | 1010000 | 10110 |
Color Harmonies of #63240B
Complementary color
Monochromatic Colors of #63240B
Black with #63240B
Text Example
Text Example
White with #63240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63240B; }
p { color: rgb(99,36,11); }
H1.HeaderClassName
{
color: #63240B;
}
.AnyTagClassName
{
color: #63240B;
}
</style>
background-color css
<style>
a { background-color: #63240B; }
a { background-color: rgb(99,36,11); }
div.DivClassName
{
background-color: #63240B;
}
.BgClassName
{
background-color: #63240B;
}
</style>
border-color css
<style>
span { border-color: #63240B; }
span { border-color: rgb(99,36,11); }
td.TdClassName
{
border-color: #63240B;
}
.TagClassName
{
border-color: #63240B;
}
</style>