Shades of Baker's Chocolate #672C0B
Tints of Baker's Chocolate #672C0B
RGB
CMYK
RGB Variations
Color information
#672C0B (or 0x672C0B) is known color: Baker's Chocolate. HEX triplet: 67, 2C and 0B. RGB value is (103,44,11). Sum of RGB (Red+Green+Blue) = 103+44+11=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #672C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672C0B is #98D3F4. Grayscale: #3A3A3A. Windows color (decimal): -10015733 or 732263. OLE color: 732263.
HSL color Cylindrical-coordinate representation of color #672C0B: hue angle of 21.52º 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 #672C0B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 44 | 11 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.60 |
| HSL | 21.52º | 0.81% | 0.22% | - |
| HSV(B) | 21.52º | 0.89% | 0.4% | - |
| XYZ | 6.55 | 4.71 | 0.88 | - |
| YUV | 57.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 11 | 0 | 0.57 | 0.89 | 0.60 | 21.52 | 0.81 | 0.22 |
| Hex | 67 | 2C | B | 0 | 39 | 59 | 3C | 16 | 51 | 16 |
| Octal | 147 | 54 | 13 | 0 | 71 | 131 | 74 | 26 | 121 | 26 |
| Binary | 1100111 | 101100 | 1011 | 0 | 111001 | 1011001 | 111100 | 10110 | 1010001 | 10110 |
Color Harmonies of #672C0B
Complementary color
Monochromatic Colors of #672C0B
Black with #672C0B
Text Example
Text Example
White with #672C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C0B; }
p { color: rgb(103,44,11); }
H1.HeaderClassName
{
color: #672C0B;
}
.AnyTagClassName
{
color: #672C0B;
}
</style>
background-color css
<style>
a { background-color: #672C0B; }
a { background-color: rgb(103,44,11); }
div.DivClassName
{
background-color: #672C0B;
}
.BgClassName
{
background-color: #672C0B;
}
</style>
border-color css
<style>
span { border-color: #672C0B; }
span { border-color: rgb(103,44,11); }
td.TdClassName
{
border-color: #672C0B;
}
.TagClassName
{
border-color: #672C0B;
}
</style>