Shades of Baker's Chocolate #673A17
Tints of Baker's Chocolate #673A17
RGB
CMYK
RGB Variations
Color information
#673A17 (or 0x673A17) is known color: Baker's Chocolate. HEX triplet: 67, 3A and 17. RGB value is (103,58,23). Sum of RGB (Red+Green+Blue) = 103+58+23=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #673A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673A17 is #98C5E8. Grayscale: #434343. Windows color (decimal): -10012137 or 1522279. OLE color: 1522279.
HSL color Cylindrical-coordinate representation of color #673A17: hue angle of 26.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #673A17 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 23 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.60 |
| HSL | 26.25º | 0.63% | 0.25% | - |
| HSV(B) | 26.25º | 0.78% | 0.4% | - |
| XYZ | 7.26 | 5.97 | 1.58 | - |
| YUV | 67.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 23 | 0 | 0.44 | 0.78 | 0.60 | 26.25 | 0.63 | 0.25 |
| Hex | 67 | 3A | 17 | 0 | 2C | 4E | 3C | 1A | 3F | 19 |
| Octal | 147 | 72 | 27 | 0 | 54 | 116 | 74 | 32 | 77 | 31 |
| Binary | 1100111 | 111010 | 10111 | 0 | 101100 | 1001110 | 111100 | 11010 | 111111 | 11001 |
Color Harmonies of #673A17
Complementary color
Monochromatic Colors of #673A17
Black with #673A17
Text Example
Text Example
White with #673A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A17; }
p { color: rgb(103,58,23); }
H1.HeaderClassName
{
color: #673A17;
}
.AnyTagClassName
{
color: #673A17;
}
</style>
background-color css
<style>
a { background-color: #673A17; }
a { background-color: rgb(103,58,23); }
div.DivClassName
{
background-color: #673A17;
}
.BgClassName
{
background-color: #673A17;
}
</style>
border-color css
<style>
span { border-color: #673A17; }
span { border-color: rgb(103,58,23); }
td.TdClassName
{
border-color: #673A17;
}
.TagClassName
{
border-color: #673A17;
}
</style>