Shades of Baker's Chocolate #683804
Tints of Baker's Chocolate #683804
RGB
CMYK
RGB Variations
Color information
#683804 (or 0x683804) is known color: Baker's Chocolate. HEX triplet: 68, 38 and 04. RGB value is (104,56,4). Sum of RGB (Red+Green+Blue) = 104+56+4=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #683804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683804 is #97C7FB. Grayscale: #404040. Windows color (decimal): -9947132 or 276584. OLE color: 276584.
HSL color Cylindrical-coordinate representation of color #683804: hue angle of 31.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #683804 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 4 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.59 |
| HSL | 31.2º | 0.93% | 0.21% | - |
| HSV(B) | 31.2º | 0.96% | 0.41% | - |
| XYZ | 7.15 | 5.78 | 0.85 | - |
| YUV | 64.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 4 | 0 | 0.46 | 0.96 | 0.59 | 31.2 | 0.93 | 0.21 |
| Hex | 68 | 38 | 4 | 0 | 2E | 60 | 3B | 1F | 5D | 15 |
| Octal | 150 | 70 | 4 | 0 | 56 | 140 | 73 | 37 | 135 | 25 |
| Binary | 1101000 | 111000 | 100 | 0 | 101110 | 1100000 | 111011 | 11111 | 1011101 | 10101 |
Color Harmonies of #683804
Complementary color
Monochromatic Colors of #683804
Black with #683804
Text Example
Text Example
White with #683804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683804; }
p { color: rgb(104,56,4); }
H1.HeaderClassName
{
color: #683804;
}
.AnyTagClassName
{
color: #683804;
}
</style>
background-color css
<style>
a { background-color: #683804; }
a { background-color: rgb(104,56,4); }
div.DivClassName
{
background-color: #683804;
}
.BgClassName
{
background-color: #683804;
}
</style>
border-color css
<style>
span { border-color: #683804; }
span { border-color: rgb(104,56,4); }
td.TdClassName
{
border-color: #683804;
}
.TagClassName
{
border-color: #683804;
}
</style>