Shades of Baker's Chocolate #673004
Tints of Baker's Chocolate #673004
RGB
CMYK
RGB Variations
Color information
#673004 (or 0x673004) is known color: Baker's Chocolate. HEX triplet: 67, 30 and 04. RGB value is (103,48,4). Sum of RGB (Red+Green+Blue) = 103+48+4=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #673004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673004 is #98CFFB. Grayscale: #3B3B3B. Windows color (decimal): -10014716 or 274535. OLE color: 274535.
HSL color Cylindrical-coordinate representation of color #673004: hue angle of 26.67º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #673004 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 48 | 4 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.60 |
| HSL | 26.67º | 0.93% | 0.21% | - |
| HSV(B) | 26.67º | 0.96% | 0.4% | - |
| XYZ | 6.67 | 5.01 | 0.73 | - |
| YUV | 59.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 4 | 0 | 0.53 | 0.96 | 0.60 | 26.67 | 0.93 | 0.21 |
| Hex | 67 | 30 | 4 | 0 | 35 | 60 | 3C | 1B | 5D | 15 |
| Octal | 147 | 60 | 4 | 0 | 65 | 140 | 74 | 33 | 135 | 25 |
| Binary | 1100111 | 110000 | 100 | 0 | 110101 | 1100000 | 111100 | 11011 | 1011101 | 10101 |
Color Harmonies of #673004
Complementary color
Monochromatic Colors of #673004
Black with #673004
Text Example
Text Example
White with #673004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673004; }
p { color: rgb(103,48,4); }
H1.HeaderClassName
{
color: #673004;
}
.AnyTagClassName
{
color: #673004;
}
</style>
background-color css
<style>
a { background-color: #673004; }
a { background-color: rgb(103,48,4); }
div.DivClassName
{
background-color: #673004;
}
.BgClassName
{
background-color: #673004;
}
</style>
border-color css
<style>
span { border-color: #673004; }
span { border-color: rgb(103,48,4); }
td.TdClassName
{
border-color: #673004;
}
.TagClassName
{
border-color: #673004;
}
</style>