Shades of Baker's Chocolate #6A3914
Tints of Baker's Chocolate #6A3914
RGB
CMYK
RGB Variations
Color information
#6A3914 (or 0x6A3914) is known color: Baker's Chocolate. HEX triplet: 6A, 39 and 14. RGB value is (106,57,20). Sum of RGB (Red+Green+Blue) = 106+57+20=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3914 is #95C6EB. Grayscale: #434343. Windows color (decimal): -9815788 or 1325418. OLE color: 1325418.
HSL color Cylindrical-coordinate representation of color #6A3914: hue angle of 25.81º degrees, saturation: 0.68, 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 #6A3914 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 57 | 20 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.58 |
| HSL | 25.81º | 0.68% | 0.25% | - |
| HSV(B) | 25.81º | 0.81% | 0.42% | - |
| XYZ | 7.53 | 6.04 | 1.43 | - |
| YUV | 67.43 | 101.23 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 57 | 20 | 0 | 0.46 | 0.81 | 0.58 | 25.81 | 0.68 | 0.25 |
| Hex | 6A | 39 | 14 | 0 | 2E | 51 | 3A | 1A | 44 | 19 |
| Octal | 152 | 71 | 24 | 0 | 56 | 121 | 72 | 32 | 104 | 31 |
| Binary | 1101010 | 111001 | 10100 | 0 | 101110 | 1010001 | 111010 | 11010 | 1000100 | 11001 |
Color Harmonies of #6A3914
Complementary color
Monochromatic Colors of #6A3914
Black with #6A3914
Text Example
Text Example
White with #6A3914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3914; }
p { color: rgb(106,57,20); }
H1.HeaderClassName
{
color: #6A3914;
}
.AnyTagClassName
{
color: #6A3914;
}
</style>
background-color css
<style>
a { background-color: #6A3914; }
a { background-color: rgb(106,57,20); }
div.DivClassName
{
background-color: #6A3914;
}
.BgClassName
{
background-color: #6A3914;
}
</style>
border-color css
<style>
span { border-color: #6A3914; }
span { border-color: rgb(106,57,20); }
td.TdClassName
{
border-color: #6A3914;
}
.TagClassName
{
border-color: #6A3914;
}
</style>