Shades of Baker's Chocolate #68280A
Tints of Baker's Chocolate #68280A
RGB
CMYK
RGB Variations
Color information
#68280A (or 0x68280A) is known color: Baker's Chocolate. HEX triplet: 68, 28 and 0A. RGB value is (104,40,10). Sum of RGB (Red+Green+Blue) = 104+40+10=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #68280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68280A is #97D7F5. Grayscale: #373737. Windows color (decimal): -9951222 or 665704. OLE color: 665704.
HSL color Cylindrical-coordinate representation of color #68280A: hue angle of 19.15º 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 #68280A is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 10 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.59 |
| HSL | 19.15º | 0.82% | 0.22% | - |
| HSV(B) | 19.15º | 0.9% | 0.41% | - |
| XYZ | 6.52 | 4.48 | 0.81 | - |
| YUV | 55.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 10 | 0 | 0.62 | 0.90 | 0.59 | 19.15 | 0.82 | 0.22 |
| Hex | 68 | 28 | A | 0 | 3E | 5A | 3B | 13 | 52 | 16 |
| Octal | 150 | 50 | 12 | 0 | 76 | 132 | 73 | 23 | 122 | 26 |
| Binary | 1101000 | 101000 | 1010 | 0 | 111110 | 1011010 | 111011 | 10011 | 1010010 | 10110 |
Color Harmonies of #68280A
Complementary color
Monochromatic Colors of #68280A
Black with #68280A
Text Example
Text Example
White with #68280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68280A; }
p { color: rgb(104,40,10); }
H1.HeaderClassName
{
color: #68280A;
}
.AnyTagClassName
{
color: #68280A;
}
</style>
background-color css
<style>
a { background-color: #68280A; }
a { background-color: rgb(104,40,10); }
div.DivClassName
{
background-color: #68280A;
}
.BgClassName
{
background-color: #68280A;
}
</style>
border-color css
<style>
span { border-color: #68280A; }
span { border-color: rgb(104,40,10); }
td.TdClassName
{
border-color: #68280A;
}
.TagClassName
{
border-color: #68280A;
}
</style>