Shades of Baker's Chocolate #6E280F
Tints of Baker's Chocolate #6E280F
RGB
CMYK
RGB Variations
Color information
#6E280F (or 0x6E280F) is known color: Baker's Chocolate. HEX triplet: 6E, 28 and 0F. RGB value is (110,40,15). Sum of RGB (Red+Green+Blue) = 110+40+15=165 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.67% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 110 - color contains mainly: red. Hex color #6E280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E280F is #91D7F0. Grayscale: #3A3A3A. Windows color (decimal): -9558001 or 993390. OLE color: 993390.
HSL color Cylindrical-coordinate representation of color #6E280F: hue angle of 15.79º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E280F is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 15 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.57 |
| HSL | 15.79º | 0.76% | 0.25% | - |
| HSV(B) | 15.79º | 0.86% | 0.43% | - |
| XYZ | 7.28 | 4.87 | 1.01 | - |
| YUV | 58.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 15 | 0 | 0.64 | 0.86 | 0.57 | 15.79 | 0.76 | 0.25 |
| Hex | 6E | 28 | F | 0 | 40 | 56 | 39 | 10 | 4C | 19 |
| Octal | 156 | 50 | 17 | 0 | 100 | 126 | 71 | 20 | 114 | 31 |
| Binary | 1101110 | 101000 | 1111 | 0 | 1000000 | 1010110 | 111001 | 10000 | 1001100 | 11001 |
Color Harmonies of #6E280F
Complementary color
Monochromatic Colors of #6E280F
Black with #6E280F
Text Example
Text Example
White with #6E280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E280F; }
p { color: rgb(110,40,15); }
H1.HeaderClassName
{
color: #6E280F;
}
.AnyTagClassName
{
color: #6E280F;
}
</style>
background-color css
<style>
a { background-color: #6E280F; }
a { background-color: rgb(110,40,15); }
div.DivClassName
{
background-color: #6E280F;
}
.BgClassName
{
background-color: #6E280F;
}
</style>
border-color css
<style>
span { border-color: #6E280F; }
span { border-color: rgb(110,40,15); }
td.TdClassName
{
border-color: #6E280F;
}
.TagClassName
{
border-color: #6E280F;
}
</style>