Shades of Baker's Chocolate #67250E
Tints of Baker's Chocolate #67250E
RGB
CMYK
RGB Variations
Color information
#67250E (or 0x67250E) is known color: Baker's Chocolate. HEX triplet: 67, 25 and 0E. RGB value is (103,37,14). Sum of RGB (Red+Green+Blue) = 103+37+14=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #67250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67250E is #98DAF1. Grayscale: #363636. Windows color (decimal): -10017522 or 927079. OLE color: 927079.
HSL color Cylindrical-coordinate representation of color #67250E: hue angle of 15.51º 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 #67250E is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 37 | 14 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.60 |
| HSL | 15.51º | 0.76% | 0.23% | - |
| HSV(B) | 15.51º | 0.86% | 0.4% | - |
| XYZ | 6.33 | 4.24 | 0.9 | - |
| YUV | 54.11 | 105.37 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 14 | 0 | 0.64 | 0.86 | 0.60 | 15.51 | 0.76 | 0.23 |
| Hex | 67 | 25 | E | 0 | 40 | 56 | 3C | 10 | 4C | 17 |
| Octal | 147 | 45 | 16 | 0 | 100 | 126 | 74 | 20 | 114 | 27 |
| Binary | 1100111 | 100101 | 1110 | 0 | 1000000 | 1010110 | 111100 | 10000 | 1001100 | 10111 |
Color Harmonies of #67250E
Complementary color
Monochromatic Colors of #67250E
Black with #67250E
Text Example
Text Example
White with #67250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67250E; }
p { color: rgb(103,37,14); }
H1.HeaderClassName
{
color: #67250E;
}
.AnyTagClassName
{
color: #67250E;
}
</style>
background-color css
<style>
a { background-color: #67250E; }
a { background-color: rgb(103,37,14); }
div.DivClassName
{
background-color: #67250E;
}
.BgClassName
{
background-color: #67250E;
}
</style>
border-color css
<style>
span { border-color: #67250E; }
span { border-color: rgb(103,37,14); }
td.TdClassName
{
border-color: #67250E;
}
.TagClassName
{
border-color: #67250E;
}
</style>