Shades of Baker's Chocolate #673A16
Tints of Baker's Chocolate #673A16
RGB
CMYK
RGB Variations
Color information
#673A16 (or 0x673A16) is known color: Baker's Chocolate. HEX triplet: 67, 3A and 16. RGB value is (103,58,22). Sum of RGB (Red+Green+Blue) = 103+58+22=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #673A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673A16 is #98C5E9. Grayscale: #434343. Windows color (decimal): -10012138 or 1456743. OLE color: 1456743.
HSL color Cylindrical-coordinate representation of color #673A16: hue angle of 26.67º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #673A16 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 22 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.60 |
| HSL | 26.67º | 0.65% | 0.25% | - |
| HSV(B) | 26.67º | 0.79% | 0.4% | - |
| XYZ | 7.25 | 5.97 | 1.53 | - |
| YUV | 67.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 22 | 0 | 0.44 | 0.79 | 0.60 | 26.67 | 0.65 | 0.25 |
| Hex | 67 | 3A | 16 | 0 | 2C | 4F | 3C | 1B | 41 | 19 |
| Octal | 147 | 72 | 26 | 0 | 54 | 117 | 74 | 33 | 101 | 31 |
| Binary | 1100111 | 111010 | 10110 | 0 | 101100 | 1001111 | 111100 | 11011 | 1000001 | 11001 |
Color Harmonies of #673A16
Complementary color
Monochromatic Colors of #673A16
Black with #673A16
Text Example
Text Example
White with #673A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A16; }
p { color: rgb(103,58,22); }
H1.HeaderClassName
{
color: #673A16;
}
.AnyTagClassName
{
color: #673A16;
}
</style>
background-color css
<style>
a { background-color: #673A16; }
a { background-color: rgb(103,58,22); }
div.DivClassName
{
background-color: #673A16;
}
.BgClassName
{
background-color: #673A16;
}
</style>
border-color css
<style>
span { border-color: #673A16; }
span { border-color: rgb(103,58,22); }
td.TdClassName
{
border-color: #673A16;
}
.TagClassName
{
border-color: #673A16;
}
</style>