Shades of Baker's Chocolate #682402
Tints of Baker's Chocolate #682402
RGB
CMYK
RGB Variations
Color information
#682402 (or 0x682402) is known color: Baker's Chocolate. HEX triplet: 68, 24 and 02. RGB value is (104,36,2). Sum of RGB (Red+Green+Blue) = 104+36+2=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #682402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682402 is #97DBFD. Grayscale: #343434. Windows color (decimal): -9952254 or 140392. OLE color: 140392.
HSL color Cylindrical-coordinate representation of color #682402: hue angle of 20º 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 #682402 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 2 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.59 |
| HSL | 20º | 0.96% | 0.21% | - |
| HSV(B) | 20º | 0.98% | 0.41% | - |
| XYZ | 6.35 | 4.21 | 0.54 | - |
| YUV | 52.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 2 | 0 | 0.65 | 0.98 | 0.59 | 20 | 0.96 | 0.21 |
| Hex | 68 | 24 | 2 | 0 | 41 | 62 | 3B | 14 | 60 | 15 |
| Octal | 150 | 44 | 2 | 0 | 101 | 142 | 73 | 24 | 140 | 25 |
| Binary | 1101000 | 100100 | 10 | 0 | 1000001 | 1100010 | 111011 | 10100 | 1100000 | 10101 |
Color Harmonies of #682402
Complementary color
Monochromatic Colors of #682402
Black with #682402
Text Example
Text Example
White with #682402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682402; }
p { color: rgb(104,36,2); }
H1.HeaderClassName
{
color: #682402;
}
.AnyTagClassName
{
color: #682402;
}
</style>
background-color css
<style>
a { background-color: #682402; }
a { background-color: rgb(104,36,2); }
div.DivClassName
{
background-color: #682402;
}
.BgClassName
{
background-color: #682402;
}
</style>
border-color css
<style>
span { border-color: #682402; }
span { border-color: rgb(104,36,2); }
td.TdClassName
{
border-color: #682402;
}
.TagClassName
{
border-color: #682402;
}
</style>