Shades of Baker's Chocolate #65240B
Tints of Baker's Chocolate #65240B
RGB
CMYK
RGB Variations
Color information
#65240B (or 0x65240B) is known color: Baker's Chocolate. HEX triplet: 65, 24 and 0B. RGB value is (101,36,11). Sum of RGB (Red+Green+Blue) = 101+36+11=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #65240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65240B is #9ADBF4. Grayscale: #343434. Windows color (decimal): -10148853 or 730213. OLE color: 730213.
HSL color Cylindrical-coordinate representation of color #65240B: hue angle of 16.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65240B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 36 | 11 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.60 |
| HSL | 16.67º | 0.8% | 0.22% | - |
| HSV(B) | 16.67º | 0.89% | 0.4% | - |
| XYZ | 6.06 | 4.05 | 0.78 | - |
| YUV | 52.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 11 | 0 | 0.64 | 0.89 | 0.60 | 16.67 | 0.8 | 0.22 |
| Hex | 65 | 24 | B | 0 | 40 | 59 | 3C | 11 | 50 | 16 |
| Octal | 145 | 44 | 13 | 0 | 100 | 131 | 74 | 21 | 120 | 26 |
| Binary | 1100101 | 100100 | 1011 | 0 | 1000000 | 1011001 | 111100 | 10001 | 1010000 | 10110 |
Color Harmonies of #65240B
Complementary color
Monochromatic Colors of #65240B
Black with #65240B
Text Example
Text Example
White with #65240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65240B; }
p { color: rgb(101,36,11); }
H1.HeaderClassName
{
color: #65240B;
}
.AnyTagClassName
{
color: #65240B;
}
</style>
background-color css
<style>
a { background-color: #65240B; }
a { background-color: rgb(101,36,11); }
div.DivClassName
{
background-color: #65240B;
}
.BgClassName
{
background-color: #65240B;
}
</style>
border-color css
<style>
span { border-color: #65240B; }
span { border-color: rgb(101,36,11); }
td.TdClassName
{
border-color: #65240B;
}
.TagClassName
{
border-color: #65240B;
}
</style>