Shades of Baker's Chocolate #683002
Tints of Baker's Chocolate #683002
RGB
CMYK
RGB Variations
Color information
#683002 (or 0x683002) is known color: Baker's Chocolate. HEX triplet: 68, 30 and 02. RGB value is (104,48,2). Sum of RGB (Red+Green+Blue) = 104+48+2=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #683002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683002 is #97CFFD. Grayscale: #3B3B3B. Windows color (decimal): -9949182 or 143464. OLE color: 143464.
HSL color Cylindrical-coordinate representation of color #683002: hue angle of 27.06º 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 #683002 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 2 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.59 |
| HSL | 27.06º | 0.96% | 0.21% | - |
| HSV(B) | 27.06º | 0.98% | 0.41% | - |
| XYZ | 6.78 | 5.06 | 0.68 | - |
| YUV | 59.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 2 | 0 | 0.54 | 0.98 | 0.59 | 27.06 | 0.96 | 0.21 |
| Hex | 68 | 30 | 2 | 0 | 36 | 62 | 3B | 1B | 60 | 15 |
| Octal | 150 | 60 | 2 | 0 | 66 | 142 | 73 | 33 | 140 | 25 |
| Binary | 1101000 | 110000 | 10 | 0 | 110110 | 1100010 | 111011 | 11011 | 1100000 | 10101 |
Color Harmonies of #683002
Complementary color
Monochromatic Colors of #683002
Black with #683002
Text Example
Text Example
White with #683002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683002; }
p { color: rgb(104,48,2); }
H1.HeaderClassName
{
color: #683002;
}
.AnyTagClassName
{
color: #683002;
}
</style>
background-color css
<style>
a { background-color: #683002; }
a { background-color: rgb(104,48,2); }
div.DivClassName
{
background-color: #683002;
}
.BgClassName
{
background-color: #683002;
}
</style>
border-color css
<style>
span { border-color: #683002; }
span { border-color: rgb(104,48,2); }
td.TdClassName
{
border-color: #683002;
}
.TagClassName
{
border-color: #683002;
}
</style>