Shades of Baker's Chocolate #63270C
Tints of Baker's Chocolate #63270C
RGB
CMYK
RGB Variations
Color information
#63270C (or 0x63270C) is known color: Baker's Chocolate. HEX triplet: 63, 27 and 0C. RGB value is (99,39,12). Sum of RGB (Red+Green+Blue) = 99+39+12=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63270C is #9CD8F3. Grayscale: #363636. Windows color (decimal): -10279156 or 796515. OLE color: 796515.
HSL color Cylindrical-coordinate representation of color #63270C: hue angle of 18.62º 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 #63270C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 39 | 12 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.61 |
| HSL | 18.62º | 0.78% | 0.22% | - |
| HSV(B) | 18.62º | 0.88% | 0.39% | - |
| XYZ | 5.94 | 4.13 | 0.83 | - |
| YUV | 53.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 12 | 0 | 0.61 | 0.88 | 0.61 | 18.62 | 0.78 | 0.22 |
| Hex | 63 | 27 | C | 0 | 3D | 58 | 3D | 13 | 4E | 16 |
| Octal | 143 | 47 | 14 | 0 | 75 | 130 | 75 | 23 | 116 | 26 |
| Binary | 1100011 | 100111 | 1100 | 0 | 111101 | 1011000 | 111101 | 10011 | 1001110 | 10110 |
Color Harmonies of #63270C
Complementary color
Monochromatic Colors of #63270C
Black with #63270C
Text Example
Text Example
White with #63270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63270C; }
p { color: rgb(99,39,12); }
H1.HeaderClassName
{
color: #63270C;
}
.AnyTagClassName
{
color: #63270C;
}
</style>
background-color css
<style>
a { background-color: #63270C; }
a { background-color: rgb(99,39,12); }
div.DivClassName
{
background-color: #63270C;
}
.BgClassName
{
background-color: #63270C;
}
</style>
border-color css
<style>
span { border-color: #63270C; }
span { border-color: rgb(99,39,12); }
td.TdClassName
{
border-color: #63270C;
}
.TagClassName
{
border-color: #63270C;
}
</style>