Shades of Baker's Chocolate #6C370B
Tints of Baker's Chocolate #6C370B
RGB
CMYK
RGB Variations
Color information
#6C370B (or 0x6C370B) is known color: Baker's Chocolate. HEX triplet: 6C, 37 and 0B. RGB value is (108,55,11). Sum of RGB (Red+Green+Blue) = 108+55+11=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C370B is #93C8F4. Grayscale: #424242. Windows color (decimal): -9685237 or 735084. OLE color: 735084.
HSL color Cylindrical-coordinate representation of color #6C370B: hue angle of 27.22º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C370B is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 55 | 11 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.58 |
| HSL | 27.22º | 0.82% | 0.23% | - |
| HSV(B) | 27.22º | 0.9% | 0.42% | - |
| XYZ | 7.61 | 5.94 | 1.06 | - |
| YUV | 65.83 | 97.06 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 55 | 11 | 0 | 0.49 | 0.90 | 0.58 | 27.22 | 0.82 | 0.23 |
| Hex | 6C | 37 | B | 0 | 31 | 5A | 3A | 1B | 52 | 17 |
| Octal | 154 | 67 | 13 | 0 | 61 | 132 | 72 | 33 | 122 | 27 |
| Binary | 1101100 | 110111 | 1011 | 0 | 110001 | 1011010 | 111010 | 11011 | 1010010 | 10111 |
Color Harmonies of #6C370B
Complementary color
Monochromatic Colors of #6C370B
Black with #6C370B
Text Example
Text Example
White with #6C370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C370B; }
p { color: rgb(108,55,11); }
H1.HeaderClassName
{
color: #6C370B;
}
.AnyTagClassName
{
color: #6C370B;
}
</style>
background-color css
<style>
a { background-color: #6C370B; }
a { background-color: rgb(108,55,11); }
div.DivClassName
{
background-color: #6C370B;
}
.BgClassName
{
background-color: #6C370B;
}
</style>
border-color css
<style>
span { border-color: #6C370B; }
span { border-color: rgb(108,55,11); }
td.TdClassName
{
border-color: #6C370B;
}
.TagClassName
{
border-color: #6C370B;
}
</style>