Shades of Baker's Chocolate #6D2103
Tints of Baker's Chocolate #6D2103
RGB
CMYK
RGB Variations
Color information
#6D2103 (or 0x6D2103) is known color: Baker's Chocolate. HEX triplet: 6D, 21 and 03. RGB value is (109,33,3). Sum of RGB (Red+Green+Blue) = 109+33+3=145 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.17% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2103 is #92DEFC. Grayscale: #343434. Windows color (decimal): -9625341 or 205165. OLE color: 205165.
HSL color Cylindrical-coordinate representation of color #6D2103: hue angle of 16.98º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D2103 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 3 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.57 |
| HSL | 16.98º | 0.95% | 0.22% | - |
| HSV(B) | 16.98º | 0.97% | 0.43% | - |
| XYZ | 6.87 | 4.35 | 0.56 | - |
| YUV | 52.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 3 | 0 | 0.70 | 0.97 | 0.57 | 16.98 | 0.95 | 0.22 |
| Hex | 6D | 21 | 3 | 0 | 46 | 61 | 39 | 11 | 5F | 16 |
| Octal | 155 | 41 | 3 | 0 | 106 | 141 | 71 | 21 | 137 | 26 |
| Binary | 1101101 | 100001 | 11 | 0 | 1000110 | 1100001 | 111001 | 10001 | 1011111 | 10110 |
Color Harmonies of #6D2103
Complementary color
Monochromatic Colors of #6D2103
Black with #6D2103
Text Example
Text Example
White with #6D2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2103; }
p { color: rgb(109,33,3); }
H1.HeaderClassName
{
color: #6D2103;
}
.AnyTagClassName
{
color: #6D2103;
}
</style>
background-color css
<style>
a { background-color: #6D2103; }
a { background-color: rgb(109,33,3); }
div.DivClassName
{
background-color: #6D2103;
}
.BgClassName
{
background-color: #6D2103;
}
</style>
border-color css
<style>
span { border-color: #6D2103; }
span { border-color: rgb(109,33,3); }
td.TdClassName
{
border-color: #6D2103;
}
.TagClassName
{
border-color: #6D2103;
}
</style>