Shades of Baker's Chocolate #68240A
Tints of Baker's Chocolate #68240A
RGB
CMYK
RGB Variations
Color information
#68240A (or 0x68240A) is known color: Baker's Chocolate. HEX triplet: 68, 24 and 0A. RGB value is (104,36,10). Sum of RGB (Red+Green+Blue) = 104+36+10=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #68240A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68240A is #97DBF5. Grayscale: #353535. Windows color (decimal): -9952246 or 664680. OLE color: 664680.
HSL color Cylindrical-coordinate representation of color #68240A: hue angle of 16.6º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68240A is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 10 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.59 |
| HSL | 16.6º | 0.82% | 0.22% | - |
| HSV(B) | 16.6º | 0.9% | 0.41% | - |
| XYZ | 6.39 | 4.23 | 0.77 | - |
| YUV | 53.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 10 | 0 | 0.65 | 0.90 | 0.59 | 16.6 | 0.82 | 0.22 |
| Hex | 68 | 24 | A | 0 | 41 | 5A | 3B | 11 | 52 | 16 |
| Octal | 150 | 44 | 12 | 0 | 101 | 132 | 73 | 21 | 122 | 26 |
| Binary | 1101000 | 100100 | 1010 | 0 | 1000001 | 1011010 | 111011 | 10001 | 1010010 | 10110 |
Color Harmonies of #68240A
Complementary color
Monochromatic Colors of #68240A
Black with #68240A
Text Example
Text Example
White with #68240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68240A; }
p { color: rgb(104,36,10); }
H1.HeaderClassName
{
color: #68240A;
}
.AnyTagClassName
{
color: #68240A;
}
</style>
background-color css
<style>
a { background-color: #68240A; }
a { background-color: rgb(104,36,10); }
div.DivClassName
{
background-color: #68240A;
}
.BgClassName
{
background-color: #68240A;
}
</style>
border-color css
<style>
span { border-color: #68240A; }
span { border-color: rgb(104,36,10); }
td.TdClassName
{
border-color: #68240A;
}
.TagClassName
{
border-color: #68240A;
}
</style>