Shades of Baker's Chocolate #6B2E14
Tints of Baker's Chocolate #6B2E14
RGB
CMYK
RGB Variations
Color information
#6B2E14 (or 0x6B2E14) is known color: Baker's Chocolate. HEX triplet: 6B, 2E and 14. RGB value is (107,46,20). Sum of RGB (Red+Green+Blue) = 107+46+20=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2E14 is #94D1EB. Grayscale: #3D3D3D. Windows color (decimal): -9753068 or 1322603. OLE color: 1322603.
HSL color Cylindrical-coordinate representation of color #6B2E14: hue angle of 17.93º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B2E14 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 46 | 20 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.58 |
| HSL | 17.93º | 0.69% | 0.25% | - |
| HSV(B) | 17.93º | 0.81% | 0.42% | - |
| XYZ | 7.17 | 5.13 | 1.27 | - |
| YUV | 61.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 20 | 0 | 0.57 | 0.81 | 0.58 | 17.93 | 0.69 | 0.25 |
| Hex | 6B | 2E | 14 | 0 | 39 | 51 | 3A | 12 | 45 | 19 |
| Octal | 153 | 56 | 24 | 0 | 71 | 121 | 72 | 22 | 105 | 31 |
| Binary | 1101011 | 101110 | 10100 | 0 | 111001 | 1010001 | 111010 | 10010 | 1000101 | 11001 |
Color Harmonies of #6B2E14
Complementary color
Monochromatic Colors of #6B2E14
Black with #6B2E14
Text Example
Text Example
White with #6B2E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2E14; }
p { color: rgb(107,46,20); }
H1.HeaderClassName
{
color: #6B2E14;
}
.AnyTagClassName
{
color: #6B2E14;
}
</style>
background-color css
<style>
a { background-color: #6B2E14; }
a { background-color: rgb(107,46,20); }
div.DivClassName
{
background-color: #6B2E14;
}
.BgClassName
{
background-color: #6B2E14;
}
</style>
border-color css
<style>
span { border-color: #6B2E14; }
span { border-color: rgb(107,46,20); }
td.TdClassName
{
border-color: #6B2E14;
}
.TagClassName
{
border-color: #6B2E14;
}
</style>