Shades of Baker's Chocolate #672D14
Tints of Baker's Chocolate #672D14
RGB
CMYK
RGB Variations
Color information
#672D14 (or 0x672D14) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 14. RGB value is (103,45,20). Sum of RGB (Red+Green+Blue) = 103+45+20=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #672D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D14 is #98D2EB. Grayscale: #3B3B3B. Windows color (decimal): -10015468 or 1322343. OLE color: 1322343.
HSL color Cylindrical-coordinate representation of color #672D14: hue angle of 18.07º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672D14 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 20 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.60 |
| HSL | 18.07º | 0.67% | 0.24% | - |
| HSV(B) | 18.07º | 0.81% | 0.4% | - |
| XYZ | 6.66 | 4.81 | 1.24 | - |
| YUV | 59.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 20 | 0 | 0.56 | 0.81 | 0.60 | 18.07 | 0.67 | 0.24 |
| Hex | 67 | 2D | 14 | 0 | 38 | 51 | 3C | 12 | 43 | 18 |
| Octal | 147 | 55 | 24 | 0 | 70 | 121 | 74 | 22 | 103 | 30 |
| Binary | 1100111 | 101101 | 10100 | 0 | 111000 | 1010001 | 111100 | 10010 | 1000011 | 11000 |
Color Harmonies of #672D14
Complementary color
Monochromatic Colors of #672D14
Black with #672D14
Text Example
Text Example
White with #672D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D14; }
p { color: rgb(103,45,20); }
H1.HeaderClassName
{
color: #672D14;
}
.AnyTagClassName
{
color: #672D14;
}
</style>
background-color css
<style>
a { background-color: #672D14; }
a { background-color: rgb(103,45,20); }
div.DivClassName
{
background-color: #672D14;
}
.BgClassName
{
background-color: #672D14;
}
</style>
border-color css
<style>
span { border-color: #672D14; }
span { border-color: rgb(103,45,20); }
td.TdClassName
{
border-color: #672D14;
}
.TagClassName
{
border-color: #672D14;
}
</style>