Shades of Baker's Chocolate #673215
Tints of Baker's Chocolate #673215
RGB
CMYK
RGB Variations
Color information
#673215 (or 0x673215) is known color: Baker's Chocolate. HEX triplet: 67, 32 and 15. RGB value is (103,50,21). Sum of RGB (Red+Green+Blue) = 103+50+21=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #673215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673215 is #98CDEA. Grayscale: #3E3E3E. Windows color (decimal): -10014187 or 1389159. OLE color: 1389159.
HSL color Cylindrical-coordinate representation of color #673215: hue angle of 21.22º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #673215 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 50 | 21 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.60 |
| HSL | 21.22º | 0.66% | 0.24% | - |
| HSV(B) | 21.22º | 0.8% | 0.4% | - |
| XYZ | 6.87 | 5.22 | 1.35 | - |
| YUV | 62.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 21 | 0 | 0.51 | 0.80 | 0.60 | 21.22 | 0.66 | 0.24 |
| Hex | 67 | 32 | 15 | 0 | 33 | 50 | 3C | 15 | 42 | 18 |
| Octal | 147 | 62 | 25 | 0 | 63 | 120 | 74 | 25 | 102 | 30 |
| Binary | 1100111 | 110010 | 10101 | 0 | 110011 | 1010000 | 111100 | 10101 | 1000010 | 11000 |
Color Harmonies of #673215
Complementary color
Monochromatic Colors of #673215
Black with #673215
Text Example
Text Example
White with #673215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673215; }
p { color: rgb(103,50,21); }
H1.HeaderClassName
{
color: #673215;
}
.AnyTagClassName
{
color: #673215;
}
</style>
background-color css
<style>
a { background-color: #673215; }
a { background-color: rgb(103,50,21); }
div.DivClassName
{
background-color: #673215;
}
.BgClassName
{
background-color: #673215;
}
</style>
border-color css
<style>
span { border-color: #673215; }
span { border-color: rgb(103,50,21); }
td.TdClassName
{
border-color: #673215;
}
.TagClassName
{
border-color: #673215;
}
</style>