Shades of Baker's Chocolate #672B0B
Tints of Baker's Chocolate #672B0B
RGB
CMYK
RGB Variations
Color information
#672B0B (or 0x672B0B) is known color: Baker's Chocolate. HEX triplet: 67, 2B and 0B. RGB value is (103,43,11). Sum of RGB (Red+Green+Blue) = 103+43+11=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #672B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672B0B is #98D4F4. Grayscale: #393939. Windows color (decimal): -10015989 or 732007. OLE color: 732007.
HSL color Cylindrical-coordinate representation of color #672B0B: hue angle of 20.87º 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 #672B0B is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 43 | 11 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.60 |
| HSL | 20.87º | 0.81% | 0.22% | - |
| HSV(B) | 20.87º | 0.89% | 0.4% | - |
| XYZ | 6.52 | 4.64 | 0.87 | - |
| YUV | 57.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 11 | 0 | 0.58 | 0.89 | 0.60 | 20.87 | 0.81 | 0.22 |
| Hex | 67 | 2B | B | 0 | 3A | 59 | 3C | 15 | 51 | 16 |
| Octal | 147 | 53 | 13 | 0 | 72 | 131 | 74 | 25 | 121 | 26 |
| Binary | 1100111 | 101011 | 1011 | 0 | 111010 | 1011001 | 111100 | 10101 | 1010001 | 10110 |
Color Harmonies of #672B0B
Complementary color
Monochromatic Colors of #672B0B
Black with #672B0B
Text Example
Text Example
White with #672B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672B0B; }
p { color: rgb(103,43,11); }
H1.HeaderClassName
{
color: #672B0B;
}
.AnyTagClassName
{
color: #672B0B;
}
</style>
background-color css
<style>
a { background-color: #672B0B; }
a { background-color: rgb(103,43,11); }
div.DivClassName
{
background-color: #672B0B;
}
.BgClassName
{
background-color: #672B0B;
}
</style>
border-color css
<style>
span { border-color: #672B0B; }
span { border-color: rgb(103,43,11); }
td.TdClassName
{
border-color: #672B0B;
}
.TagClassName
{
border-color: #672B0B;
}
</style>