Shades of Baker's Chocolate #673103
Tints of Baker's Chocolate #673103
RGB
CMYK
RGB Variations
Color information
#673103 (or 0x673103) is known color: Baker's Chocolate. HEX triplet: 67, 31 and 03. RGB value is (103,49,3). Sum of RGB (Red+Green+Blue) = 103+49+3=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #673103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673103 is #98CEFC. Grayscale: #3C3C3C. Windows color (decimal): -10014461 or 209255. OLE color: 209255.
HSL color Cylindrical-coordinate representation of color #673103: hue angle of 27.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #673103 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 3 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.60 |
| HSL | 27.6º | 0.94% | 0.21% | - |
| HSV(B) | 27.6º | 0.97% | 0.4% | - |
| XYZ | 6.71 | 5.09 | 0.71 | - |
| YUV | 59.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 3 | 0 | 0.52 | 0.97 | 0.60 | 27.6 | 0.94 | 0.21 |
| Hex | 67 | 31 | 3 | 0 | 34 | 61 | 3C | 1C | 5E | 15 |
| Octal | 147 | 61 | 3 | 0 | 64 | 141 | 74 | 34 | 136 | 25 |
| Binary | 1100111 | 110001 | 11 | 0 | 110100 | 1100001 | 111100 | 11100 | 1011110 | 10101 |
Color Harmonies of #673103
Complementary color
Monochromatic Colors of #673103
Black with #673103
Text Example
Text Example
White with #673103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673103; }
p { color: rgb(103,49,3); }
H1.HeaderClassName
{
color: #673103;
}
.AnyTagClassName
{
color: #673103;
}
</style>
background-color css
<style>
a { background-color: #673103; }
a { background-color: rgb(103,49,3); }
div.DivClassName
{
background-color: #673103;
}
.BgClassName
{
background-color: #673103;
}
</style>
border-color css
<style>
span { border-color: #673103; }
span { border-color: rgb(103,49,3); }
td.TdClassName
{
border-color: #673103;
}
.TagClassName
{
border-color: #673103;
}
</style>