Shades of Baker's Chocolate #6B2D0B
Tints of Baker's Chocolate #6B2D0B
RGB
CMYK
RGB Variations
Color information
#6B2D0B (or 0x6B2D0B) is known color: Baker's Chocolate. HEX triplet: 6B, 2D and 0B. RGB value is (107,45,11). Sum of RGB (Red+Green+Blue) = 107+45+11=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2D0B is #94D2F4. Grayscale: #3B3B3B. Windows color (decimal): -9753333 or 732523. OLE color: 732523.
HSL color Cylindrical-coordinate representation of color #6B2D0B: hue angle of 21.25º degrees, saturation: 0.81, 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 #6B2D0B is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 45 | 11 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.58 |
| HSL | 21.25º | 0.81% | 0.23% | - |
| HSV(B) | 21.25º | 0.9% | 0.42% | - |
| XYZ | 7.06 | 5.03 | 0.91 | - |
| YUV | 59.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 45 | 11 | 0 | 0.58 | 0.90 | 0.58 | 21.25 | 0.81 | 0.23 |
| Hex | 6B | 2D | B | 0 | 3A | 5A | 3A | 15 | 51 | 17 |
| Octal | 153 | 55 | 13 | 0 | 72 | 132 | 72 | 25 | 121 | 27 |
| Binary | 1101011 | 101101 | 1011 | 0 | 111010 | 1011010 | 111010 | 10101 | 1010001 | 10111 |
Color Harmonies of #6B2D0B
Complementary color
Monochromatic Colors of #6B2D0B
Black with #6B2D0B
Text Example
Text Example
White with #6B2D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2D0B; }
p { color: rgb(107,45,11); }
H1.HeaderClassName
{
color: #6B2D0B;
}
.AnyTagClassName
{
color: #6B2D0B;
}
</style>
background-color css
<style>
a { background-color: #6B2D0B; }
a { background-color: rgb(107,45,11); }
div.DivClassName
{
background-color: #6B2D0B;
}
.BgClassName
{
background-color: #6B2D0B;
}
</style>
border-color css
<style>
span { border-color: #6B2D0B; }
span { border-color: rgb(107,45,11); }
td.TdClassName
{
border-color: #6B2D0B;
}
.TagClassName
{
border-color: #6B2D0B;
}
</style>