Shades of Baker's Chocolate #632810
Tints of Baker's Chocolate #632810
RGB
CMYK
RGB Variations
Color information
#632810 (or 0x632810) is known color: Baker's Chocolate. HEX triplet: 63, 28 and 10. RGB value is (99,40,16). Sum of RGB (Red+Green+Blue) = 99+40+16=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #632810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632810 is #9CD7EF. Grayscale: #373737. Windows color (decimal): -10278896 or 1058915. OLE color: 1058915.
HSL color Cylindrical-coordinate representation of color #632810: hue angle of 17.35º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #632810 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 40 | 16 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.61 |
| HSL | 17.35º | 0.72% | 0.23% | - |
| HSV(B) | 17.35º | 0.84% | 0.39% | - |
| XYZ | 6 | 4.21 | 0.99 | - |
| YUV | 54.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 16 | 0 | 0.60 | 0.84 | 0.61 | 17.35 | 0.72 | 0.23 |
| Hex | 63 | 28 | 10 | 0 | 3C | 54 | 3D | 11 | 48 | 17 |
| Octal | 143 | 50 | 20 | 0 | 74 | 124 | 75 | 21 | 110 | 27 |
| Binary | 1100011 | 101000 | 10000 | 0 | 111100 | 1010100 | 111101 | 10001 | 1001000 | 10111 |
Color Harmonies of #632810
Complementary color
Monochromatic Colors of #632810
Black with #632810
Text Example
Text Example
White with #632810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632810; }
p { color: rgb(99,40,16); }
H1.HeaderClassName
{
color: #632810;
}
.AnyTagClassName
{
color: #632810;
}
</style>
background-color css
<style>
a { background-color: #632810; }
a { background-color: rgb(99,40,16); }
div.DivClassName
{
background-color: #632810;
}
.BgClassName
{
background-color: #632810;
}
</style>
border-color css
<style>
span { border-color: #632810; }
span { border-color: rgb(99,40,16); }
td.TdClassName
{
border-color: #632810;
}
.TagClassName
{
border-color: #632810;
}
</style>