Shades of Baker's Chocolate #67330B
Tints of Baker's Chocolate #67330B
RGB
CMYK
RGB Variations
Color information
#67330B (or 0x67330B) is known color: Baker's Chocolate. HEX triplet: 67, 33 and 0B. RGB value is (103,51,11). Sum of RGB (Red+Green+Blue) = 103+51+11=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #67330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67330B is #98CCF4. Grayscale: #3E3E3E. Windows color (decimal): -10013941 or 734055. OLE color: 734055.
HSL color Cylindrical-coordinate representation of color #67330B: hue angle of 26.09º 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 #67330B is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 11 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.60 |
| HSL | 26.09º | 0.81% | 0.22% | - |
| HSV(B) | 26.09º | 0.89% | 0.4% | - |
| XYZ | 6.84 | 5.28 | 0.97 | - |
| YUV | 61.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 11 | 0 | 0.50 | 0.89 | 0.60 | 26.09 | 0.81 | 0.22 |
| Hex | 67 | 33 | B | 0 | 32 | 59 | 3C | 1A | 51 | 16 |
| Octal | 147 | 63 | 13 | 0 | 62 | 131 | 74 | 32 | 121 | 26 |
| Binary | 1100111 | 110011 | 1011 | 0 | 110010 | 1011001 | 111100 | 11010 | 1010001 | 10110 |
Color Harmonies of #67330B
Complementary color
Monochromatic Colors of #67330B
Black with #67330B
Text Example
Text Example
White with #67330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67330B; }
p { color: rgb(103,51,11); }
H1.HeaderClassName
{
color: #67330B;
}
.AnyTagClassName
{
color: #67330B;
}
</style>
background-color css
<style>
a { background-color: #67330B; }
a { background-color: rgb(103,51,11); }
div.DivClassName
{
background-color: #67330B;
}
.BgClassName
{
background-color: #67330B;
}
</style>
border-color css
<style>
span { border-color: #67330B; }
span { border-color: rgb(103,51,11); }
td.TdClassName
{
border-color: #67330B;
}
.TagClassName
{
border-color: #67330B;
}
</style>