Shades of Baker's Chocolate #683808
Tints of Baker's Chocolate #683808
RGB
CMYK
RGB Variations
Color information
#683808 (or 0x683808) is known color: Baker's Chocolate. HEX triplet: 68, 38 and 08. RGB value is (104,56,8). Sum of RGB (Red+Green+Blue) = 104+56+8=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #683808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683808 is #97C7F7. Grayscale: #414141. Windows color (decimal): -9947128 or 538728. OLE color: 538728.
HSL color Cylindrical-coordinate representation of color #683808: hue angle of 30º 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 #683808 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 8 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.59 |
| HSL | 30º | 0.86% | 0.22% | - |
| HSV(B) | 30º | 0.92% | 0.41% | - |
| XYZ | 7.17 | 5.79 | 0.97 | - |
| YUV | 64.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 8 | 0 | 0.46 | 0.92 | 0.59 | 30 | 0.86 | 0.22 |
| Hex | 68 | 38 | 8 | 0 | 2E | 5C | 3B | 1E | 56 | 16 |
| Octal | 150 | 70 | 10 | 0 | 56 | 134 | 73 | 36 | 126 | 26 |
| Binary | 1101000 | 111000 | 1000 | 0 | 101110 | 1011100 | 111011 | 11110 | 1010110 | 10110 |
Color Harmonies of #683808
Complementary color
Monochromatic Colors of #683808
Black with #683808
Text Example
Text Example
White with #683808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683808; }
p { color: rgb(104,56,8); }
H1.HeaderClassName
{
color: #683808;
}
.AnyTagClassName
{
color: #683808;
}
</style>
background-color css
<style>
a { background-color: #683808; }
a { background-color: rgb(104,56,8); }
div.DivClassName
{
background-color: #683808;
}
.BgClassName
{
background-color: #683808;
}
</style>
border-color css
<style>
span { border-color: #683808; }
span { border-color: rgb(104,56,8); }
td.TdClassName
{
border-color: #683808;
}
.TagClassName
{
border-color: #683808;
}
</style>