Shades of Baker's Chocolate #63351D
Tints of Baker's Chocolate #63351D
RGB
CMYK
RGB Variations
Color information
#63351D (or 0x63351D) is known color: Baker's Chocolate. HEX triplet: 63, 35 and 1D. RGB value is (99,53,29). Sum of RGB (Red+Green+Blue) = 99+53+29=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63351D is #9CCAE2. Grayscale: #404040. Windows color (decimal): -10275555 or 1914211. OLE color: 1914211.
HSL color Cylindrical-coordinate representation of color #63351D: hue angle of 20.57º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63351D is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 53 | 29 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.61 |
| HSL | 20.57º | 0.55% | 0.25% | - |
| HSV(B) | 20.57º | 0.71% | 0.39% | - |
| XYZ | 6.64 | 5.29 | 1.83 | - |
| YUV | 64.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 29 | 0 | 0.46 | 0.71 | 0.61 | 20.57 | 0.55 | 0.25 |
| Hex | 63 | 35 | 1D | 0 | 2E | 47 | 3D | 15 | 37 | 19 |
| Octal | 143 | 65 | 35 | 0 | 56 | 107 | 75 | 25 | 67 | 31 |
| Binary | 1100011 | 110101 | 11101 | 0 | 101110 | 1000111 | 111101 | 10101 | 110111 | 11001 |
Color Harmonies of #63351D
Complementary color
Monochromatic Colors of #63351D
Black with #63351D
Text Example
Text Example
White with #63351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63351D; }
p { color: rgb(99,53,29); }
H1.HeaderClassName
{
color: #63351D;
}
.AnyTagClassName
{
color: #63351D;
}
</style>
background-color css
<style>
a { background-color: #63351D; }
a { background-color: rgb(99,53,29); }
div.DivClassName
{
background-color: #63351D;
}
.BgClassName
{
background-color: #63351D;
}
</style>
border-color css
<style>
span { border-color: #63351D; }
span { border-color: rgb(99,53,29); }
td.TdClassName
{
border-color: #63351D;
}
.TagClassName
{
border-color: #63351D;
}
</style>