Shades of Baker's Chocolate #63260B
Tints of Baker's Chocolate #63260B
RGB
CMYK
RGB Variations
Color information
#63260B (or 0x63260B) is known color: Baker's Chocolate. HEX triplet: 63, 26 and 0B. RGB value is (99,38,11). Sum of RGB (Red+Green+Blue) = 99+38+11=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #63260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63260B is #9CD9F4. Grayscale: #353535. Windows color (decimal): -10279413 or 730723. OLE color: 730723.
HSL color Cylindrical-coordinate representation of color #63260B: hue angle of 18.41º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63260B is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 11 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.61 |
| HSL | 18.41º | 0.8% | 0.22% | - |
| HSV(B) | 18.41º | 0.89% | 0.39% | - |
| XYZ | 5.9 | 4.06 | 0.79 | - |
| YUV | 53.16 | 104.21 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 11 | 0 | 0.62 | 0.89 | 0.61 | 18.41 | 0.8 | 0.22 |
| Hex | 63 | 26 | B | 0 | 3E | 59 | 3D | 12 | 50 | 16 |
| Octal | 143 | 46 | 13 | 0 | 76 | 131 | 75 | 22 | 120 | 26 |
| Binary | 1100011 | 100110 | 1011 | 0 | 111110 | 1011001 | 111101 | 10010 | 1010000 | 10110 |
Color Harmonies of #63260B
Complementary color
Monochromatic Colors of #63260B
Black with #63260B
Text Example
Text Example
White with #63260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63260B; }
p { color: rgb(99,38,11); }
H1.HeaderClassName
{
color: #63260B;
}
.AnyTagClassName
{
color: #63260B;
}
</style>
background-color css
<style>
a { background-color: #63260B; }
a { background-color: rgb(99,38,11); }
div.DivClassName
{
background-color: #63260B;
}
.BgClassName
{
background-color: #63260B;
}
</style>
border-color css
<style>
span { border-color: #63260B; }
span { border-color: rgb(99,38,11); }
td.TdClassName
{
border-color: #63260B;
}
.TagClassName
{
border-color: #63260B;
}
</style>