Shades of Baker's Chocolate #683803
Tints of Baker's Chocolate #683803
RGB
CMYK
RGB Variations
Color information
#683803 (or 0x683803) is known color: Baker's Chocolate. HEX triplet: 68, 38 and 03. RGB value is (104,56,3). Sum of RGB (Red+Green+Blue) = 104+56+3=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #683803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683803 is #97C7FC. Grayscale: #404040. Windows color (decimal): -9947133 or 211048. OLE color: 211048.
HSL color Cylindrical-coordinate representation of color #683803: hue angle of 31.49º 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 #683803 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 3 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.59 |
| HSL | 31.49º | 0.94% | 0.21% | - |
| HSV(B) | 31.49º | 0.97% | 0.41% | - |
| XYZ | 7.14 | 5.78 | 0.83 | - |
| YUV | 64.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 3 | 0 | 0.46 | 0.97 | 0.59 | 31.49 | 0.94 | 0.21 |
| Hex | 68 | 38 | 3 | 0 | 2E | 61 | 3B | 1F | 5E | 15 |
| Octal | 150 | 70 | 3 | 0 | 56 | 141 | 73 | 37 | 136 | 25 |
| Binary | 1101000 | 111000 | 11 | 0 | 101110 | 1100001 | 111011 | 11111 | 1011110 | 10101 |
Color Harmonies of #683803
Complementary color
Monochromatic Colors of #683803
Black with #683803
Text Example
Text Example
White with #683803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683803; }
p { color: rgb(104,56,3); }
H1.HeaderClassName
{
color: #683803;
}
.AnyTagClassName
{
color: #683803;
}
</style>
background-color css
<style>
a { background-color: #683803; }
a { background-color: rgb(104,56,3); }
div.DivClassName
{
background-color: #683803;
}
.BgClassName
{
background-color: #683803;
}
</style>
border-color css
<style>
span { border-color: #683803; }
span { border-color: rgb(104,56,3); }
td.TdClassName
{
border-color: #683803;
}
.TagClassName
{
border-color: #683803;
}
</style>