Shades of Baker's Chocolate #682403
Tints of Baker's Chocolate #682403
RGB
CMYK
RGB Variations
Color information
#682403 (or 0x682403) is known color: Baker's Chocolate. HEX triplet: 68, 24 and 03. RGB value is (104,36,3). Sum of RGB (Red+Green+Blue) = 104+36+3=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #682403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682403 is #97DBFC. Grayscale: #343434. Windows color (decimal): -9952253 or 205928. OLE color: 205928.
HSL color Cylindrical-coordinate representation of color #682403: hue angle of 19.6º 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 #682403 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 3 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.59 |
| HSL | 19.6º | 0.94% | 0.21% | - |
| HSV(B) | 19.6º | 0.97% | 0.41% | - |
| XYZ | 6.36 | 4.21 | 0.56 | - |
| YUV | 52.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 3 | 0 | 0.65 | 0.97 | 0.59 | 19.6 | 0.94 | 0.21 |
| Hex | 68 | 24 | 3 | 0 | 41 | 61 | 3B | 14 | 5E | 15 |
| Octal | 150 | 44 | 3 | 0 | 101 | 141 | 73 | 24 | 136 | 25 |
| Binary | 1101000 | 100100 | 11 | 0 | 1000001 | 1100001 | 111011 | 10100 | 1011110 | 10101 |
Color Harmonies of #682403
Complementary color
Monochromatic Colors of #682403
Black with #682403
Text Example
Text Example
White with #682403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682403; }
p { color: rgb(104,36,3); }
H1.HeaderClassName
{
color: #682403;
}
.AnyTagClassName
{
color: #682403;
}
</style>
background-color css
<style>
a { background-color: #682403; }
a { background-color: rgb(104,36,3); }
div.DivClassName
{
background-color: #682403;
}
.BgClassName
{
background-color: #682403;
}
</style>
border-color css
<style>
span { border-color: #682403; }
span { border-color: rgb(104,36,3); }
td.TdClassName
{
border-color: #682403;
}
.TagClassName
{
border-color: #682403;
}
</style>