Shades of Baker's Chocolate #63320C
Tints of Baker's Chocolate #63320C
RGB
CMYK
RGB Variations
Color information
#63320C (or 0x63320C) is known color: Baker's Chocolate. HEX triplet: 63, 32 and 0C. RGB value is (99,50,12). Sum of RGB (Red+Green+Blue) = 99+50+12=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #63320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63320C is #9CCDF3. Grayscale: #3C3C3C. Windows color (decimal): -10276340 or 799331. OLE color: 799331.
HSL color Cylindrical-coordinate representation of color #63320C: hue angle of 26.21º 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 #63320C is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 50 | 12 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.61 |
| HSL | 26.21º | 0.78% | 0.22% | - |
| HSV(B) | 26.21º | 0.88% | 0.39% | - |
| XYZ | 6.35 | 4.96 | 0.97 | - |
| YUV | 60.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 12 | 0 | 0.49 | 0.88 | 0.61 | 26.21 | 0.78 | 0.22 |
| Hex | 63 | 32 | C | 0 | 31 | 58 | 3D | 1A | 4E | 16 |
| Octal | 143 | 62 | 14 | 0 | 61 | 130 | 75 | 32 | 116 | 26 |
| Binary | 1100011 | 110010 | 1100 | 0 | 110001 | 1011000 | 111101 | 11010 | 1001110 | 10110 |
Color Harmonies of #63320C
Complementary color
Monochromatic Colors of #63320C
Black with #63320C
Text Example
Text Example
White with #63320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63320C; }
p { color: rgb(99,50,12); }
H1.HeaderClassName
{
color: #63320C;
}
.AnyTagClassName
{
color: #63320C;
}
</style>
background-color css
<style>
a { background-color: #63320C; }
a { background-color: rgb(99,50,12); }
div.DivClassName
{
background-color: #63320C;
}
.BgClassName
{
background-color: #63320C;
}
</style>
border-color css
<style>
span { border-color: #63320C; }
span { border-color: rgb(99,50,12); }
td.TdClassName
{
border-color: #63320C;
}
.TagClassName
{
border-color: #63320C;
}
</style>