Shades of Baker's Chocolate #6B3711
Tints of Baker's Chocolate #6B3711
RGB
CMYK
RGB Variations
Color information
#6B3711 (or 0x6B3711) is known color: Baker's Chocolate. HEX triplet: 6B, 37 and 11. RGB value is (107,55,17). Sum of RGB (Red+Green+Blue) = 107+55+17=179 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.78% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3711 is #94C8EE. Grayscale: #424242. Windows color (decimal): -9750767 or 1128299. OLE color: 1128299.
HSL color Cylindrical-coordinate representation of color #6B3711: hue angle of 25.33º degrees, saturation: 0.73, 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 #6B3711 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 55 | 17 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.58 |
| HSL | 25.33º | 0.73% | 0.24% | - |
| HSV(B) | 25.33º | 0.84% | 0.42% | - |
| XYZ | 7.53 | 5.9 | 1.27 | - |
| YUV | 66.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 55 | 17 | 0 | 0.49 | 0.84 | 0.58 | 25.33 | 0.73 | 0.24 |
| Hex | 6B | 37 | 11 | 0 | 31 | 54 | 3A | 19 | 49 | 18 |
| Octal | 153 | 67 | 21 | 0 | 61 | 124 | 72 | 31 | 111 | 30 |
| Binary | 1101011 | 110111 | 10001 | 0 | 110001 | 1010100 | 111010 | 11001 | 1001001 | 11000 |
Color Harmonies of #6B3711
Complementary color
Monochromatic Colors of #6B3711
Black with #6B3711
Text Example
Text Example
White with #6B3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3711; }
p { color: rgb(107,55,17); }
H1.HeaderClassName
{
color: #6B3711;
}
.AnyTagClassName
{
color: #6B3711;
}
</style>
background-color css
<style>
a { background-color: #6B3711; }
a { background-color: rgb(107,55,17); }
div.DivClassName
{
background-color: #6B3711;
}
.BgClassName
{
background-color: #6B3711;
}
</style>
border-color css
<style>
span { border-color: #6B3711; }
span { border-color: rgb(107,55,17); }
td.TdClassName
{
border-color: #6B3711;
}
.TagClassName
{
border-color: #6B3711;
}
</style>