Shades of Baker's Chocolate #68250A
Tints of Baker's Chocolate #68250A
RGB
CMYK
RGB Variations
Color information
#68250A (or 0x68250A) is known color: Baker's Chocolate. HEX triplet: 68, 25 and 0A. RGB value is (104,37,10). Sum of RGB (Red+Green+Blue) = 104+37+10=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68250A is #97DAF5. Grayscale: #363636. Windows color (decimal): -9951990 or 664936. OLE color: 664936.
HSL color Cylindrical-coordinate representation of color #68250A: hue angle of 17.23º 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 #68250A is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 10 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.59 |
| HSL | 17.23º | 0.82% | 0.22% | - |
| HSV(B) | 17.23º | 0.9% | 0.41% | - |
| XYZ | 6.43 | 4.29 | 0.78 | - |
| YUV | 53.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 10 | 0 | 0.64 | 0.90 | 0.59 | 17.23 | 0.82 | 0.22 |
| Hex | 68 | 25 | A | 0 | 40 | 5A | 3B | 11 | 52 | 16 |
| Octal | 150 | 45 | 12 | 0 | 100 | 132 | 73 | 21 | 122 | 26 |
| Binary | 1101000 | 100101 | 1010 | 0 | 1000000 | 1011010 | 111011 | 10001 | 1010010 | 10110 |
Color Harmonies of #68250A
Complementary color
Monochromatic Colors of #68250A
Black with #68250A
Text Example
Text Example
White with #68250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68250A; }
p { color: rgb(104,37,10); }
H1.HeaderClassName
{
color: #68250A;
}
.AnyTagClassName
{
color: #68250A;
}
</style>
background-color css
<style>
a { background-color: #68250A; }
a { background-color: rgb(104,37,10); }
div.DivClassName
{
background-color: #68250A;
}
.BgClassName
{
background-color: #68250A;
}
</style>
border-color css
<style>
span { border-color: #68250A; }
span { border-color: rgb(104,37,10); }
td.TdClassName
{
border-color: #68250A;
}
.TagClassName
{
border-color: #68250A;
}
</style>