Shades of Baker's Chocolate #672B0A
Tints of Baker's Chocolate #672B0A
RGB
CMYK
RGB Variations
Color information
#672B0A (or 0x672B0A) is known color: Baker's Chocolate. HEX triplet: 67, 2B and 0A. RGB value is (103,43,10). Sum of RGB (Red+Green+Blue) = 103+43+10=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #672B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672B0A is #98D4F5. Grayscale: #393939. Windows color (decimal): -10015990 or 666471. OLE color: 666471.
HSL color Cylindrical-coordinate representation of color #672B0A: hue angle of 21.29º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #672B0A is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 43 | 10 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.60 |
| HSL | 21.29º | 0.82% | 0.22% | - |
| HSV(B) | 21.29º | 0.9% | 0.4% | - |
| XYZ | 6.51 | 4.63 | 0.84 | - |
| YUV | 57.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 10 | 0 | 0.58 | 0.90 | 0.60 | 21.29 | 0.82 | 0.22 |
| Hex | 67 | 2B | A | 0 | 3A | 5A | 3C | 15 | 52 | 16 |
| Octal | 147 | 53 | 12 | 0 | 72 | 132 | 74 | 25 | 122 | 26 |
| Binary | 1100111 | 101011 | 1010 | 0 | 111010 | 1011010 | 111100 | 10101 | 1010010 | 10110 |
Color Harmonies of #672B0A
Complementary color
Monochromatic Colors of #672B0A
Black with #672B0A
Text Example
Text Example
White with #672B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672B0A; }
p { color: rgb(103,43,10); }
H1.HeaderClassName
{
color: #672B0A;
}
.AnyTagClassName
{
color: #672B0A;
}
</style>
background-color css
<style>
a { background-color: #672B0A; }
a { background-color: rgb(103,43,10); }
div.DivClassName
{
background-color: #672B0A;
}
.BgClassName
{
background-color: #672B0A;
}
</style>
border-color css
<style>
span { border-color: #672B0A; }
span { border-color: rgb(103,43,10); }
td.TdClassName
{
border-color: #672B0A;
}
.TagClassName
{
border-color: #672B0A;
}
</style>