Shades of Baker's Chocolate #673117
Tints of Baker's Chocolate #673117
RGB
CMYK
RGB Variations
Color information
#673117 (or 0x673117) is known color: Baker's Chocolate. HEX triplet: 67, 31 and 17. RGB value is (103,49,23). Sum of RGB (Red+Green+Blue) = 103+49+23=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #673117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673117 is #98CEE8. Grayscale: #3E3E3E. Windows color (decimal): -10014441 or 1519975. OLE color: 1519975.
HSL color Cylindrical-coordinate representation of color #673117: hue angle of 19.5º 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 #673117 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 23 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.60 |
| HSL | 19.5º | 0.63% | 0.25% | - |
| HSV(B) | 19.5º | 0.78% | 0.4% | - |
| XYZ | 6.85 | 5.14 | 1.44 | - |
| YUV | 62.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 23 | 0 | 0.52 | 0.78 | 0.60 | 19.5 | 0.63 | 0.25 |
| Hex | 67 | 31 | 17 | 0 | 34 | 4E | 3C | 14 | 3F | 19 |
| Octal | 147 | 61 | 27 | 0 | 64 | 116 | 74 | 24 | 77 | 31 |
| Binary | 1100111 | 110001 | 10111 | 0 | 110100 | 1001110 | 111100 | 10100 | 111111 | 11001 |
Color Harmonies of #673117
Complementary color
Monochromatic Colors of #673117
Black with #673117
Text Example
Text Example
White with #673117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673117; }
p { color: rgb(103,49,23); }
H1.HeaderClassName
{
color: #673117;
}
.AnyTagClassName
{
color: #673117;
}
</style>
background-color css
<style>
a { background-color: #673117; }
a { background-color: rgb(103,49,23); }
div.DivClassName
{
background-color: #673117;
}
.BgClassName
{
background-color: #673117;
}
</style>
border-color css
<style>
span { border-color: #673117; }
span { border-color: rgb(103,49,23); }
td.TdClassName
{
border-color: #673117;
}
.TagClassName
{
border-color: #673117;
}
</style>