Shades of Baker's Chocolate #683201
Tints of Baker's Chocolate #683201
RGB
CMYK
RGB Variations
Color information
#683201 (or 0x683201) is known color: Baker's Chocolate. HEX triplet: 68, 32 and 01. RGB value is (104,50,1). Sum of RGB (Red+Green+Blue) = 104+50+1=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #683201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683201 is #97CDFE. Grayscale: #3C3C3C. Windows color (decimal): -9948671 or 78440. OLE color: 78440.
HSL color Cylindrical-coordinate representation of color #683201: hue angle of 28.54º 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 #683201 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.59 |
| HSL | 28.54º | 0.98% | 0.21% | - |
| HSV(B) | 28.54º | 0.99% | 0.41% | - |
| XYZ | 6.86 | 5.23 | 0.68 | - |
| YUV | 60.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 1 | 0 | 0.52 | 0.99 | 0.59 | 28.54 | 0.98 | 0.21 |
| Hex | 68 | 32 | 1 | 0 | 34 | 63 | 3B | 1D | 62 | 15 |
| Octal | 150 | 62 | 1 | 0 | 64 | 143 | 73 | 35 | 142 | 25 |
| Binary | 1101000 | 110010 | 1 | 0 | 110100 | 1100011 | 111011 | 11101 | 1100010 | 10101 |
Color Harmonies of #683201
Complementary color
Monochromatic Colors of #683201
Black with #683201
Text Example
Text Example
White with #683201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683201; }
p { color: rgb(104,50,1); }
H1.HeaderClassName
{
color: #683201;
}
.AnyTagClassName
{
color: #683201;
}
</style>
background-color css
<style>
a { background-color: #683201; }
a { background-color: rgb(104,50,1); }
div.DivClassName
{
background-color: #683201;
}
.BgClassName
{
background-color: #683201;
}
</style>
border-color css
<style>
span { border-color: #683201; }
span { border-color: rgb(104,50,1); }
td.TdClassName
{
border-color: #683201;
}
.TagClassName
{
border-color: #683201;
}
</style>