Shades of Baker's Chocolate #6D2603
Tints of Baker's Chocolate #6D2603
RGB
CMYK
RGB Variations
Color information
#6D2603 (or 0x6D2603) is known color: Baker's Chocolate. HEX triplet: 6D, 26 and 03. RGB value is (109,38,3). Sum of RGB (Red+Green+Blue) = 109+38+3=150 (19% of max value = 765). Red value is 109 (42.97% from 255 or 72.67% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2603 is #92D9FC. Grayscale: #373737. Windows color (decimal): -9624061 or 206445. OLE color: 206445.
HSL color Cylindrical-coordinate representation of color #6D2603: hue angle of 19.81º 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 #6D2603 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 38 | 3 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.57 |
| HSL | 19.81º | 0.95% | 0.22% | - |
| HSV(B) | 19.81º | 0.97% | 0.43% | - |
| XYZ | 7.02 | 4.64 | 0.61 | - |
| YUV | 55.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 3 | 0 | 0.65 | 0.97 | 0.57 | 19.81 | 0.95 | 0.22 |
| Hex | 6D | 26 | 3 | 0 | 41 | 61 | 39 | 14 | 5F | 16 |
| Octal | 155 | 46 | 3 | 0 | 101 | 141 | 71 | 24 | 137 | 26 |
| Binary | 1101101 | 100110 | 11 | 0 | 1000001 | 1100001 | 111001 | 10100 | 1011111 | 10110 |
Color Harmonies of #6D2603
Complementary color
Monochromatic Colors of #6D2603
Black with #6D2603
Text Example
Text Example
White with #6D2603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2603; }
p { color: rgb(109,38,3); }
H1.HeaderClassName
{
color: #6D2603;
}
.AnyTagClassName
{
color: #6D2603;
}
</style>
background-color css
<style>
a { background-color: #6D2603; }
a { background-color: rgb(109,38,3); }
div.DivClassName
{
background-color: #6D2603;
}
.BgClassName
{
background-color: #6D2603;
}
</style>
border-color css
<style>
span { border-color: #6D2603; }
span { border-color: rgb(109,38,3); }
td.TdClassName
{
border-color: #6D2603;
}
.TagClassName
{
border-color: #6D2603;
}
</style>