Shades of Baker's Chocolate #683701
Tints of Baker's Chocolate #683701
RGB
CMYK
RGB Variations
Color information
#683701 (or 0x683701) is known color: Baker's Chocolate. HEX triplet: 68, 37 and 01. RGB value is (104,55,1). Sum of RGB (Red+Green+Blue) = 104+55+1=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #683701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683701 is #97C8FE. Grayscale: #3F3F3F. Windows color (decimal): -9947391 or 79720. OLE color: 79720.
HSL color Cylindrical-coordinate representation of color #683701: hue angle of 31.46º 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 #683701 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 55 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.59 |
| HSL | 31.46º | 0.98% | 0.21% | - |
| HSV(B) | 31.46º | 0.99% | 0.41% | - |
| XYZ | 7.08 | 5.68 | 0.75 | - |
| YUV | 63.5 | 92.73 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 55 | 1 | 0 | 0.47 | 0.99 | 0.59 | 31.46 | 0.98 | 0.21 |
| Hex | 68 | 37 | 1 | 0 | 2F | 63 | 3B | 1F | 62 | 15 |
| Octal | 150 | 67 | 1 | 0 | 57 | 143 | 73 | 37 | 142 | 25 |
| Binary | 1101000 | 110111 | 1 | 0 | 101111 | 1100011 | 111011 | 11111 | 1100010 | 10101 |
Color Harmonies of #683701
Complementary color
Monochromatic Colors of #683701
Black with #683701
Text Example
Text Example
White with #683701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683701; }
p { color: rgb(104,55,1); }
H1.HeaderClassName
{
color: #683701;
}
.AnyTagClassName
{
color: #683701;
}
</style>
background-color css
<style>
a { background-color: #683701; }
a { background-color: rgb(104,55,1); }
div.DivClassName
{
background-color: #683701;
}
.BgClassName
{
background-color: #683701;
}
</style>
border-color css
<style>
span { border-color: #683701; }
span { border-color: rgb(104,55,1); }
td.TdClassName
{
border-color: #683701;
}
.TagClassName
{
border-color: #683701;
}
</style>