Shades of Baker's Chocolate #6A2912
Tints of Baker's Chocolate #6A2912
RGB
CMYK
RGB Variations
Color information
#6A2912 (or 0x6A2912) is known color: Baker's Chocolate. HEX triplet: 6A, 29 and 12. RGB value is (106,41,18). Sum of RGB (Red+Green+Blue) = 106+41+18=165 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.24% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2912 is #95D6ED. Grayscale: #393939. Windows color (decimal): -9819886 or 1190250. OLE color: 1190250.
HSL color Cylindrical-coordinate representation of color #6A2912: hue angle of 15.68º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A2912 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 41 | 18 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.58 |
| HSL | 15.68º | 0.71% | 0.24% | - |
| HSV(B) | 15.68º | 0.83% | 0.42% | - |
| XYZ | 6.85 | 4.69 | 1.12 | - |
| YUV | 57.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 41 | 18 | 0 | 0.61 | 0.83 | 0.58 | 15.68 | 0.71 | 0.24 |
| Hex | 6A | 29 | 12 | 0 | 3D | 53 | 3A | 10 | 47 | 18 |
| Octal | 152 | 51 | 22 | 0 | 75 | 123 | 72 | 20 | 107 | 30 |
| Binary | 1101010 | 101001 | 10010 | 0 | 111101 | 1010011 | 111010 | 10000 | 1000111 | 11000 |
Color Harmonies of #6A2912
Complementary color
Monochromatic Colors of #6A2912
Black with #6A2912
Text Example
Text Example
White with #6A2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2912; }
p { color: rgb(106,41,18); }
H1.HeaderClassName
{
color: #6A2912;
}
.AnyTagClassName
{
color: #6A2912;
}
</style>
background-color css
<style>
a { background-color: #6A2912; }
a { background-color: rgb(106,41,18); }
div.DivClassName
{
background-color: #6A2912;
}
.BgClassName
{
background-color: #6A2912;
}
</style>
border-color css
<style>
span { border-color: #6A2912; }
span { border-color: rgb(106,41,18); }
td.TdClassName
{
border-color: #6A2912;
}
.TagClassName
{
border-color: #6A2912;
}
</style>