Shades of Baker's Chocolate #6E2802
Tints of Baker's Chocolate #6E2802
RGB
CMYK
RGB Variations
Color information
#6E2802 (or 0x6E2802) is known color: Baker's Chocolate. HEX triplet: 6E, 28 and 02. RGB value is (110,40,2). Sum of RGB (Red+Green+Blue) = 110+40+2=152 (20% of max value = 765). Red value is 110 (43.36% from 255 or 72.37% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2802 is #91D7FD. Grayscale: #383838. Windows color (decimal): -9558014 or 141422. OLE color: 141422.
HSL color Cylindrical-coordinate representation of color #6E2802: hue angle of 21.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E2802 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 2 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.57 |
| HSL | 21.11º | 0.96% | 0.22% | - |
| HSV(B) | 21.11º | 0.98% | 0.43% | - |
| XYZ | 7.2 | 4.84 | 0.61 | - |
| YUV | 56.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 2 | 0 | 0.64 | 0.98 | 0.57 | 21.11 | 0.96 | 0.22 |
| Hex | 6E | 28 | 2 | 0 | 40 | 62 | 39 | 15 | 60 | 16 |
| Octal | 156 | 50 | 2 | 0 | 100 | 142 | 71 | 25 | 140 | 26 |
| Binary | 1101110 | 101000 | 10 | 0 | 1000000 | 1100010 | 111001 | 10101 | 1100000 | 10110 |
Color Harmonies of #6E2802
Complementary color
Monochromatic Colors of #6E2802
Black with #6E2802
Text Example
Text Example
White with #6E2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2802; }
p { color: rgb(110,40,2); }
H1.HeaderClassName
{
color: #6E2802;
}
.AnyTagClassName
{
color: #6E2802;
}
</style>
background-color css
<style>
a { background-color: #6E2802; }
a { background-color: rgb(110,40,2); }
div.DivClassName
{
background-color: #6E2802;
}
.BgClassName
{
background-color: #6E2802;
}
</style>
border-color css
<style>
span { border-color: #6E2802; }
span { border-color: rgb(110,40,2); }
td.TdClassName
{
border-color: #6E2802;
}
.TagClassName
{
border-color: #6E2802;
}
</style>