Shades of Baker's Chocolate #672100
Tints of Baker's Chocolate #672100
RGB
CMYK
RGB Variations
Color information
#672100 (or 0x672100) is known color: Baker's Chocolate. HEX triplet: 67, 21 and 00. RGB value is (103,33,0). Sum of RGB (Red+Green+Blue) = 103+33+0=136 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.74% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 103 - color contains mainly: red. Hex color #672100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672100 is #98DEFF. Grayscale: #323232. Windows color (decimal): -10018560 or 8551. OLE color: 8551.
HSL color Cylindrical-coordinate representation of color #672100: hue angle of 19.22º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #672100 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 33 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.60 |
| HSL | 19.22º | 1% | 0.2% | - |
| HSV(B) | 19.22º | 1% | 0.4% | - |
| XYZ | 6.14 | 3.97 | 0.44 | - |
| YUV | 50.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 0 | 0 | 0.68 | 1 | 0.60 | 19.22 | 1 | 0.2 |
| Hex | 67 | 21 | 0 | 0 | 44 | 64 | 3C | 13 | 64 | 14 |
| Octal | 147 | 41 | 0 | 0 | 104 | 144 | 74 | 23 | 144 | 24 |
| Binary | 1100111 | 100001 | 0 | 0 | 1000100 | 1100100 | 111100 | 10011 | 1100100 | 10100 |
Color Harmonies of #672100
Complementary color
Monochromatic Colors of #672100
Black with #672100
Text Example
Text Example
White with #672100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672100; }
p { color: rgb(103,33,0); }
H1.HeaderClassName
{
color: #672100;
}
.AnyTagClassName
{
color: #672100;
}
</style>
background-color css
<style>
a { background-color: #672100; }
a { background-color: rgb(103,33,0); }
div.DivClassName
{
background-color: #672100;
}
.BgClassName
{
background-color: #672100;
}
</style>
border-color css
<style>
span { border-color: #672100; }
span { border-color: rgb(103,33,0); }
td.TdClassName
{
border-color: #672100;
}
.TagClassName
{
border-color: #672100;
}
</style>