Shades of Baker's Chocolate #673813
Tints of Baker's Chocolate #673813
RGB
CMYK
RGB Variations
Color information
#673813 (or 0x673813) is known color: Baker's Chocolate. HEX triplet: 67, 38 and 13. RGB value is (103,56,19). Sum of RGB (Red+Green+Blue) = 103+56+19=178 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.87% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 103 - color contains mainly: red. Hex color #673813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673813 is #98C7EC. Grayscale: #424242. Windows color (decimal): -10012653 or 1259623. OLE color: 1259623.
HSL color Cylindrical-coordinate representation of color #673813: hue angle of 26.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #673813 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 56 | 19 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.60 |
| HSL | 26.43º | 0.69% | 0.24% | - |
| HSV(B) | 26.43º | 0.82% | 0.4% | - |
| XYZ | 7.13 | 5.76 | 1.35 | - |
| YUV | 65.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 19 | 0 | 0.46 | 0.82 | 0.60 | 26.43 | 0.69 | 0.24 |
| Hex | 67 | 38 | 13 | 0 | 2E | 52 | 3C | 1A | 45 | 18 |
| Octal | 147 | 70 | 23 | 0 | 56 | 122 | 74 | 32 | 105 | 30 |
| Binary | 1100111 | 111000 | 10011 | 0 | 101110 | 1010010 | 111100 | 11010 | 1000101 | 11000 |
Color Harmonies of #673813
Complementary color
Monochromatic Colors of #673813
Black with #673813
Text Example
Text Example
White with #673813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673813; }
p { color: rgb(103,56,19); }
H1.HeaderClassName
{
color: #673813;
}
.AnyTagClassName
{
color: #673813;
}
</style>
background-color css
<style>
a { background-color: #673813; }
a { background-color: rgb(103,56,19); }
div.DivClassName
{
background-color: #673813;
}
.BgClassName
{
background-color: #673813;
}
</style>
border-color css
<style>
span { border-color: #673813; }
span { border-color: rgb(103,56,19); }
td.TdClassName
{
border-color: #673813;
}
.TagClassName
{
border-color: #673813;
}
</style>