Shades of Baker's Chocolate #673212
Tints of Baker's Chocolate #673212
RGB
CMYK
RGB Variations
Color information
#673212 (or 0x673212) is known color: Baker's Chocolate. HEX triplet: 67, 32 and 12. RGB value is (103,50,18). Sum of RGB (Red+Green+Blue) = 103+50+18=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #673212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673212 is #98CDED. Grayscale: #3E3E3E. Windows color (decimal): -10014190 or 1192551. OLE color: 1192551.
HSL color Cylindrical-coordinate representation of color #673212: hue angle of 22.59º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #673212 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 50 | 18 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.60 |
| HSL | 22.59º | 0.7% | 0.24% | - |
| HSV(B) | 22.59º | 0.83% | 0.4% | - |
| XYZ | 6.84 | 5.21 | 1.22 | - |
| YUV | 62.2 | 103.06 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 18 | 0 | 0.51 | 0.83 | 0.60 | 22.59 | 0.7 | 0.24 |
| Hex | 67 | 32 | 12 | 0 | 33 | 53 | 3C | 17 | 46 | 18 |
| Octal | 147 | 62 | 22 | 0 | 63 | 123 | 74 | 27 | 106 | 30 |
| Binary | 1100111 | 110010 | 10010 | 0 | 110011 | 1010011 | 111100 | 10111 | 1000110 | 11000 |
Color Harmonies of #673212
Complementary color
Monochromatic Colors of #673212
Black with #673212
Text Example
Text Example
White with #673212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673212; }
p { color: rgb(103,50,18); }
H1.HeaderClassName
{
color: #673212;
}
.AnyTagClassName
{
color: #673212;
}
</style>
background-color css
<style>
a { background-color: #673212; }
a { background-color: rgb(103,50,18); }
div.DivClassName
{
background-color: #673212;
}
.BgClassName
{
background-color: #673212;
}
</style>
border-color css
<style>
span { border-color: #673212; }
span { border-color: rgb(103,50,18); }
td.TdClassName
{
border-color: #673212;
}
.TagClassName
{
border-color: #673212;
}
</style>