Shades of Baker's Chocolate #683202
Tints of Baker's Chocolate #683202
RGB
CMYK
RGB Variations
Color information
#683202 (or 0x683202) is known color: Baker's Chocolate. HEX triplet: 68, 32 and 02. RGB value is (104,50,2). Sum of RGB (Red+Green+Blue) = 104+50+2=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #683202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683202 is #97CDFD. Grayscale: #3C3C3C. Windows color (decimal): -9948670 or 143976. OLE color: 143976.
HSL color Cylindrical-coordinate representation of color #683202: hue angle of 28.24º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #683202 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 2 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.59 |
| HSL | 28.24º | 0.96% | 0.21% | - |
| HSV(B) | 28.24º | 0.98% | 0.41% | - |
| XYZ | 6.86 | 5.23 | 0.71 | - |
| YUV | 60.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 2 | 0 | 0.52 | 0.98 | 0.59 | 28.24 | 0.96 | 0.21 |
| Hex | 68 | 32 | 2 | 0 | 34 | 62 | 3B | 1C | 60 | 15 |
| Octal | 150 | 62 | 2 | 0 | 64 | 142 | 73 | 34 | 140 | 25 |
| Binary | 1101000 | 110010 | 10 | 0 | 110100 | 1100010 | 111011 | 11100 | 1100000 | 10101 |
Color Harmonies of #683202
Complementary color
Monochromatic Colors of #683202
Black with #683202
Text Example
Text Example
White with #683202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683202; }
p { color: rgb(104,50,2); }
H1.HeaderClassName
{
color: #683202;
}
.AnyTagClassName
{
color: #683202;
}
</style>
background-color css
<style>
a { background-color: #683202; }
a { background-color: rgb(104,50,2); }
div.DivClassName
{
background-color: #683202;
}
.BgClassName
{
background-color: #683202;
}
</style>
border-color css
<style>
span { border-color: #683202; }
span { border-color: rgb(104,50,2); }
td.TdClassName
{
border-color: #683202;
}
.TagClassName
{
border-color: #683202;
}
</style>