Shades of Baker's Chocolate #63260A
Tints of Baker's Chocolate #63260A
RGB
CMYK
RGB Variations
Color information
#63260A (or 0x63260A) is known color: Baker's Chocolate. HEX triplet: 63, 26 and 0A. RGB value is (99,38,10). Sum of RGB (Red+Green+Blue) = 99+38+10=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63260A is #9CD9F5. Grayscale: #353535. Windows color (decimal): -10279414 or 665187. OLE color: 665187.
HSL color Cylindrical-coordinate representation of color #63260A: hue angle of 18.88º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63260A is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 10 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.61 |
| HSL | 18.88º | 0.82% | 0.21% | - |
| HSV(B) | 18.88º | 0.9% | 0.39% | - |
| XYZ | 5.89 | 4.06 | 0.76 | - |
| YUV | 53.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 10 | 0 | 0.62 | 0.90 | 0.61 | 18.88 | 0.82 | 0.21 |
| Hex | 63 | 26 | A | 0 | 3E | 5A | 3D | 13 | 52 | 15 |
| Octal | 143 | 46 | 12 | 0 | 76 | 132 | 75 | 23 | 122 | 25 |
| Binary | 1100011 | 100110 | 1010 | 0 | 111110 | 1011010 | 111101 | 10011 | 1010010 | 10101 |
Color Harmonies of #63260A
Complementary color
Monochromatic Colors of #63260A
Black with #63260A
Text Example
Text Example
White with #63260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63260A; }
p { color: rgb(99,38,10); }
H1.HeaderClassName
{
color: #63260A;
}
.AnyTagClassName
{
color: #63260A;
}
</style>
background-color css
<style>
a { background-color: #63260A; }
a { background-color: rgb(99,38,10); }
div.DivClassName
{
background-color: #63260A;
}
.BgClassName
{
background-color: #63260A;
}
</style>
border-color css
<style>
span { border-color: #63260A; }
span { border-color: rgb(99,38,10); }
td.TdClassName
{
border-color: #63260A;
}
.TagClassName
{
border-color: #63260A;
}
</style>