Shades of Baker's Chocolate #683408
Tints of Baker's Chocolate #683408
RGB
CMYK
RGB Variations
Color information
#683408 (or 0x683408) is known color: Baker's Chocolate. HEX triplet: 68, 34 and 08. RGB value is (104,52,8). Sum of RGB (Red+Green+Blue) = 104+52+8=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #683408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683408 is #97CBF7. Grayscale: #3E3E3E. Windows color (decimal): -9948152 or 537704. OLE color: 537704.
HSL color Cylindrical-coordinate representation of color #683408: hue angle of 27.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #683408 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 8 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.59 |
| HSL | 27.5º | 0.86% | 0.22% | - |
| HSV(B) | 27.5º | 0.92% | 0.41% | - |
| XYZ | 6.98 | 5.42 | 0.91 | - |
| YUV | 62.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 8 | 0 | 0.50 | 0.92 | 0.59 | 27.5 | 0.86 | 0.22 |
| Hex | 68 | 34 | 8 | 0 | 32 | 5C | 3B | 1C | 56 | 16 |
| Octal | 150 | 64 | 10 | 0 | 62 | 134 | 73 | 34 | 126 | 26 |
| Binary | 1101000 | 110100 | 1000 | 0 | 110010 | 1011100 | 111011 | 11100 | 1010110 | 10110 |
Color Harmonies of #683408
Complementary color
Monochromatic Colors of #683408
Black with #683408
Text Example
Text Example
White with #683408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683408; }
p { color: rgb(104,52,8); }
H1.HeaderClassName
{
color: #683408;
}
.AnyTagClassName
{
color: #683408;
}
</style>
background-color css
<style>
a { background-color: #683408; }
a { background-color: rgb(104,52,8); }
div.DivClassName
{
background-color: #683408;
}
.BgClassName
{
background-color: #683408;
}
</style>
border-color css
<style>
span { border-color: #683408; }
span { border-color: rgb(104,52,8); }
td.TdClassName
{
border-color: #683408;
}
.TagClassName
{
border-color: #683408;
}
</style>