Shades of Baker's Chocolate #672D15
Tints of Baker's Chocolate #672D15
RGB
CMYK
RGB Variations
Color information
#672D15 (or 0x672D15) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 15. RGB value is (103,45,21). Sum of RGB (Red+Green+Blue) = 103+45+21=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #672D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D15 is #98D2EA. Grayscale: #3B3B3B. Windows color (decimal): -10015467 or 1387879. OLE color: 1387879.
HSL color Cylindrical-coordinate representation of color #672D15: hue angle of 17.56º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672D15 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 21 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.60 |
| HSL | 17.56º | 0.66% | 0.24% | - |
| HSV(B) | 17.56º | 0.8% | 0.4% | - |
| XYZ | 6.67 | 4.81 | 1.29 | - |
| YUV | 59.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 21 | 0 | 0.56 | 0.80 | 0.60 | 17.56 | 0.66 | 0.24 |
| Hex | 67 | 2D | 15 | 0 | 38 | 50 | 3C | 12 | 42 | 18 |
| Octal | 147 | 55 | 25 | 0 | 70 | 120 | 74 | 22 | 102 | 30 |
| Binary | 1100111 | 101101 | 10101 | 0 | 111000 | 1010000 | 111100 | 10010 | 1000010 | 11000 |
Color Harmonies of #672D15
Complementary color
Monochromatic Colors of #672D15
Black with #672D15
Text Example
Text Example
White with #672D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D15; }
p { color: rgb(103,45,21); }
H1.HeaderClassName
{
color: #672D15;
}
.AnyTagClassName
{
color: #672D15;
}
</style>
background-color css
<style>
a { background-color: #672D15; }
a { background-color: rgb(103,45,21); }
div.DivClassName
{
background-color: #672D15;
}
.BgClassName
{
background-color: #672D15;
}
</style>
border-color css
<style>
span { border-color: #672D15; }
span { border-color: rgb(103,45,21); }
td.TdClassName
{
border-color: #672D15;
}
.TagClassName
{
border-color: #672D15;
}
</style>