Shades of Baker's Chocolate #681E04
Tints of Baker's Chocolate #681E04
RGB
CMYK
RGB Variations
Color information
#681E04 (or 0x681E04) is known color: Baker's Chocolate. HEX triplet: 68, 1E and 04. RGB value is (104,30,4). Sum of RGB (Red+Green+Blue) = 104+30+4=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #681E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E04 is #97E1FB. Grayscale: #313131. Windows color (decimal): -9953788 or 269928. OLE color: 269928.
HSL color Cylindrical-coordinate representation of color #681E04: hue angle of 15.6º 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 #681E04 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 4 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.59 |
| HSL | 15.6º | 0.93% | 0.21% | - |
| HSV(B) | 15.6º | 0.96% | 0.41% | - |
| XYZ | 6.2 | 3.88 | 0.54 | - |
| YUV | 49.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 4 | 0 | 0.71 | 0.96 | 0.59 | 15.6 | 0.93 | 0.21 |
| Hex | 68 | 1E | 4 | 0 | 47 | 60 | 3B | 10 | 5D | 15 |
| Octal | 150 | 36 | 4 | 0 | 107 | 140 | 73 | 20 | 135 | 25 |
| Binary | 1101000 | 11110 | 100 | 0 | 1000111 | 1100000 | 111011 | 10000 | 1011101 | 10101 |
Color Harmonies of #681E04
Complementary color
Monochromatic Colors of #681E04
Black with #681E04
Text Example
Text Example
White with #681E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E04; }
p { color: rgb(104,30,4); }
H1.HeaderClassName
{
color: #681E04;
}
.AnyTagClassName
{
color: #681E04;
}
</style>
background-color css
<style>
a { background-color: #681E04; }
a { background-color: rgb(104,30,4); }
div.DivClassName
{
background-color: #681E04;
}
.BgClassName
{
background-color: #681E04;
}
</style>
border-color css
<style>
span { border-color: #681E04; }
span { border-color: rgb(104,30,4); }
td.TdClassName
{
border-color: #681E04;
}
.TagClassName
{
border-color: #681E04;
}
</style>