Shades of Baker's Chocolate #673104
Tints of Baker's Chocolate #673104
RGB
CMYK
RGB Variations
Color information
#673104 (or 0x673104) is known color: Baker's Chocolate. HEX triplet: 67, 31 and 04. RGB value is (103,49,4). Sum of RGB (Red+Green+Blue) = 103+49+4=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #673104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673104 is #98CEFB. Grayscale: #3C3C3C. Windows color (decimal): -10014460 or 274791. OLE color: 274791.
HSL color Cylindrical-coordinate representation of color #673104: hue angle of 27.27º 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 #673104 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 4 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.60 |
| HSL | 27.27º | 0.93% | 0.21% | - |
| HSV(B) | 27.27º | 0.96% | 0.4% | - |
| XYZ | 6.71 | 5.09 | 0.74 | - |
| YUV | 60.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 4 | 0 | 0.52 | 0.96 | 0.60 | 27.27 | 0.93 | 0.21 |
| Hex | 67 | 31 | 4 | 0 | 34 | 60 | 3C | 1B | 5D | 15 |
| Octal | 147 | 61 | 4 | 0 | 64 | 140 | 74 | 33 | 135 | 25 |
| Binary | 1100111 | 110001 | 100 | 0 | 110100 | 1100000 | 111100 | 11011 | 1011101 | 10101 |
Color Harmonies of #673104
Complementary color
Monochromatic Colors of #673104
Black with #673104
Text Example
Text Example
White with #673104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673104; }
p { color: rgb(103,49,4); }
H1.HeaderClassName
{
color: #673104;
}
.AnyTagClassName
{
color: #673104;
}
</style>
background-color css
<style>
a { background-color: #673104; }
a { background-color: rgb(103,49,4); }
div.DivClassName
{
background-color: #673104;
}
.BgClassName
{
background-color: #673104;
}
</style>
border-color css
<style>
span { border-color: #673104; }
span { border-color: rgb(103,49,4); }
td.TdClassName
{
border-color: #673104;
}
.TagClassName
{
border-color: #673104;
}
</style>