Shades of Baker's Chocolate #63350E
Tints of Baker's Chocolate #63350E
RGB
CMYK
RGB Variations
Color information
#63350E (or 0x63350E) is known color: Baker's Chocolate. HEX triplet: 63, 35 and 0E. RGB value is (99,53,14). Sum of RGB (Red+Green+Blue) = 99+53+14=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63350E is #9CCAF1. Grayscale: #3E3E3E. Windows color (decimal): -10275570 or 931171. OLE color: 931171.
HSL color Cylindrical-coordinate representation of color #63350E: hue angle of 27.53º 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 #63350E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 53 | 14 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.61 |
| HSL | 27.53º | 0.75% | 0.22% | - |
| HSV(B) | 27.53º | 0.86% | 0.39% | - |
| XYZ | 6.5 | 5.23 | 1.08 | - |
| YUV | 62.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 14 | 0 | 0.46 | 0.86 | 0.61 | 27.53 | 0.75 | 0.22 |
| Hex | 63 | 35 | E | 0 | 2E | 56 | 3D | 1C | 4B | 16 |
| Octal | 143 | 65 | 16 | 0 | 56 | 126 | 75 | 34 | 113 | 26 |
| Binary | 1100011 | 110101 | 1110 | 0 | 101110 | 1010110 | 111101 | 11100 | 1001011 | 10110 |
Color Harmonies of #63350E
Complementary color
Monochromatic Colors of #63350E
Black with #63350E
Text Example
Text Example
White with #63350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63350E; }
p { color: rgb(99,53,14); }
H1.HeaderClassName
{
color: #63350E;
}
.AnyTagClassName
{
color: #63350E;
}
</style>
background-color css
<style>
a { background-color: #63350E; }
a { background-color: rgb(99,53,14); }
div.DivClassName
{
background-color: #63350E;
}
.BgClassName
{
background-color: #63350E;
}
</style>
border-color css
<style>
span { border-color: #63350E; }
span { border-color: rgb(99,53,14); }
td.TdClassName
{
border-color: #63350E;
}
.TagClassName
{
border-color: #63350E;
}
</style>