Shades of Baker's Chocolate #65240C
Tints of Baker's Chocolate #65240C
RGB
CMYK
RGB Variations
Color information
#65240C (or 0x65240C) is known color: Baker's Chocolate. HEX triplet: 65, 24 and 0C. RGB value is (101,36,12). Sum of RGB (Red+Green+Blue) = 101+36+12=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #65240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65240C is #9ADBF3. Grayscale: #343434. Windows color (decimal): -10148852 or 795749. OLE color: 795749.
HSL color Cylindrical-coordinate representation of color #65240C: hue angle of 16.18º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65240C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 36 | 12 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.60 |
| HSL | 16.18º | 0.79% | 0.22% | - |
| HSV(B) | 16.18º | 0.88% | 0.4% | - |
| XYZ | 6.06 | 4.05 | 0.81 | - |
| YUV | 52.7 | 105.03 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 12 | 0 | 0.64 | 0.88 | 0.60 | 16.18 | 0.79 | 0.22 |
| Hex | 65 | 24 | C | 0 | 40 | 58 | 3C | 10 | 4F | 16 |
| Octal | 145 | 44 | 14 | 0 | 100 | 130 | 74 | 20 | 117 | 26 |
| Binary | 1100101 | 100100 | 1100 | 0 | 1000000 | 1011000 | 111100 | 10000 | 1001111 | 10110 |
Color Harmonies of #65240C
Complementary color
Monochromatic Colors of #65240C
Black with #65240C
Text Example
Text Example
White with #65240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65240C; }
p { color: rgb(101,36,12); }
H1.HeaderClassName
{
color: #65240C;
}
.AnyTagClassName
{
color: #65240C;
}
</style>
background-color css
<style>
a { background-color: #65240C; }
a { background-color: rgb(101,36,12); }
div.DivClassName
{
background-color: #65240C;
}
.BgClassName
{
background-color: #65240C;
}
</style>
border-color css
<style>
span { border-color: #65240C; }
span { border-color: rgb(101,36,12); }
td.TdClassName
{
border-color: #65240C;
}
.TagClassName
{
border-color: #65240C;
}
</style>