Shades of Baker's Chocolate #632806
Tints of Baker's Chocolate #632806
RGB
CMYK
RGB Variations
Color information
#632806 (or 0x632806) is known color: Baker's Chocolate. HEX triplet: 63, 28 and 06. RGB value is (99,40,6). Sum of RGB (Red+Green+Blue) = 99+40+6=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #632806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632806 is #9CD7F9. Grayscale: #353535. Windows color (decimal): -10278906 or 403555. OLE color: 403555.
HSL color Cylindrical-coordinate representation of color #632806: hue angle of 21.94º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #632806 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 40 | 6 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.61 |
| HSL | 21.94º | 0.89% | 0.21% | - |
| HSV(B) | 21.94º | 0.94% | 0.39% | - |
| XYZ | 5.94 | 4.18 | 0.67 | - |
| YUV | 53.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 6 | 0 | 0.60 | 0.94 | 0.61 | 21.94 | 0.89 | 0.21 |
| Hex | 63 | 28 | 6 | 0 | 3C | 5E | 3D | 16 | 59 | 15 |
| Octal | 143 | 50 | 6 | 0 | 74 | 136 | 75 | 26 | 131 | 25 |
| Binary | 1100011 | 101000 | 110 | 0 | 111100 | 1011110 | 111101 | 10110 | 1011001 | 10101 |
Color Harmonies of #632806
Complementary color
Monochromatic Colors of #632806
Black with #632806
Text Example
Text Example
White with #632806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632806; }
p { color: rgb(99,40,6); }
H1.HeaderClassName
{
color: #632806;
}
.AnyTagClassName
{
color: #632806;
}
</style>
background-color css
<style>
a { background-color: #632806; }
a { background-color: rgb(99,40,6); }
div.DivClassName
{
background-color: #632806;
}
.BgClassName
{
background-color: #632806;
}
</style>
border-color css
<style>
span { border-color: #632806; }
span { border-color: rgb(99,40,6); }
td.TdClassName
{
border-color: #632806;
}
.TagClassName
{
border-color: #632806;
}
</style>