Shades of Baker's Chocolate #62260B
Tints of Baker's Chocolate #62260B
RGB
CMYK
RGB Variations
Color information
#62260B (or 0x62260B) is known color: Baker's Chocolate. HEX triplet: 62, 26 and 0B. RGB value is (98,38,11). Sum of RGB (Red+Green+Blue) = 98+38+11=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62260B is #9DD9F4. Grayscale: #353535. Windows color (decimal): -10344949 or 730722. OLE color: 730722.
HSL color Cylindrical-coordinate representation of color #62260B: hue angle of 18.62º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62260B is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 38 | 11 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.62 |
| HSL | 18.62º | 0.8% | 0.21% | - |
| HSV(B) | 18.62º | 0.89% | 0.38% | - |
| XYZ | 5.79 | 4.01 | 0.78 | - |
| YUV | 52.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 11 | 0 | 0.61 | 0.89 | 0.62 | 18.62 | 0.8 | 0.21 |
| Hex | 62 | 26 | B | 0 | 3D | 59 | 3E | 13 | 50 | 15 |
| Octal | 142 | 46 | 13 | 0 | 75 | 131 | 76 | 23 | 120 | 25 |
| Binary | 1100010 | 100110 | 1011 | 0 | 111101 | 1011001 | 111110 | 10011 | 1010000 | 10101 |
Color Harmonies of #62260B
Complementary color
Monochromatic Colors of #62260B
Black with #62260B
Text Example
Text Example
White with #62260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62260B; }
p { color: rgb(98,38,11); }
H1.HeaderClassName
{
color: #62260B;
}
.AnyTagClassName
{
color: #62260B;
}
</style>
background-color css
<style>
a { background-color: #62260B; }
a { background-color: rgb(98,38,11); }
div.DivClassName
{
background-color: #62260B;
}
.BgClassName
{
background-color: #62260B;
}
</style>
border-color css
<style>
span { border-color: #62260B; }
span { border-color: rgb(98,38,11); }
td.TdClassName
{
border-color: #62260B;
}
.TagClassName
{
border-color: #62260B;
}
</style>