Shades of Baker's Chocolate #6B2107
Tints of Baker's Chocolate #6B2107
RGB
CMYK
RGB Variations
Color information
#6B2107 (or 0x6B2107) is known color: Baker's Chocolate. HEX triplet: 6B, 21 and 07. RGB value is (107,33,7). Sum of RGB (Red+Green+Blue) = 107+33+7=147 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.79% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2107 is #94DEF8. Grayscale: #343434. Windows color (decimal): -9756409 or 467307. OLE color: 467307.
HSL color Cylindrical-coordinate representation of color #6B2107: hue angle of 15.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B2107 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 7 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.58 |
| HSL | 15.6º | 0.88% | 0.22% | - |
| HSV(B) | 15.6º | 0.93% | 0.42% | - |
| XYZ | 6.65 | 4.23 | 0.67 | - |
| YUV | 52.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 7 | 0 | 0.69 | 0.93 | 0.58 | 15.6 | 0.88 | 0.22 |
| Hex | 6B | 21 | 7 | 0 | 45 | 5D | 3A | 10 | 58 | 16 |
| Octal | 153 | 41 | 7 | 0 | 105 | 135 | 72 | 20 | 130 | 26 |
| Binary | 1101011 | 100001 | 111 | 0 | 1000101 | 1011101 | 111010 | 10000 | 1011000 | 10110 |
Color Harmonies of #6B2107
Complementary color
Monochromatic Colors of #6B2107
Black with #6B2107
Text Example
Text Example
White with #6B2107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2107; }
p { color: rgb(107,33,7); }
H1.HeaderClassName
{
color: #6B2107;
}
.AnyTagClassName
{
color: #6B2107;
}
</style>
background-color css
<style>
a { background-color: #6B2107; }
a { background-color: rgb(107,33,7); }
div.DivClassName
{
background-color: #6B2107;
}
.BgClassName
{
background-color: #6B2107;
}
</style>
border-color css
<style>
span { border-color: #6B2107; }
span { border-color: rgb(107,33,7); }
td.TdClassName
{
border-color: #6B2107;
}
.TagClassName
{
border-color: #6B2107;
}
</style>