Shades of Baker's Chocolate #672C0E
Tints of Baker's Chocolate #672C0E
RGB
CMYK
RGB Variations
Color information
#672C0E (or 0x672C0E) is known color: Baker's Chocolate. HEX triplet: 67, 2C and 0E. RGB value is (103,44,14). Sum of RGB (Red+Green+Blue) = 103+44+14=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #672C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672C0E is #98D3F1. Grayscale: #3A3A3A. Windows color (decimal): -10015730 or 928871. OLE color: 928871.
HSL color Cylindrical-coordinate representation of color #672C0E: hue angle of 20.22º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #672C0E is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 44 | 14 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.60 |
| HSL | 20.22º | 0.76% | 0.23% | - |
| HSV(B) | 20.22º | 0.86% | 0.4% | - |
| XYZ | 6.57 | 4.72 | 0.98 | - |
| YUV | 58.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 14 | 0 | 0.57 | 0.86 | 0.60 | 20.22 | 0.76 | 0.23 |
| Hex | 67 | 2C | E | 0 | 39 | 56 | 3C | 14 | 4C | 17 |
| Octal | 147 | 54 | 16 | 0 | 71 | 126 | 74 | 24 | 114 | 27 |
| Binary | 1100111 | 101100 | 1110 | 0 | 111001 | 1010110 | 111100 | 10100 | 1001100 | 10111 |
Color Harmonies of #672C0E
Complementary color
Monochromatic Colors of #672C0E
Black with #672C0E
Text Example
Text Example
White with #672C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C0E; }
p { color: rgb(103,44,14); }
H1.HeaderClassName
{
color: #672C0E;
}
.AnyTagClassName
{
color: #672C0E;
}
</style>
background-color css
<style>
a { background-color: #672C0E; }
a { background-color: rgb(103,44,14); }
div.DivClassName
{
background-color: #672C0E;
}
.BgClassName
{
background-color: #672C0E;
}
</style>
border-color css
<style>
span { border-color: #672C0E; }
span { border-color: rgb(103,44,14); }
td.TdClassName
{
border-color: #672C0E;
}
.TagClassName
{
border-color: #672C0E;
}
</style>