Shades of Baker's Chocolate #6A3111
Tints of Baker's Chocolate #6A3111
RGB
CMYK
RGB Variations
Color information
#6A3111 (or 0x6A3111) is known color: Baker's Chocolate. HEX triplet: 6A, 31 and 11. RGB value is (106,49,17). Sum of RGB (Red+Green+Blue) = 106+49+17=172 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.63% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3111 is #95CEEE. Grayscale: #3E3E3E. Windows color (decimal): -9817839 or 1126762. OLE color: 1126762.
HSL color Cylindrical-coordinate representation of color #6A3111: hue angle of 21.57º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A3111 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 49 | 17 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.58 |
| HSL | 21.57º | 0.72% | 0.24% | - |
| HSV(B) | 21.57º | 0.84% | 0.42% | - |
| XYZ | 7.14 | 5.3 | 1.18 | - |
| YUV | 62.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 49 | 17 | 0 | 0.54 | 0.84 | 0.58 | 21.57 | 0.72 | 0.24 |
| Hex | 6A | 31 | 11 | 0 | 36 | 54 | 3A | 16 | 48 | 18 |
| Octal | 152 | 61 | 21 | 0 | 66 | 124 | 72 | 26 | 110 | 30 |
| Binary | 1101010 | 110001 | 10001 | 0 | 110110 | 1010100 | 111010 | 10110 | 1001000 | 11000 |
Color Harmonies of #6A3111
Complementary color
Monochromatic Colors of #6A3111
Black with #6A3111
Text Example
Text Example
White with #6A3111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3111; }
p { color: rgb(106,49,17); }
H1.HeaderClassName
{
color: #6A3111;
}
.AnyTagClassName
{
color: #6A3111;
}
</style>
background-color css
<style>
a { background-color: #6A3111; }
a { background-color: rgb(106,49,17); }
div.DivClassName
{
background-color: #6A3111;
}
.BgClassName
{
background-color: #6A3111;
}
</style>
border-color css
<style>
span { border-color: #6A3111; }
span { border-color: rgb(106,49,17); }
td.TdClassName
{
border-color: #6A3111;
}
.TagClassName
{
border-color: #6A3111;
}
</style>