Shades of Baker's Chocolate #6D2703
Tints of Baker's Chocolate #6D2703
RGB
CMYK
RGB Variations
Color information
#6D2703 (or 0x6D2703) is known color: Baker's Chocolate. HEX triplet: 6D, 27 and 03. RGB value is (109,39,3). Sum of RGB (Red+Green+Blue) = 109+39+3=151 (20% of max value = 765). Red value is 109 (42.97% from 255 or 72.19% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2703 is #92D8FC. Grayscale: #383838. Windows color (decimal): -9623805 or 206701. OLE color: 206701.
HSL color Cylindrical-coordinate representation of color #6D2703: hue angle of 20.38º 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 #6D2703 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 39 | 3 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.57 |
| HSL | 20.38º | 0.95% | 0.22% | - |
| HSV(B) | 20.38º | 0.97% | 0.43% | - |
| XYZ | 7.05 | 4.71 | 0.62 | - |
| YUV | 55.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 3 | 0 | 0.64 | 0.97 | 0.57 | 20.38 | 0.95 | 0.22 |
| Hex | 6D | 27 | 3 | 0 | 40 | 61 | 39 | 14 | 5F | 16 |
| Octal | 155 | 47 | 3 | 0 | 100 | 141 | 71 | 24 | 137 | 26 |
| Binary | 1101101 | 100111 | 11 | 0 | 1000000 | 1100001 | 111001 | 10100 | 1011111 | 10110 |
Color Harmonies of #6D2703
Complementary color
Monochromatic Colors of #6D2703
Black with #6D2703
Text Example
Text Example
White with #6D2703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2703; }
p { color: rgb(109,39,3); }
H1.HeaderClassName
{
color: #6D2703;
}
.AnyTagClassName
{
color: #6D2703;
}
</style>
background-color css
<style>
a { background-color: #6D2703; }
a { background-color: rgb(109,39,3); }
div.DivClassName
{
background-color: #6D2703;
}
.BgClassName
{
background-color: #6D2703;
}
</style>
border-color css
<style>
span { border-color: #6D2703; }
span { border-color: rgb(109,39,3); }
td.TdClassName
{
border-color: #6D2703;
}
.TagClassName
{
border-color: #6D2703;
}
</style>