Shades of Baker's Chocolate #6A2E15
Tints of Baker's Chocolate #6A2E15
RGB
CMYK
RGB Variations
Color information
#6A2E15 (or 0x6A2E15) is known color: Baker's Chocolate. HEX triplet: 6A, 2E and 15. RGB value is (106,46,21). Sum of RGB (Red+Green+Blue) = 106+46+21=173 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.27% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2E15 is #95D1EA. Grayscale: #3D3D3D. Windows color (decimal): -9818603 or 1388138. OLE color: 1388138.
HSL color Cylindrical-coordinate representation of color #6A2E15: hue angle of 17.65º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A2E15 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 46 | 21 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.58 |
| HSL | 17.65º | 0.67% | 0.25% | - |
| HSV(B) | 17.65º | 0.8% | 0.42% | - |
| XYZ | 7.06 | 5.07 | 1.32 | - |
| YUV | 61.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 46 | 21 | 0 | 0.57 | 0.80 | 0.58 | 17.65 | 0.67 | 0.25 |
| Hex | 6A | 2E | 15 | 0 | 39 | 50 | 3A | 12 | 43 | 19 |
| Octal | 152 | 56 | 25 | 0 | 71 | 120 | 72 | 22 | 103 | 31 |
| Binary | 1101010 | 101110 | 10101 | 0 | 111001 | 1010000 | 111010 | 10010 | 1000011 | 11001 |
Color Harmonies of #6A2E15
Complementary color
Monochromatic Colors of #6A2E15
Black with #6A2E15
Text Example
Text Example
White with #6A2E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2E15; }
p { color: rgb(106,46,21); }
H1.HeaderClassName
{
color: #6A2E15;
}
.AnyTagClassName
{
color: #6A2E15;
}
</style>
background-color css
<style>
a { background-color: #6A2E15; }
a { background-color: rgb(106,46,21); }
div.DivClassName
{
background-color: #6A2E15;
}
.BgClassName
{
background-color: #6A2E15;
}
</style>
border-color css
<style>
span { border-color: #6A2E15; }
span { border-color: rgb(106,46,21); }
td.TdClassName
{
border-color: #6A2E15;
}
.TagClassName
{
border-color: #6A2E15;
}
</style>