Shades of Baker's Chocolate #6D2002
Tints of Baker's Chocolate #6D2002
RGB
CMYK
RGB Variations
Color information
#6D2002 (or 0x6D2002) is known color: Baker's Chocolate. HEX triplet: 6D, 20 and 02. RGB value is (109,32,2). Sum of RGB (Red+Green+Blue) = 109+32+2=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2002 is #92DFFD. Grayscale: #333333. Windows color (decimal): -9625598 or 139373. OLE color: 139373.
HSL color Cylindrical-coordinate representation of color #6D2002: hue angle of 16.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D2002 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 2 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.57 |
| HSL | 16.82º | 0.96% | 0.22% | - |
| HSV(B) | 16.82º | 0.98% | 0.43% | - |
| XYZ | 6.83 | 4.29 | 0.53 | - |
| YUV | 51.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 2 | 0 | 0.71 | 0.98 | 0.57 | 16.82 | 0.96 | 0.22 |
| Hex | 6D | 20 | 2 | 0 | 47 | 62 | 39 | 11 | 60 | 16 |
| Octal | 155 | 40 | 2 | 0 | 107 | 142 | 71 | 21 | 140 | 26 |
| Binary | 1101101 | 100000 | 10 | 0 | 1000111 | 1100010 | 111001 | 10001 | 1100000 | 10110 |
Color Harmonies of #6D2002
Complementary color
Monochromatic Colors of #6D2002
Black with #6D2002
Text Example
Text Example
White with #6D2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2002; }
p { color: rgb(109,32,2); }
H1.HeaderClassName
{
color: #6D2002;
}
.AnyTagClassName
{
color: #6D2002;
}
</style>
background-color css
<style>
a { background-color: #6D2002; }
a { background-color: rgb(109,32,2); }
div.DivClassName
{
background-color: #6D2002;
}
.BgClassName
{
background-color: #6D2002;
}
</style>
border-color css
<style>
span { border-color: #6D2002; }
span { border-color: rgb(109,32,2); }
td.TdClassName
{
border-color: #6D2002;
}
.TagClassName
{
border-color: #6D2002;
}
</style>