Shades of Baker's Chocolate #672F0F
Tints of Baker's Chocolate #672F0F
RGB
CMYK
RGB Variations
Color information
#672F0F (or 0x672F0F) is known color: Baker's Chocolate. HEX triplet: 67, 2F and 0F. RGB value is (103,47,15). Sum of RGB (Red+Green+Blue) = 103+47+15=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #672F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672F0F is #98D0F0. Grayscale: #3C3C3C. Windows color (decimal): -10014961 or 995175. OLE color: 995175.
HSL color Cylindrical-coordinate representation of color #672F0F: hue angle of 21.82º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #672F0F is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 15 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.60 |
| HSL | 21.82º | 0.75% | 0.23% | - |
| HSV(B) | 21.82º | 0.85% | 0.4% | - |
| XYZ | 6.7 | 4.95 | 1.05 | - |
| YUV | 60.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 15 | 0 | 0.54 | 0.85 | 0.60 | 21.82 | 0.75 | 0.23 |
| Hex | 67 | 2F | F | 0 | 36 | 55 | 3C | 16 | 4B | 17 |
| Octal | 147 | 57 | 17 | 0 | 66 | 125 | 74 | 26 | 113 | 27 |
| Binary | 1100111 | 101111 | 1111 | 0 | 110110 | 1010101 | 111100 | 10110 | 1001011 | 10111 |
Color Harmonies of #672F0F
Complementary color
Monochromatic Colors of #672F0F
Black with #672F0F
Text Example
Text Example
White with #672F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F0F; }
p { color: rgb(103,47,15); }
H1.HeaderClassName
{
color: #672F0F;
}
.AnyTagClassName
{
color: #672F0F;
}
</style>
background-color css
<style>
a { background-color: #672F0F; }
a { background-color: rgb(103,47,15); }
div.DivClassName
{
background-color: #672F0F;
}
.BgClassName
{
background-color: #672F0F;
}
</style>
border-color css
<style>
span { border-color: #672F0F; }
span { border-color: rgb(103,47,15); }
td.TdClassName
{
border-color: #672F0F;
}
.TagClassName
{
border-color: #672F0F;
}
</style>