Shades of Baker's Chocolate #6D2300
Tints of Baker's Chocolate #6D2300
RGB
CMYK
RGB Variations
Color information
#6D2300 (or 0x6D2300) is known color: Baker's Chocolate. HEX triplet: 6D, 23 and 00. RGB value is (109,35,0). Sum of RGB (Red+Green+Blue) = 109+35+0=144 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.69% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2300 is #92DCFF. Grayscale: #353535. Windows color (decimal): -9624832 or 9069. OLE color: 9069.
HSL color Cylindrical-coordinate representation of color #6D2300: hue angle of 19.27º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D2300 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 35 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.57 |
| HSL | 19.27º | 1% | 0.21% | - |
| HSV(B) | 19.27º | 1% | 0.43% | - |
| XYZ | 6.91 | 4.45 | 0.5 | - |
| YUV | 53.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 0 | 0 | 0.68 | 1 | 0.57 | 19.27 | 1 | 0.21 |
| Hex | 6D | 23 | 0 | 0 | 44 | 64 | 39 | 13 | 64 | 15 |
| Octal | 155 | 43 | 0 | 0 | 104 | 144 | 71 | 23 | 144 | 25 |
| Binary | 1101101 | 100011 | 0 | 0 | 1000100 | 1100100 | 111001 | 10011 | 1100100 | 10101 |
Color Harmonies of #6D2300
Complementary color
Monochromatic Colors of #6D2300
Black with #6D2300
Text Example
Text Example
White with #6D2300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2300; }
p { color: rgb(109,35,0); }
H1.HeaderClassName
{
color: #6D2300;
}
.AnyTagClassName
{
color: #6D2300;
}
</style>
background-color css
<style>
a { background-color: #6D2300; }
a { background-color: rgb(109,35,0); }
div.DivClassName
{
background-color: #6D2300;
}
.BgClassName
{
background-color: #6D2300;
}
</style>
border-color css
<style>
span { border-color: #6D2300; }
span { border-color: rgb(109,35,0); }
td.TdClassName
{
border-color: #6D2300;
}
.TagClassName
{
border-color: #6D2300;
}
</style>