Shades of Baker's Chocolate #672C00
Tints of Baker's Chocolate #672C00
RGB
CMYK
RGB Variations
Color information
#672C00 (or 0x672C00) is known color: Baker's Chocolate. HEX triplet: 67, 2C and 00. RGB value is (103,44,0). Sum of RGB (Red+Green+Blue) = 103+44+0=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #672C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672C00 is #98D3FF. Grayscale: #383838. Windows color (decimal): -10015744 or 11367. OLE color: 11367.
HSL color Cylindrical-coordinate representation of color #672C00: hue angle of 25.63º 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 #672C00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 44 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.60 |
| HSL | 25.63º | 1% | 0.2% | - |
| HSV(B) | 25.63º | 1% | 0.4% | - |
| XYZ | 6.49 | 4.68 | 0.56 | - |
| YUV | 56.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 0 | 0 | 0.57 | 1 | 0.60 | 25.63 | 1 | 0.2 |
| Hex | 67 | 2C | 0 | 0 | 39 | 64 | 3C | 1A | 64 | 14 |
| Octal | 147 | 54 | 0 | 0 | 71 | 144 | 74 | 32 | 144 | 24 |
| Binary | 1100111 | 101100 | 0 | 0 | 111001 | 1100100 | 111100 | 11010 | 1100100 | 10100 |
Color Harmonies of #672C00
Complementary color
Monochromatic Colors of #672C00
Black with #672C00
Text Example
Text Example
White with #672C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C00; }
p { color: rgb(103,44,0); }
H1.HeaderClassName
{
color: #672C00;
}
.AnyTagClassName
{
color: #672C00;
}
</style>
background-color css
<style>
a { background-color: #672C00; }
a { background-color: rgb(103,44,0); }
div.DivClassName
{
background-color: #672C00;
}
.BgClassName
{
background-color: #672C00;
}
</style>
border-color css
<style>
span { border-color: #672C00; }
span { border-color: rgb(103,44,0); }
td.TdClassName
{
border-color: #672C00;
}
.TagClassName
{
border-color: #672C00;
}
</style>