Shades of Baker's Chocolate #672D0A
Tints of Baker's Chocolate #672D0A
RGB
CMYK
RGB Variations
Color information
#672D0A (or 0x672D0A) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 0A. RGB value is (103,45,10). Sum of RGB (Red+Green+Blue) = 103+45+10=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #672D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D0A is #98D2F5. Grayscale: #3A3A3A. Windows color (decimal): -10015478 or 666983. OLE color: 666983.
HSL color Cylindrical-coordinate representation of color #672D0A: hue angle of 22.58º 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 #672D0A is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 10 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.60 |
| HSL | 22.58º | 0.82% | 0.22% | - |
| HSV(B) | 22.58º | 0.9% | 0.4% | - |
| XYZ | 6.59 | 4.78 | 0.86 | - |
| YUV | 58.35 | 100.72 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 10 | 0 | 0.56 | 0.90 | 0.60 | 22.58 | 0.82 | 0.22 |
| Hex | 67 | 2D | A | 0 | 38 | 5A | 3C | 17 | 52 | 16 |
| Octal | 147 | 55 | 12 | 0 | 70 | 132 | 74 | 27 | 122 | 26 |
| Binary | 1100111 | 101101 | 1010 | 0 | 111000 | 1011010 | 111100 | 10111 | 1010010 | 10110 |
Color Harmonies of #672D0A
Complementary color
Monochromatic Colors of #672D0A
Black with #672D0A
Text Example
Text Example
White with #672D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D0A; }
p { color: rgb(103,45,10); }
H1.HeaderClassName
{
color: #672D0A;
}
.AnyTagClassName
{
color: #672D0A;
}
</style>
background-color css
<style>
a { background-color: #672D0A; }
a { background-color: rgb(103,45,10); }
div.DivClassName
{
background-color: #672D0A;
}
.BgClassName
{
background-color: #672D0A;
}
</style>
border-color css
<style>
span { border-color: #672D0A; }
span { border-color: rgb(103,45,10); }
td.TdClassName
{
border-color: #672D0A;
}
.TagClassName
{
border-color: #672D0A;
}
</style>