Shades of Baker's Chocolate #6D350A
Tints of Baker's Chocolate #6D350A
RGB
CMYK
RGB Variations
Color information
#6D350A (or 0x6D350A) is known color: Baker's Chocolate. HEX triplet: 6D, 35 and 0A. RGB value is (109,53,10). Sum of RGB (Red+Green+Blue) = 109+53+10=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D350A is #92CAF5. Grayscale: #414141. Windows color (decimal): -9620214 or 669037. OLE color: 669037.
HSL color Cylindrical-coordinate representation of color #6D350A: hue angle of 26.06º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D350A is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 10 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.57 |
| HSL | 26.06º | 0.83% | 0.23% | - |
| HSV(B) | 26.06º | 0.91% | 0.43% | - |
| XYZ | 7.63 | 5.82 | 1.01 | - |
| YUV | 64.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 10 | 0 | 0.51 | 0.91 | 0.57 | 26.06 | 0.83 | 0.23 |
| Hex | 6D | 35 | A | 0 | 33 | 5B | 39 | 1A | 53 | 17 |
| Octal | 155 | 65 | 12 | 0 | 63 | 133 | 71 | 32 | 123 | 27 |
| Binary | 1101101 | 110101 | 1010 | 0 | 110011 | 1011011 | 111001 | 11010 | 1010011 | 10111 |
Color Harmonies of #6D350A
Complementary color
Monochromatic Colors of #6D350A
Black with #6D350A
Text Example
Text Example
White with #6D350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D350A; }
p { color: rgb(109,53,10); }
H1.HeaderClassName
{
color: #6D350A;
}
.AnyTagClassName
{
color: #6D350A;
}
</style>
background-color css
<style>
a { background-color: #6D350A; }
a { background-color: rgb(109,53,10); }
div.DivClassName
{
background-color: #6D350A;
}
.BgClassName
{
background-color: #6D350A;
}
</style>
border-color css
<style>
span { border-color: #6D350A; }
span { border-color: rgb(109,53,10); }
td.TdClassName
{
border-color: #6D350A;
}
.TagClassName
{
border-color: #6D350A;
}
</style>