Shades of Baker's Chocolate #67360B
Tints of Baker's Chocolate #67360B
RGB
CMYK
RGB Variations
Color information
#67360B (or 0x67360B) is known color: Baker's Chocolate. HEX triplet: 67, 36 and 0B. RGB value is (103,54,11). Sum of RGB (Red+Green+Blue) = 103+54+11=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #67360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67360B is #98C9F4. Grayscale: #3F3F3F. Windows color (decimal): -10013173 or 734823. OLE color: 734823.
HSL color Cylindrical-coordinate representation of color #67360B: hue angle of 28.04º 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 #67360B is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 54 | 11 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.60 |
| HSL | 28.04º | 0.81% | 0.22% | - |
| HSV(B) | 28.04º | 0.89% | 0.4% | - |
| XYZ | 6.97 | 5.55 | 1.02 | - |
| YUV | 63.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 11 | 0 | 0.48 | 0.89 | 0.60 | 28.04 | 0.81 | 0.22 |
| Hex | 67 | 36 | B | 0 | 30 | 59 | 3C | 1C | 51 | 16 |
| Octal | 147 | 66 | 13 | 0 | 60 | 131 | 74 | 34 | 121 | 26 |
| Binary | 1100111 | 110110 | 1011 | 0 | 110000 | 1011001 | 111100 | 11100 | 1010001 | 10110 |
Color Harmonies of #67360B
Complementary color
Monochromatic Colors of #67360B
Black with #67360B
Text Example
Text Example
White with #67360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67360B; }
p { color: rgb(103,54,11); }
H1.HeaderClassName
{
color: #67360B;
}
.AnyTagClassName
{
color: #67360B;
}
</style>
background-color css
<style>
a { background-color: #67360B; }
a { background-color: rgb(103,54,11); }
div.DivClassName
{
background-color: #67360B;
}
.BgClassName
{
background-color: #67360B;
}
</style>
border-color css
<style>
span { border-color: #67360B; }
span { border-color: rgb(103,54,11); }
td.TdClassName
{
border-color: #67360B;
}
.TagClassName
{
border-color: #67360B;
}
</style>