Shades of Baker's Chocolate #682C03
Tints of Baker's Chocolate #682C03
RGB
CMYK
RGB Variations
Color information
#682C03 (or 0x682C03) is known color: Baker's Chocolate. HEX triplet: 68, 2C and 03. RGB value is (104,44,3). Sum of RGB (Red+Green+Blue) = 104+44+3=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #682C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682C03 is #97D3FC. Grayscale: #393939. Windows color (decimal): -9950205 or 207976. OLE color: 207976.
HSL color Cylindrical-coordinate representation of color #682C03: hue angle of 24.36º 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 #682C03 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 3 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.59 |
| HSL | 24.36º | 0.94% | 0.21% | - |
| HSV(B) | 24.36º | 0.97% | 0.41% | - |
| XYZ | 6.63 | 4.75 | 0.65 | - |
| YUV | 57.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 3 | 0 | 0.58 | 0.97 | 0.59 | 24.36 | 0.94 | 0.21 |
| Hex | 68 | 2C | 3 | 0 | 3A | 61 | 3B | 18 | 5E | 15 |
| Octal | 150 | 54 | 3 | 0 | 72 | 141 | 73 | 30 | 136 | 25 |
| Binary | 1101000 | 101100 | 11 | 0 | 111010 | 1100001 | 111011 | 11000 | 1011110 | 10101 |
Color Harmonies of #682C03
Complementary color
Monochromatic Colors of #682C03
Black with #682C03
Text Example
Text Example
White with #682C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C03; }
p { color: rgb(104,44,3); }
H1.HeaderClassName
{
color: #682C03;
}
.AnyTagClassName
{
color: #682C03;
}
</style>
background-color css
<style>
a { background-color: #682C03; }
a { background-color: rgb(104,44,3); }
div.DivClassName
{
background-color: #682C03;
}
.BgClassName
{
background-color: #682C03;
}
</style>
border-color css
<style>
span { border-color: #682C03; }
span { border-color: rgb(104,44,3); }
td.TdClassName
{
border-color: #682C03;
}
.TagClassName
{
border-color: #682C03;
}
</style>