Shades of Baker's Chocolate #67260E
Tints of Baker's Chocolate #67260E
RGB
CMYK
RGB Variations
Color information
#67260E (or 0x67260E) is known color: Baker's Chocolate. HEX triplet: 67, 26 and 0E. RGB value is (103,38,14). Sum of RGB (Red+Green+Blue) = 103+38+14=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #67260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67260E is #98D9F1. Grayscale: #363636. Windows color (decimal): -10017266 or 927335. OLE color: 927335.
HSL color Cylindrical-coordinate representation of color #67260E: hue angle of 16.18º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #67260E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 38 | 14 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.60 |
| HSL | 16.18º | 0.76% | 0.23% | - |
| HSV(B) | 16.18º | 0.86% | 0.4% | - |
| XYZ | 6.37 | 4.3 | 0.91 | - |
| YUV | 54.7 | 105.03 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 14 | 0 | 0.63 | 0.86 | 0.60 | 16.18 | 0.76 | 0.23 |
| Hex | 67 | 26 | E | 0 | 3F | 56 | 3C | 10 | 4C | 17 |
| Octal | 147 | 46 | 16 | 0 | 77 | 126 | 74 | 20 | 114 | 27 |
| Binary | 1100111 | 100110 | 1110 | 0 | 111111 | 1010110 | 111100 | 10000 | 1001100 | 10111 |
Color Harmonies of #67260E
Complementary color
Monochromatic Colors of #67260E
Black with #67260E
Text Example
Text Example
White with #67260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67260E; }
p { color: rgb(103,38,14); }
H1.HeaderClassName
{
color: #67260E;
}
.AnyTagClassName
{
color: #67260E;
}
</style>
background-color css
<style>
a { background-color: #67260E; }
a { background-color: rgb(103,38,14); }
div.DivClassName
{
background-color: #67260E;
}
.BgClassName
{
background-color: #67260E;
}
</style>
border-color css
<style>
span { border-color: #67260E; }
span { border-color: rgb(103,38,14); }
td.TdClassName
{
border-color: #67260E;
}
.TagClassName
{
border-color: #67260E;
}
</style>