Shades of Baker's Chocolate #682703
Tints of Baker's Chocolate #682703
RGB
CMYK
RGB Variations
Color information
#682703 (or 0x682703) is known color: Baker's Chocolate. HEX triplet: 68, 27 and 03. RGB value is (104,39,3). Sum of RGB (Red+Green+Blue) = 104+39+3=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #682703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682703 is #97D8FC. Grayscale: #363636. Windows color (decimal): -9951485 or 206696. OLE color: 206696.
HSL color Cylindrical-coordinate representation of color #682703: hue angle of 21.39º 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 #682703 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 39 | 3 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.59 |
| HSL | 21.39º | 0.94% | 0.21% | - |
| HSV(B) | 21.39º | 0.97% | 0.41% | - |
| XYZ | 6.45 | 4.4 | 0.6 | - |
| YUV | 54.33 | 99.03 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 3 | 0 | 0.62 | 0.97 | 0.59 | 21.39 | 0.94 | 0.21 |
| Hex | 68 | 27 | 3 | 0 | 3E | 61 | 3B | 15 | 5E | 15 |
| Octal | 150 | 47 | 3 | 0 | 76 | 141 | 73 | 25 | 136 | 25 |
| Binary | 1101000 | 100111 | 11 | 0 | 111110 | 1100001 | 111011 | 10101 | 1011110 | 10101 |
Color Harmonies of #682703
Complementary color
Monochromatic Colors of #682703
Black with #682703
Text Example
Text Example
White with #682703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682703; }
p { color: rgb(104,39,3); }
H1.HeaderClassName
{
color: #682703;
}
.AnyTagClassName
{
color: #682703;
}
</style>
background-color css
<style>
a { background-color: #682703; }
a { background-color: rgb(104,39,3); }
div.DivClassName
{
background-color: #682703;
}
.BgClassName
{
background-color: #682703;
}
</style>
border-color css
<style>
span { border-color: #682703; }
span { border-color: rgb(104,39,3); }
td.TdClassName
{
border-color: #682703;
}
.TagClassName
{
border-color: #682703;
}
</style>