Shades of Baker's Chocolate #6C3507
Tints of Baker's Chocolate #6C3507
RGB
CMYK
RGB Variations
Color information
#6C3507 (or 0x6C3507) is known color: Baker's Chocolate. HEX triplet: 6C, 35 and 07. RGB value is (108,53,7). Sum of RGB (Red+Green+Blue) = 108+53+7=168 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.29% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3507 is #93CAF8. Grayscale: #404040. Windows color (decimal): -9685753 or 472428. OLE color: 472428.
HSL color Cylindrical-coordinate representation of color #6C3507: hue angle of 27.33º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C3507 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 53 | 7 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.58 |
| HSL | 27.33º | 0.88% | 0.23% | - |
| HSV(B) | 27.33º | 0.94% | 0.42% | - |
| XYZ | 7.5 | 5.75 | 0.92 | - |
| YUV | 64.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 7 | 0 | 0.51 | 0.94 | 0.58 | 27.33 | 0.88 | 0.23 |
| Hex | 6C | 35 | 7 | 0 | 33 | 5E | 3A | 1B | 58 | 17 |
| Octal | 154 | 65 | 7 | 0 | 63 | 136 | 72 | 33 | 130 | 27 |
| Binary | 1101100 | 110101 | 111 | 0 | 110011 | 1011110 | 111010 | 11011 | 1011000 | 10111 |
Color Harmonies of #6C3507
Complementary color
Monochromatic Colors of #6C3507
Black with #6C3507
Text Example
Text Example
White with #6C3507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3507; }
p { color: rgb(108,53,7); }
H1.HeaderClassName
{
color: #6C3507;
}
.AnyTagClassName
{
color: #6C3507;
}
</style>
background-color css
<style>
a { background-color: #6C3507; }
a { background-color: rgb(108,53,7); }
div.DivClassName
{
background-color: #6C3507;
}
.BgClassName
{
background-color: #6C3507;
}
</style>
border-color css
<style>
span { border-color: #6C3507; }
span { border-color: rgb(108,53,7); }
td.TdClassName
{
border-color: #6C3507;
}
.TagClassName
{
border-color: #6C3507;
}
</style>