Shades of Baker's Chocolate #67250B
Tints of Baker's Chocolate #67250B
RGB
CMYK
RGB Variations
Color information
#67250B (or 0x67250B) is known color: Baker's Chocolate. HEX triplet: 67, 25 and 0B. RGB value is (103,37,11). Sum of RGB (Red+Green+Blue) = 103+37+11=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #67250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67250B is #98DAF4. Grayscale: #353535. Windows color (decimal): -10017525 or 730471. OLE color: 730471.
HSL color Cylindrical-coordinate representation of color #67250B: hue angle of 16.96º 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 #67250B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 37 | 11 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.60 |
| HSL | 16.96º | 0.81% | 0.22% | - |
| HSV(B) | 16.96º | 0.89% | 0.4% | - |
| XYZ | 6.32 | 4.23 | 0.8 | - |
| YUV | 53.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 11 | 0 | 0.64 | 0.89 | 0.60 | 16.96 | 0.81 | 0.22 |
| Hex | 67 | 25 | B | 0 | 40 | 59 | 3C | 11 | 51 | 16 |
| Octal | 147 | 45 | 13 | 0 | 100 | 131 | 74 | 21 | 121 | 26 |
| Binary | 1100111 | 100101 | 1011 | 0 | 1000000 | 1011001 | 111100 | 10001 | 1010001 | 10110 |
Color Harmonies of #67250B
Complementary color
Monochromatic Colors of #67250B
Black with #67250B
Text Example
Text Example
White with #67250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67250B; }
p { color: rgb(103,37,11); }
H1.HeaderClassName
{
color: #67250B;
}
.AnyTagClassName
{
color: #67250B;
}
</style>
background-color css
<style>
a { background-color: #67250B; }
a { background-color: rgb(103,37,11); }
div.DivClassName
{
background-color: #67250B;
}
.BgClassName
{
background-color: #67250B;
}
</style>
border-color css
<style>
span { border-color: #67250B; }
span { border-color: rgb(103,37,11); }
td.TdClassName
{
border-color: #67250B;
}
.TagClassName
{
border-color: #67250B;
}
</style>