Shades of Baker's Chocolate #63240C
Tints of Baker's Chocolate #63240C
RGB
CMYK
RGB Variations
Color information
#63240C (or 0x63240C) is known color: Baker's Chocolate. HEX triplet: 63, 24 and 0C. RGB value is (99,36,12). Sum of RGB (Red+Green+Blue) = 99+36+12=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63240C is #9CDBF3. Grayscale: #343434. Windows color (decimal): -10279924 or 795747. OLE color: 795747.
HSL color Cylindrical-coordinate representation of color #63240C: hue angle of 16.55º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63240C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 12 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.61 |
| HSL | 16.55º | 0.78% | 0.22% | - |
| HSV(B) | 16.55º | 0.88% | 0.39% | - |
| XYZ | 5.84 | 3.94 | 0.8 | - |
| YUV | 52.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 12 | 0 | 0.64 | 0.88 | 0.61 | 16.55 | 0.78 | 0.22 |
| Hex | 63 | 24 | C | 0 | 40 | 58 | 3D | 11 | 4E | 16 |
| Octal | 143 | 44 | 14 | 0 | 100 | 130 | 75 | 21 | 116 | 26 |
| Binary | 1100011 | 100100 | 1100 | 0 | 1000000 | 1011000 | 111101 | 10001 | 1001110 | 10110 |
Color Harmonies of #63240C
Complementary color
Monochromatic Colors of #63240C
Black with #63240C
Text Example
Text Example
White with #63240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63240C; }
p { color: rgb(99,36,12); }
H1.HeaderClassName
{
color: #63240C;
}
.AnyTagClassName
{
color: #63240C;
}
</style>
background-color css
<style>
a { background-color: #63240C; }
a { background-color: rgb(99,36,12); }
div.DivClassName
{
background-color: #63240C;
}
.BgClassName
{
background-color: #63240C;
}
</style>
border-color css
<style>
span { border-color: #63240C; }
span { border-color: rgb(99,36,12); }
td.TdClassName
{
border-color: #63240C;
}
.TagClassName
{
border-color: #63240C;
}
</style>