Shades of Baker's Chocolate #681C01
Tints of Baker's Chocolate #681C01
RGB
CMYK
RGB Variations
Color information
#681C01 (or 0x681C01) is known color: Baker's Chocolate. HEX triplet: 68, 1C and 01. RGB value is (104,28,1). Sum of RGB (Red+Green+Blue) = 104+28+1=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #681C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C01 is #97E3FE. Grayscale: #2F2F2F. Windows color (decimal): -9954303 or 72808. OLE color: 72808.
HSL color Cylindrical-coordinate representation of color #681C01: hue angle of 15.73º 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 #681C01 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 28 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.59 |
| HSL | 15.73º | 0.98% | 0.21% | - |
| HSV(B) | 15.73º | 0.99% | 0.41% | - |
| XYZ | 6.13 | 3.78 | 0.43 | - |
| YUV | 47.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 1 | 0 | 0.73 | 0.99 | 0.59 | 15.73 | 0.98 | 0.21 |
| Hex | 68 | 1C | 1 | 0 | 49 | 63 | 3B | 10 | 62 | 15 |
| Octal | 150 | 34 | 1 | 0 | 111 | 143 | 73 | 20 | 142 | 25 |
| Binary | 1101000 | 11100 | 1 | 0 | 1001001 | 1100011 | 111011 | 10000 | 1100010 | 10101 |
Color Harmonies of #681C01
Complementary color
Monochromatic Colors of #681C01
Black with #681C01
Text Example
Text Example
White with #681C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C01; }
p { color: rgb(104,28,1); }
H1.HeaderClassName
{
color: #681C01;
}
.AnyTagClassName
{
color: #681C01;
}
</style>
background-color css
<style>
a { background-color: #681C01; }
a { background-color: rgb(104,28,1); }
div.DivClassName
{
background-color: #681C01;
}
.BgClassName
{
background-color: #681C01;
}
</style>
border-color css
<style>
span { border-color: #681C01; }
span { border-color: rgb(104,28,1); }
td.TdClassName
{
border-color: #681C01;
}
.TagClassName
{
border-color: #681C01;
}
</style>