Shades of Baker's Chocolate #673913
Tints of Baker's Chocolate #673913
RGB
CMYK
RGB Variations
Color information
#673913 (or 0x673913) is known color: Baker's Chocolate. HEX triplet: 67, 39 and 13. RGB value is (103,57,19). Sum of RGB (Red+Green+Blue) = 103+57+19=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #673913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673913 is #98C6EC. Grayscale: #424242. Windows color (decimal): -10012397 or 1259879. OLE color: 1259879.
HSL color Cylindrical-coordinate representation of color #673913: hue angle of 27.14º 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 #673913 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 19 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.60 |
| HSL | 27.14º | 0.69% | 0.24% | - |
| HSV(B) | 27.14º | 0.82% | 0.4% | - |
| XYZ | 7.17 | 5.86 | 1.37 | - |
| YUV | 66.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 19 | 0 | 0.45 | 0.82 | 0.60 | 27.14 | 0.69 | 0.24 |
| Hex | 67 | 39 | 13 | 0 | 2D | 52 | 3C | 1B | 45 | 18 |
| Octal | 147 | 71 | 23 | 0 | 55 | 122 | 74 | 33 | 105 | 30 |
| Binary | 1100111 | 111001 | 10011 | 0 | 101101 | 1010010 | 111100 | 11011 | 1000101 | 11000 |
Color Harmonies of #673913
Complementary color
Monochromatic Colors of #673913
Black with #673913
Text Example
Text Example
White with #673913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673913; }
p { color: rgb(103,57,19); }
H1.HeaderClassName
{
color: #673913;
}
.AnyTagClassName
{
color: #673913;
}
</style>
background-color css
<style>
a { background-color: #673913; }
a { background-color: rgb(103,57,19); }
div.DivClassName
{
background-color: #673913;
}
.BgClassName
{
background-color: #673913;
}
</style>
border-color css
<style>
span { border-color: #673913; }
span { border-color: rgb(103,57,19); }
td.TdClassName
{
border-color: #673913;
}
.TagClassName
{
border-color: #673913;
}
</style>