Shades of Baker's Chocolate #672B06
Tints of Baker's Chocolate #672B06
RGB
CMYK
RGB Variations
Color information
#672B06 (or 0x672B06) is known color: Baker's Chocolate. HEX triplet: 67, 2B and 06. RGB value is (103,43,6). Sum of RGB (Red+Green+Blue) = 103+43+6=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #672B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672B06 is #98D4F9. Grayscale: #383838. Windows color (decimal): -10015994 or 404327. OLE color: 404327.
HSL color Cylindrical-coordinate representation of color #672B06: hue angle of 22.89º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #672B06 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 43 | 6 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.60 |
| HSL | 22.89º | 0.89% | 0.21% | - |
| HSV(B) | 22.89º | 0.94% | 0.4% | - |
| XYZ | 6.49 | 4.62 | 0.72 | - |
| YUV | 56.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 6 | 0 | 0.58 | 0.94 | 0.60 | 22.89 | 0.89 | 0.21 |
| Hex | 67 | 2B | 6 | 0 | 3A | 5E | 3C | 17 | 59 | 15 |
| Octal | 147 | 53 | 6 | 0 | 72 | 136 | 74 | 27 | 131 | 25 |
| Binary | 1100111 | 101011 | 110 | 0 | 111010 | 1011110 | 111100 | 10111 | 1011001 | 10101 |
Color Harmonies of #672B06
Complementary color
Monochromatic Colors of #672B06
Black with #672B06
Text Example
Text Example
White with #672B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672B06; }
p { color: rgb(103,43,6); }
H1.HeaderClassName
{
color: #672B06;
}
.AnyTagClassName
{
color: #672B06;
}
</style>
background-color css
<style>
a { background-color: #672B06; }
a { background-color: rgb(103,43,6); }
div.DivClassName
{
background-color: #672B06;
}
.BgClassName
{
background-color: #672B06;
}
</style>
border-color css
<style>
span { border-color: #672B06; }
span { border-color: rgb(103,43,6); }
td.TdClassName
{
border-color: #672B06;
}
.TagClassName
{
border-color: #672B06;
}
</style>