Shades of Baker's Chocolate #6B2307
Tints of Baker's Chocolate #6B2307
RGB
CMYK
RGB Variations
Color information
#6B2307 (or 0x6B2307) is known color: Baker's Chocolate. HEX triplet: 6B, 23 and 07. RGB value is (107,35,7). Sum of RGB (Red+Green+Blue) = 107+35+7=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2307 is #94DCF8. Grayscale: #353535. Windows color (decimal): -9755897 or 467819. OLE color: 467819.
HSL color Cylindrical-coordinate representation of color #6B2307: hue angle of 16.8º 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 #6B2307 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 7 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.58 |
| HSL | 16.8º | 0.88% | 0.22% | - |
| HSV(B) | 16.8º | 0.93% | 0.42% | - |
| XYZ | 6.7 | 4.34 | 0.69 | - |
| YUV | 53.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 7 | 0 | 0.67 | 0.93 | 0.58 | 16.8 | 0.88 | 0.22 |
| Hex | 6B | 23 | 7 | 0 | 43 | 5D | 3A | 11 | 58 | 16 |
| Octal | 153 | 43 | 7 | 0 | 103 | 135 | 72 | 21 | 130 | 26 |
| Binary | 1101011 | 100011 | 111 | 0 | 1000011 | 1011101 | 111010 | 10001 | 1011000 | 10110 |
Color Harmonies of #6B2307
Complementary color
Monochromatic Colors of #6B2307
Black with #6B2307
Text Example
Text Example
White with #6B2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2307; }
p { color: rgb(107,35,7); }
H1.HeaderClassName
{
color: #6B2307;
}
.AnyTagClassName
{
color: #6B2307;
}
</style>
background-color css
<style>
a { background-color: #6B2307; }
a { background-color: rgb(107,35,7); }
div.DivClassName
{
background-color: #6B2307;
}
.BgClassName
{
background-color: #6B2307;
}
</style>
border-color css
<style>
span { border-color: #6B2307; }
span { border-color: rgb(107,35,7); }
td.TdClassName
{
border-color: #6B2307;
}
.TagClassName
{
border-color: #6B2307;
}
</style>