Shades of Baker's Chocolate #682503
Tints of Baker's Chocolate #682503
RGB
CMYK
RGB Variations
Color information
#682503 (or 0x682503) is known color: Baker's Chocolate. HEX triplet: 68, 25 and 03. RGB value is (104,37,3). Sum of RGB (Red+Green+Blue) = 104+37+3=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #682503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682503 is #97DAFC. Grayscale: #353535. Windows color (decimal): -9951997 or 206184. OLE color: 206184.
HSL color Cylindrical-coordinate representation of color #682503: hue angle of 20.2º 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 #682503 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 3 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.59 |
| HSL | 20.2º | 0.94% | 0.21% | - |
| HSV(B) | 20.2º | 0.97% | 0.41% | - |
| XYZ | 6.39 | 4.27 | 0.57 | - |
| YUV | 53.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 3 | 0 | 0.64 | 0.97 | 0.59 | 20.2 | 0.94 | 0.21 |
| Hex | 68 | 25 | 3 | 0 | 40 | 61 | 3B | 14 | 5E | 15 |
| Octal | 150 | 45 | 3 | 0 | 100 | 141 | 73 | 24 | 136 | 25 |
| Binary | 1101000 | 100101 | 11 | 0 | 1000000 | 1100001 | 111011 | 10100 | 1011110 | 10101 |
Color Harmonies of #682503
Complementary color
Monochromatic Colors of #682503
Black with #682503
Text Example
Text Example
White with #682503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682503; }
p { color: rgb(104,37,3); }
H1.HeaderClassName
{
color: #682503;
}
.AnyTagClassName
{
color: #682503;
}
</style>
background-color css
<style>
a { background-color: #682503; }
a { background-color: rgb(104,37,3); }
div.DivClassName
{
background-color: #682503;
}
.BgClassName
{
background-color: #682503;
}
</style>
border-color css
<style>
span { border-color: #682503; }
span { border-color: rgb(104,37,3); }
td.TdClassName
{
border-color: #682503;
}
.TagClassName
{
border-color: #682503;
}
</style>