Shades of Baker's Chocolate #68360A
Tints of Baker's Chocolate #68360A
RGB
CMYK
RGB Variations
Color information
#68360A (or 0x68360A) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 0A. RGB value is (104,54,10). Sum of RGB (Red+Green+Blue) = 104+54+10=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68360A is #97C9F5. Grayscale: #404040. Windows color (decimal): -9947638 or 669288. OLE color: 669288.
HSL color Cylindrical-coordinate representation of color #68360A: hue angle of 28.09º 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 #68360A is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 10 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.59 |
| HSL | 28.09º | 0.82% | 0.22% | - |
| HSV(B) | 28.09º | 0.9% | 0.41% | - |
| XYZ | 7.08 | 5.6 | 1 | - |
| YUV | 63.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 10 | 0 | 0.48 | 0.90 | 0.59 | 28.09 | 0.82 | 0.22 |
| Hex | 68 | 36 | A | 0 | 30 | 5A | 3B | 1C | 52 | 16 |
| Octal | 150 | 66 | 12 | 0 | 60 | 132 | 73 | 34 | 122 | 26 |
| Binary | 1101000 | 110110 | 1010 | 0 | 110000 | 1011010 | 111011 | 11100 | 1010010 | 10110 |
Color Harmonies of #68360A
Complementary color
Monochromatic Colors of #68360A
Black with #68360A
Text Example
Text Example
White with #68360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68360A; }
p { color: rgb(104,54,10); }
H1.HeaderClassName
{
color: #68360A;
}
.AnyTagClassName
{
color: #68360A;
}
</style>
background-color css
<style>
a { background-color: #68360A; }
a { background-color: rgb(104,54,10); }
div.DivClassName
{
background-color: #68360A;
}
.BgClassName
{
background-color: #68360A;
}
</style>
border-color css
<style>
span { border-color: #68360A; }
span { border-color: rgb(104,54,10); }
td.TdClassName
{
border-color: #68360A;
}
.TagClassName
{
border-color: #68360A;
}
</style>