Shades of Baker's Chocolate #673810
Tints of Baker's Chocolate #673810
RGB
CMYK
RGB Variations
Color information
#673810 (or 0x673810) is known color: Baker's Chocolate. HEX triplet: 67, 38 and 10. RGB value is (103,56,16). Sum of RGB (Red+Green+Blue) = 103+56+16=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #673810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673810 is #98C7EF. Grayscale: #414141. Windows color (decimal): -10012656 or 1063015. OLE color: 1063015.
HSL color Cylindrical-coordinate representation of color #673810: hue angle of 27.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #673810 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 56 | 16 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.60 |
| HSL | 27.59º | 0.73% | 0.23% | - |
| HSV(B) | 27.59º | 0.84% | 0.4% | - |
| XYZ | 7.1 | 5.75 | 1.23 | - |
| YUV | 65.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 16 | 0 | 0.46 | 0.84 | 0.60 | 27.59 | 0.73 | 0.23 |
| Hex | 67 | 38 | 10 | 0 | 2E | 54 | 3C | 1C | 49 | 17 |
| Octal | 147 | 70 | 20 | 0 | 56 | 124 | 74 | 34 | 111 | 27 |
| Binary | 1100111 | 111000 | 10000 | 0 | 101110 | 1010100 | 111100 | 11100 | 1001001 | 10111 |
Color Harmonies of #673810
Complementary color
Monochromatic Colors of #673810
Black with #673810
Text Example
Text Example
White with #673810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673810; }
p { color: rgb(103,56,16); }
H1.HeaderClassName
{
color: #673810;
}
.AnyTagClassName
{
color: #673810;
}
</style>
background-color css
<style>
a { background-color: #673810; }
a { background-color: rgb(103,56,16); }
div.DivClassName
{
background-color: #673810;
}
.BgClassName
{
background-color: #673810;
}
</style>
border-color css
<style>
span { border-color: #673810; }
span { border-color: rgb(103,56,16); }
td.TdClassName
{
border-color: #673810;
}
.TagClassName
{
border-color: #673810;
}
</style>