Shades of Baker's Chocolate #67260B
Tints of Baker's Chocolate #67260B
RGB
CMYK
RGB Variations
Color information
#67260B (or 0x67260B) is known color: Baker's Chocolate. HEX triplet: 67, 26 and 0B. RGB value is (103,38,11). Sum of RGB (Red+Green+Blue) = 103+38+11=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #67260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67260B is #98D9F4. Grayscale: #363636. Windows color (decimal): -10017269 or 730727. OLE color: 730727.
HSL color Cylindrical-coordinate representation of color #67260B: hue angle of 17.61º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67260B is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 38 | 11 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.60 |
| HSL | 17.61º | 0.81% | 0.22% | - |
| HSV(B) | 17.61º | 0.89% | 0.4% | - |
| XYZ | 6.35 | 4.29 | 0.81 | - |
| YUV | 54.36 | 103.53 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 11 | 0 | 0.63 | 0.89 | 0.60 | 17.61 | 0.81 | 0.22 |
| Hex | 67 | 26 | B | 0 | 3F | 59 | 3C | 12 | 51 | 16 |
| Octal | 147 | 46 | 13 | 0 | 77 | 131 | 74 | 22 | 121 | 26 |
| Binary | 1100111 | 100110 | 1011 | 0 | 111111 | 1011001 | 111100 | 10010 | 1010001 | 10110 |
Color Harmonies of #67260B
Complementary color
Monochromatic Colors of #67260B
Black with #67260B
Text Example
Text Example
White with #67260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67260B; }
p { color: rgb(103,38,11); }
H1.HeaderClassName
{
color: #67260B;
}
.AnyTagClassName
{
color: #67260B;
}
</style>
background-color css
<style>
a { background-color: #67260B; }
a { background-color: rgb(103,38,11); }
div.DivClassName
{
background-color: #67260B;
}
.BgClassName
{
background-color: #67260B;
}
</style>
border-color css
<style>
span { border-color: #67260B; }
span { border-color: rgb(103,38,11); }
td.TdClassName
{
border-color: #67260B;
}
.TagClassName
{
border-color: #67260B;
}
</style>