Shades of Baker's Chocolate #673413
Tints of Baker's Chocolate #673413
RGB
CMYK
RGB Variations
Color information
#673413 (or 0x673413) is known color: Baker's Chocolate. HEX triplet: 67, 34 and 13. RGB value is (103,52,19). Sum of RGB (Red+Green+Blue) = 103+52+19=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #673413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673413 is #98CBEC. Grayscale: #3F3F3F. Windows color (decimal): -10013677 or 1258599. OLE color: 1258599.
HSL color Cylindrical-coordinate representation of color #673413: hue angle of 23.57º 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 #673413 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 19 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.60 |
| HSL | 23.57º | 0.69% | 0.24% | - |
| HSV(B) | 23.57º | 0.82% | 0.4% | - |
| XYZ | 6.94 | 5.39 | 1.29 | - |
| YUV | 63.49 | 102.9 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 19 | 0 | 0.50 | 0.82 | 0.60 | 23.57 | 0.69 | 0.24 |
| Hex | 67 | 34 | 13 | 0 | 32 | 52 | 3C | 18 | 45 | 18 |
| Octal | 147 | 64 | 23 | 0 | 62 | 122 | 74 | 30 | 105 | 30 |
| Binary | 1100111 | 110100 | 10011 | 0 | 110010 | 1010010 | 111100 | 11000 | 1000101 | 11000 |
Color Harmonies of #673413
Complementary color
Monochromatic Colors of #673413
Black with #673413
Text Example
Text Example
White with #673413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673413; }
p { color: rgb(103,52,19); }
H1.HeaderClassName
{
color: #673413;
}
.AnyTagClassName
{
color: #673413;
}
</style>
background-color css
<style>
a { background-color: #673413; }
a { background-color: rgb(103,52,19); }
div.DivClassName
{
background-color: #673413;
}
.BgClassName
{
background-color: #673413;
}
</style>
border-color css
<style>
span { border-color: #673413; }
span { border-color: rgb(103,52,19); }
td.TdClassName
{
border-color: #673413;
}
.TagClassName
{
border-color: #673413;
}
</style>