Shades of Baker's Chocolate #68360F
Tints of Baker's Chocolate #68360F
RGB
CMYK
RGB Variations
Color information
#68360F (or 0x68360F) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 0F. RGB value is (104,54,15). Sum of RGB (Red+Green+Blue) = 104+54+15=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68360F is #97C9F0. Grayscale: #404040. Windows color (decimal): -9947633 or 996968. OLE color: 996968.
HSL color Cylindrical-coordinate representation of color #68360F: hue angle of 26.29º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68360F is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 15 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.59 |
| HSL | 26.29º | 0.75% | 0.23% | - |
| HSV(B) | 26.29º | 0.86% | 0.41% | - |
| XYZ | 7.11 | 5.62 | 1.16 | - |
| YUV | 64.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 15 | 0 | 0.48 | 0.86 | 0.59 | 26.29 | 0.75 | 0.23 |
| Hex | 68 | 36 | F | 0 | 30 | 56 | 3B | 1A | 4B | 17 |
| Octal | 150 | 66 | 17 | 0 | 60 | 126 | 73 | 32 | 113 | 27 |
| Binary | 1101000 | 110110 | 1111 | 0 | 110000 | 1010110 | 111011 | 11010 | 1001011 | 10111 |
Color Harmonies of #68360F
Complementary color
Monochromatic Colors of #68360F
Black with #68360F
Text Example
Text Example
White with #68360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68360F; }
p { color: rgb(104,54,15); }
H1.HeaderClassName
{
color: #68360F;
}
.AnyTagClassName
{
color: #68360F;
}
</style>
background-color css
<style>
a { background-color: #68360F; }
a { background-color: rgb(104,54,15); }
div.DivClassName
{
background-color: #68360F;
}
.BgClassName
{
background-color: #68360F;
}
</style>
border-color css
<style>
span { border-color: #68360F; }
span { border-color: rgb(104,54,15); }
td.TdClassName
{
border-color: #68360F;
}
.TagClassName
{
border-color: #68360F;
}
</style>