Shades of Baker's Chocolate #673717
Tints of Baker's Chocolate #673717
RGB
CMYK
RGB Variations
Color information
#673717 (or 0x673717) is known color: Baker's Chocolate. HEX triplet: 67, 37 and 17. RGB value is (103,55,23). Sum of RGB (Red+Green+Blue) = 103+55+23=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #673717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673717 is #98C8E8. Grayscale: #414141. Windows color (decimal): -10012905 or 1521511. OLE color: 1521511.
HSL color Cylindrical-coordinate representation of color #673717: hue angle of 24º 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 #673717 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 55 | 23 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.60 |
| HSL | 24º | 0.63% | 0.25% | - |
| HSV(B) | 24º | 0.78% | 0.4% | - |
| XYZ | 7.11 | 5.68 | 1.53 | - |
| YUV | 65.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 23 | 0 | 0.47 | 0.78 | 0.60 | 24 | 0.63 | 0.25 |
| Hex | 67 | 37 | 17 | 0 | 2F | 4E | 3C | 18 | 3F | 19 |
| Octal | 147 | 67 | 27 | 0 | 57 | 116 | 74 | 30 | 77 | 31 |
| Binary | 1100111 | 110111 | 10111 | 0 | 101111 | 1001110 | 111100 | 11000 | 111111 | 11001 |
Color Harmonies of #673717
Complementary color
Monochromatic Colors of #673717
Black with #673717
Text Example
Text Example
White with #673717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673717; }
p { color: rgb(103,55,23); }
H1.HeaderClassName
{
color: #673717;
}
.AnyTagClassName
{
color: #673717;
}
</style>
background-color css
<style>
a { background-color: #673717; }
a { background-color: rgb(103,55,23); }
div.DivClassName
{
background-color: #673717;
}
.BgClassName
{
background-color: #673717;
}
</style>
border-color css
<style>
span { border-color: #673717; }
span { border-color: rgb(103,55,23); }
td.TdClassName
{
border-color: #673717;
}
.TagClassName
{
border-color: #673717;
}
</style>