Shades of Baker's Chocolate #6D3102
Tints of Baker's Chocolate #6D3102
RGB
CMYK
RGB Variations
Color information
#6D3102 (or 0x6D3102) is known color: Baker's Chocolate. HEX triplet: 6D, 31 and 02. RGB value is (109,49,2). Sum of RGB (Red+Green+Blue) = 109+49+2=160 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.12% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3102 is #92CEFD. Grayscale: #3D3D3D. Windows color (decimal): -9621246 or 143725. OLE color: 143725.
HSL color Cylindrical-coordinate representation of color #6D3102: hue angle of 26.36º 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 #6D3102 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 49 | 2 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.57 |
| HSL | 26.36º | 0.96% | 0.22% | - |
| HSV(B) | 26.36º | 0.98% | 0.43% | - |
| XYZ | 7.42 | 5.45 | 0.72 | - |
| YUV | 61.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 2 | 0 | 0.55 | 0.98 | 0.57 | 26.36 | 0.96 | 0.22 |
| Hex | 6D | 31 | 2 | 0 | 37 | 62 | 39 | 1A | 60 | 16 |
| Octal | 155 | 61 | 2 | 0 | 67 | 142 | 71 | 32 | 140 | 26 |
| Binary | 1101101 | 110001 | 10 | 0 | 110111 | 1100010 | 111001 | 11010 | 1100000 | 10110 |
Color Harmonies of #6D3102
Complementary color
Monochromatic Colors of #6D3102
Black with #6D3102
Text Example
Text Example
White with #6D3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3102; }
p { color: rgb(109,49,2); }
H1.HeaderClassName
{
color: #6D3102;
}
.AnyTagClassName
{
color: #6D3102;
}
</style>
background-color css
<style>
a { background-color: #6D3102; }
a { background-color: rgb(109,49,2); }
div.DivClassName
{
background-color: #6D3102;
}
.BgClassName
{
background-color: #6D3102;
}
</style>
border-color css
<style>
span { border-color: #6D3102; }
span { border-color: rgb(109,49,2); }
td.TdClassName
{
border-color: #6D3102;
}
.TagClassName
{
border-color: #6D3102;
}
</style>