Shades of Baker's Chocolate #63320E
Tints of Baker's Chocolate #63320E
RGB
CMYK
RGB Variations
Color information
#63320E (or 0x63320E) is known color: Baker's Chocolate. HEX triplet: 63, 32 and 0E. RGB value is (99,50,14). Sum of RGB (Red+Green+Blue) = 99+50+14=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63320E is #9CCDF1. Grayscale: #3C3C3C. Windows color (decimal): -10276338 or 930403. OLE color: 930403.
HSL color Cylindrical-coordinate representation of color #63320E: hue angle of 25.41º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63320E is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 50 | 14 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.61 |
| HSL | 25.41º | 0.75% | 0.22% | - |
| HSV(B) | 25.41º | 0.86% | 0.39% | - |
| XYZ | 6.37 | 4.97 | 1.04 | - |
| YUV | 60.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 14 | 0 | 0.49 | 0.86 | 0.61 | 25.41 | 0.75 | 0.22 |
| Hex | 63 | 32 | E | 0 | 31 | 56 | 3D | 19 | 4B | 16 |
| Octal | 143 | 62 | 16 | 0 | 61 | 126 | 75 | 31 | 113 | 26 |
| Binary | 1100011 | 110010 | 1110 | 0 | 110001 | 1010110 | 111101 | 11001 | 1001011 | 10110 |
Color Harmonies of #63320E
Complementary color
Monochromatic Colors of #63320E
Black with #63320E
Text Example
Text Example
White with #63320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63320E; }
p { color: rgb(99,50,14); }
H1.HeaderClassName
{
color: #63320E;
}
.AnyTagClassName
{
color: #63320E;
}
</style>
background-color css
<style>
a { background-color: #63320E; }
a { background-color: rgb(99,50,14); }
div.DivClassName
{
background-color: #63320E;
}
.BgClassName
{
background-color: #63320E;
}
</style>
border-color css
<style>
span { border-color: #63320E; }
span { border-color: rgb(99,50,14); }
td.TdClassName
{
border-color: #63320E;
}
.TagClassName
{
border-color: #63320E;
}
</style>