Shades of Baker's Chocolate #682103
Tints of Baker's Chocolate #682103
RGB
CMYK
RGB Variations
Color information
#682103 (or 0x682103) is known color: Baker's Chocolate. HEX triplet: 68, 21 and 03. RGB value is (104,33,3). Sum of RGB (Red+Green+Blue) = 104+33+3=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #682103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682103 is #97DEFC. Grayscale: #333333. Windows color (decimal): -9953021 or 205160. OLE color: 205160.
HSL color Cylindrical-coordinate representation of color #682103: hue angle of 17.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #682103 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 3 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.59 |
| HSL | 17.82º | 0.94% | 0.21% | - |
| HSV(B) | 17.82º | 0.97% | 0.41% | - |
| XYZ | 6.27 | 4.04 | 0.54 | - |
| YUV | 50.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 3 | 0 | 0.68 | 0.97 | 0.59 | 17.82 | 0.94 | 0.21 |
| Hex | 68 | 21 | 3 | 0 | 44 | 61 | 3B | 12 | 5E | 15 |
| Octal | 150 | 41 | 3 | 0 | 104 | 141 | 73 | 22 | 136 | 25 |
| Binary | 1101000 | 100001 | 11 | 0 | 1000100 | 1100001 | 111011 | 10010 | 1011110 | 10101 |
Color Harmonies of #682103
Complementary color
Monochromatic Colors of #682103
Black with #682103
Text Example
Text Example
White with #682103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682103; }
p { color: rgb(104,33,3); }
H1.HeaderClassName
{
color: #682103;
}
.AnyTagClassName
{
color: #682103;
}
</style>
background-color css
<style>
a { background-color: #682103; }
a { background-color: rgb(104,33,3); }
div.DivClassName
{
background-color: #682103;
}
.BgClassName
{
background-color: #682103;
}
</style>
border-color css
<style>
span { border-color: #682103; }
span { border-color: rgb(104,33,3); }
td.TdClassName
{
border-color: #682103;
}
.TagClassName
{
border-color: #682103;
}
</style>