Shades of Baker's Chocolate #673A15
Tints of Baker's Chocolate #673A15
RGB
CMYK
RGB Variations
Color information
#673A15 (or 0x673A15) is known color: Baker's Chocolate. HEX triplet: 67, 3A and 15. RGB value is (103,58,21). Sum of RGB (Red+Green+Blue) = 103+58+21=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #673A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673A15 is #98C5EA. Grayscale: #434343. Windows color (decimal): -10012139 or 1391207. OLE color: 1391207.
HSL color Cylindrical-coordinate representation of color #673A15: hue angle of 27.07º 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 #673A15 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 21 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.60 |
| HSL | 27.07º | 0.66% | 0.24% | - |
| HSV(B) | 27.07º | 0.8% | 0.4% | - |
| XYZ | 7.24 | 5.96 | 1.48 | - |
| YUV | 67.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 21 | 0 | 0.44 | 0.80 | 0.60 | 27.07 | 0.66 | 0.24 |
| Hex | 67 | 3A | 15 | 0 | 2C | 50 | 3C | 1B | 42 | 18 |
| Octal | 147 | 72 | 25 | 0 | 54 | 120 | 74 | 33 | 102 | 30 |
| Binary | 1100111 | 111010 | 10101 | 0 | 101100 | 1010000 | 111100 | 11011 | 1000010 | 11000 |
Color Harmonies of #673A15
Complementary color
Monochromatic Colors of #673A15
Black with #673A15
Text Example
Text Example
White with #673A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A15; }
p { color: rgb(103,58,21); }
H1.HeaderClassName
{
color: #673A15;
}
.AnyTagClassName
{
color: #673A15;
}
</style>
background-color css
<style>
a { background-color: #673A15; }
a { background-color: rgb(103,58,21); }
div.DivClassName
{
background-color: #673A15;
}
.BgClassName
{
background-color: #673A15;
}
</style>
border-color css
<style>
span { border-color: #673A15; }
span { border-color: rgb(103,58,21); }
td.TdClassName
{
border-color: #673A15;
}
.TagClassName
{
border-color: #673A15;
}
</style>