Shades of Baker's Chocolate #632610
Tints of Baker's Chocolate #632610
RGB
CMYK
RGB Variations
Color information
#632610 (or 0x632610) is known color: Baker's Chocolate. HEX triplet: 63, 26 and 10. RGB value is (99,38,16). Sum of RGB (Red+Green+Blue) = 99+38+16=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #632610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632610 is #9CD9EF. Grayscale: #353535. Windows color (decimal): -10279408 or 1058403. OLE color: 1058403.
HSL color Cylindrical-coordinate representation of color #632610: hue angle of 15.9º 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 #632610 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 16 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.61 |
| HSL | 15.9º | 0.72% | 0.23% | - |
| HSV(B) | 15.9º | 0.84% | 0.39% | - |
| XYZ | 5.93 | 4.08 | 0.96 | - |
| YUV | 53.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 16 | 0 | 0.62 | 0.84 | 0.61 | 15.9 | 0.72 | 0.23 |
| Hex | 63 | 26 | 10 | 0 | 3E | 54 | 3D | 10 | 48 | 17 |
| Octal | 143 | 46 | 20 | 0 | 76 | 124 | 75 | 20 | 110 | 27 |
| Binary | 1100011 | 100110 | 10000 | 0 | 111110 | 1010100 | 111101 | 10000 | 1001000 | 10111 |
Color Harmonies of #632610
Complementary color
Monochromatic Colors of #632610
Black with #632610
Text Example
Text Example
White with #632610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632610; }
p { color: rgb(99,38,16); }
H1.HeaderClassName
{
color: #632610;
}
.AnyTagClassName
{
color: #632610;
}
</style>
background-color css
<style>
a { background-color: #632610; }
a { background-color: rgb(99,38,16); }
div.DivClassName
{
background-color: #632610;
}
.BgClassName
{
background-color: #632610;
}
</style>
border-color css
<style>
span { border-color: #632610; }
span { border-color: rgb(99,38,16); }
td.TdClassName
{
border-color: #632610;
}
.TagClassName
{
border-color: #632610;
}
</style>