Shades of Baker's Chocolate #681D01
Tints of Baker's Chocolate #681D01
RGB
CMYK
RGB Variations
Color information
#681D01 (or 0x681D01) is known color: Baker's Chocolate. HEX triplet: 68, 1D and 01. RGB value is (104,29,1). Sum of RGB (Red+Green+Blue) = 104+29+1=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #681D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D01 is #97E2FE. Grayscale: #303030. Windows color (decimal): -9954047 or 73064. OLE color: 73064.
HSL color Cylindrical-coordinate representation of color #681D01: hue angle of 16.31º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #681D01 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.59 |
| HSL | 16.31º | 0.98% | 0.21% | - |
| HSV(B) | 16.31º | 0.99% | 0.41% | - |
| XYZ | 6.15 | 3.82 | 0.44 | - |
| YUV | 48.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 1 | 0 | 0.72 | 0.99 | 0.59 | 16.31 | 0.98 | 0.21 |
| Hex | 68 | 1D | 1 | 0 | 48 | 63 | 3B | 10 | 62 | 15 |
| Octal | 150 | 35 | 1 | 0 | 110 | 143 | 73 | 20 | 142 | 25 |
| Binary | 1101000 | 11101 | 1 | 0 | 1001000 | 1100011 | 111011 | 10000 | 1100010 | 10101 |
Color Harmonies of #681D01
Complementary color
Monochromatic Colors of #681D01
Black with #681D01
Text Example
Text Example
White with #681D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D01; }
p { color: rgb(104,29,1); }
H1.HeaderClassName
{
color: #681D01;
}
.AnyTagClassName
{
color: #681D01;
}
</style>
background-color css
<style>
a { background-color: #681D01; }
a { background-color: rgb(104,29,1); }
div.DivClassName
{
background-color: #681D01;
}
.BgClassName
{
background-color: #681D01;
}
</style>
border-color css
<style>
span { border-color: #681D01; }
span { border-color: rgb(104,29,1); }
td.TdClassName
{
border-color: #681D01;
}
.TagClassName
{
border-color: #681D01;
}
</style>