Shades of Baker's Chocolate #672D06
Tints of Baker's Chocolate #672D06
RGB
CMYK
RGB Variations
Color information
#672D06 (or 0x672D06) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 06. RGB value is (103,45,6). Sum of RGB (Red+Green+Blue) = 103+45+6=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #672D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D06 is #98D2F9. Grayscale: #3A3A3A. Windows color (decimal): -10015482 or 404839. OLE color: 404839.
HSL color Cylindrical-coordinate representation of color #672D06: hue angle of 24.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #672D06 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 6 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.60 |
| HSL | 24.12º | 0.89% | 0.21% | - |
| HSV(B) | 24.12º | 0.94% | 0.4% | - |
| XYZ | 6.56 | 4.77 | 0.75 | - |
| YUV | 57.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 6 | 0 | 0.56 | 0.94 | 0.60 | 24.12 | 0.89 | 0.21 |
| Hex | 67 | 2D | 6 | 0 | 38 | 5E | 3C | 18 | 59 | 15 |
| Octal | 147 | 55 | 6 | 0 | 70 | 136 | 74 | 30 | 131 | 25 |
| Binary | 1100111 | 101101 | 110 | 0 | 111000 | 1011110 | 111100 | 11000 | 1011001 | 10101 |
Color Harmonies of #672D06
Complementary color
Monochromatic Colors of #672D06
Black with #672D06
Text Example
Text Example
White with #672D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D06; }
p { color: rgb(103,45,6); }
H1.HeaderClassName
{
color: #672D06;
}
.AnyTagClassName
{
color: #672D06;
}
</style>
background-color css
<style>
a { background-color: #672D06; }
a { background-color: rgb(103,45,6); }
div.DivClassName
{
background-color: #672D06;
}
.BgClassName
{
background-color: #672D06;
}
</style>
border-color css
<style>
span { border-color: #672D06; }
span { border-color: rgb(103,45,6); }
td.TdClassName
{
border-color: #672D06;
}
.TagClassName
{
border-color: #672D06;
}
</style>