Shades of Baker's Chocolate #6A370D
Tints of Baker's Chocolate #6A370D
RGB
CMYK
RGB Variations
Color information
#6A370D (or 0x6A370D) is known color: Baker's Chocolate. HEX triplet: 6A, 37 and 0D. RGB value is (106,55,13). Sum of RGB (Red+Green+Blue) = 106+55+13=174 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.92% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 106 - color contains mainly: red. Hex color #6A370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A370D is #95C8F2. Grayscale: #414141. Windows color (decimal): -9816307 or 866154. OLE color: 866154.
HSL color Cylindrical-coordinate representation of color #6A370D: hue angle of 27.1º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A370D is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 55 | 13 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.58 |
| HSL | 27.1º | 0.78% | 0.23% | - |
| HSV(B) | 27.1º | 0.88% | 0.42% | - |
| XYZ | 7.38 | 5.83 | 1.12 | - |
| YUV | 65.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 55 | 13 | 0 | 0.48 | 0.88 | 0.58 | 27.1 | 0.78 | 0.23 |
| Hex | 6A | 37 | D | 0 | 30 | 58 | 3A | 1B | 4E | 17 |
| Octal | 152 | 67 | 15 | 0 | 60 | 130 | 72 | 33 | 116 | 27 |
| Binary | 1101010 | 110111 | 1101 | 0 | 110000 | 1011000 | 111010 | 11011 | 1001110 | 10111 |
Color Harmonies of #6A370D
Complementary color
Monochromatic Colors of #6A370D
Black with #6A370D
Text Example
Text Example
White with #6A370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A370D; }
p { color: rgb(106,55,13); }
H1.HeaderClassName
{
color: #6A370D;
}
.AnyTagClassName
{
color: #6A370D;
}
</style>
background-color css
<style>
a { background-color: #6A370D; }
a { background-color: rgb(106,55,13); }
div.DivClassName
{
background-color: #6A370D;
}
.BgClassName
{
background-color: #6A370D;
}
</style>
border-color css
<style>
span { border-color: #6A370D; }
span { border-color: rgb(106,55,13); }
td.TdClassName
{
border-color: #6A370D;
}
.TagClassName
{
border-color: #6A370D;
}
</style>