Shades of Baker's Chocolate #6C2402
Tints of Baker's Chocolate #6C2402
RGB
CMYK
RGB Variations
Color information
#6C2402 (or 0x6C2402) is known color: Baker's Chocolate. HEX triplet: 6C, 24 and 02. RGB value is (108,36,2). Sum of RGB (Red+Green+Blue) = 108+36+2=146 (19% of max value = 765). Red value is 108 (42.58% from 255 or 73.97% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2402 is #93DBFD. Grayscale: #353535. Windows color (decimal): -9690110 or 140396. OLE color: 140396.
HSL color Cylindrical-coordinate representation of color #6C2402: hue angle of 19.25º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C2402 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 2 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.58 |
| HSL | 19.25º | 0.96% | 0.22% | - |
| HSV(B) | 19.25º | 0.98% | 0.42% | - |
| XYZ | 6.83 | 4.45 | 0.56 | - |
| YUV | 53.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 2 | 0 | 0.67 | 0.98 | 0.58 | 19.25 | 0.96 | 0.22 |
| Hex | 6C | 24 | 2 | 0 | 43 | 62 | 3A | 13 | 60 | 16 |
| Octal | 154 | 44 | 2 | 0 | 103 | 142 | 72 | 23 | 140 | 26 |
| Binary | 1101100 | 100100 | 10 | 0 | 1000011 | 1100010 | 111010 | 10011 | 1100000 | 10110 |
Color Harmonies of #6C2402
Complementary color
Monochromatic Colors of #6C2402
Black with #6C2402
Text Example
Text Example
White with #6C2402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2402; }
p { color: rgb(108,36,2); }
H1.HeaderClassName
{
color: #6C2402;
}
.AnyTagClassName
{
color: #6C2402;
}
</style>
background-color css
<style>
a { background-color: #6C2402; }
a { background-color: rgb(108,36,2); }
div.DivClassName
{
background-color: #6C2402;
}
.BgClassName
{
background-color: #6C2402;
}
</style>
border-color css
<style>
span { border-color: #6C2402; }
span { border-color: rgb(108,36,2); }
td.TdClassName
{
border-color: #6C2402;
}
.TagClassName
{
border-color: #6C2402;
}
</style>