Shades of Baker's Chocolate #673A0B
Tints of Baker's Chocolate #673A0B
RGB
CMYK
RGB Variations
Color information
#673A0B (or 0x673A0B) is known color: Baker's Chocolate. HEX triplet: 67, 3A and 0B. RGB value is (103,58,11). Sum of RGB (Red+Green+Blue) = 103+58+11=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #673A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673A0B is #98C5F4. Grayscale: #424242. Windows color (decimal): -10012149 or 735847. OLE color: 735847.
HSL color Cylindrical-coordinate representation of color #673A0B: hue angle of 30.65º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #673A0B is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 11 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.60 |
| HSL | 30.65º | 0.81% | 0.22% | - |
| HSV(B) | 30.65º | 0.89% | 0.4% | - |
| XYZ | 7.17 | 5.93 | 1.08 | - |
| YUV | 66.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 11 | 0 | 0.44 | 0.89 | 0.60 | 30.65 | 0.81 | 0.22 |
| Hex | 67 | 3A | B | 0 | 2C | 59 | 3C | 1F | 51 | 16 |
| Octal | 147 | 72 | 13 | 0 | 54 | 131 | 74 | 37 | 121 | 26 |
| Binary | 1100111 | 111010 | 1011 | 0 | 101100 | 1011001 | 111100 | 11111 | 1010001 | 10110 |
Color Harmonies of #673A0B
Complementary color
Monochromatic Colors of #673A0B
Black with #673A0B
Text Example
Text Example
White with #673A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A0B; }
p { color: rgb(103,58,11); }
H1.HeaderClassName
{
color: #673A0B;
}
.AnyTagClassName
{
color: #673A0B;
}
</style>
background-color css
<style>
a { background-color: #673A0B; }
a { background-color: rgb(103,58,11); }
div.DivClassName
{
background-color: #673A0B;
}
.BgClassName
{
background-color: #673A0B;
}
</style>
border-color css
<style>
span { border-color: #673A0B; }
span { border-color: rgb(103,58,11); }
td.TdClassName
{
border-color: #673A0B;
}
.TagClassName
{
border-color: #673A0B;
}
</style>