Shades of Baker's Chocolate #6B2B08
Tints of Baker's Chocolate #6B2B08
RGB
CMYK
RGB Variations
Color information
#6B2B08 (or 0x6B2B08) is known color: Baker's Chocolate. HEX triplet: 6B, 2B and 08. RGB value is (107,43,8). Sum of RGB (Red+Green+Blue) = 107+43+8=158 (20% of max value = 765). Red value is 107 (42.19% from 255 or 67.72% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2B08 is #94D4F7. Grayscale: #3A3A3A. Windows color (decimal): -9753848 or 535403. OLE color: 535403.
HSL color Cylindrical-coordinate representation of color #6B2B08: hue angle of 21.21º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B2B08 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 43 | 8 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.58 |
| HSL | 21.21º | 0.86% | 0.23% | - |
| HSV(B) | 21.21º | 0.93% | 0.42% | - |
| XYZ | 6.97 | 4.87 | 0.8 | - |
| YUV | 58.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 43 | 8 | 0 | 0.60 | 0.93 | 0.58 | 21.21 | 0.86 | 0.23 |
| Hex | 6B | 2B | 8 | 0 | 3C | 5D | 3A | 15 | 56 | 17 |
| Octal | 153 | 53 | 10 | 0 | 74 | 135 | 72 | 25 | 126 | 27 |
| Binary | 1101011 | 101011 | 1000 | 0 | 111100 | 1011101 | 111010 | 10101 | 1010110 | 10111 |
Color Harmonies of #6B2B08
Complementary color
Monochromatic Colors of #6B2B08
Black with #6B2B08
Text Example
Text Example
White with #6B2B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2B08; }
p { color: rgb(107,43,8); }
H1.HeaderClassName
{
color: #6B2B08;
}
.AnyTagClassName
{
color: #6B2B08;
}
</style>
background-color css
<style>
a { background-color: #6B2B08; }
a { background-color: rgb(107,43,8); }
div.DivClassName
{
background-color: #6B2B08;
}
.BgClassName
{
background-color: #6B2B08;
}
</style>
border-color css
<style>
span { border-color: #6B2B08; }
span { border-color: rgb(107,43,8); }
td.TdClassName
{
border-color: #6B2B08;
}
.TagClassName
{
border-color: #6B2B08;
}
</style>