Shades of Baker's Chocolate #6D360F
Tints of Baker's Chocolate #6D360F
RGB
CMYK
RGB Variations
Color information
#6D360F (or 0x6D360F) is known color: Baker's Chocolate. HEX triplet: 6D, 36 and 0F. RGB value is (109,54,15). Sum of RGB (Red+Green+Blue) = 109+54+15=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D360F is #92C9F0. Grayscale: #424242. Windows color (decimal): -9619953 or 996973. OLE color: 996973.
HSL color Cylindrical-coordinate representation of color #6D360F: hue angle of 24.89º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D360F is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 54 | 15 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.57 |
| HSL | 24.89º | 0.76% | 0.24% | - |
| HSV(B) | 24.89º | 0.86% | 0.43% | - |
| XYZ | 7.71 | 5.92 | 1.19 | - |
| YUV | 66 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 15 | 0 | 0.50 | 0.86 | 0.57 | 24.89 | 0.76 | 0.24 |
| Hex | 6D | 36 | F | 0 | 32 | 56 | 39 | 19 | 4C | 18 |
| Octal | 155 | 66 | 17 | 0 | 62 | 126 | 71 | 31 | 114 | 30 |
| Binary | 1101101 | 110110 | 1111 | 0 | 110010 | 1010110 | 111001 | 11001 | 1001100 | 11000 |
Color Harmonies of #6D360F
Complementary color
Monochromatic Colors of #6D360F
Black with #6D360F
Text Example
Text Example
White with #6D360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D360F; }
p { color: rgb(109,54,15); }
H1.HeaderClassName
{
color: #6D360F;
}
.AnyTagClassName
{
color: #6D360F;
}
</style>
background-color css
<style>
a { background-color: #6D360F; }
a { background-color: rgb(109,54,15); }
div.DivClassName
{
background-color: #6D360F;
}
.BgClassName
{
background-color: #6D360F;
}
</style>
border-color css
<style>
span { border-color: #6D360F; }
span { border-color: rgb(109,54,15); }
td.TdClassName
{
border-color: #6D360F;
}
.TagClassName
{
border-color: #6D360F;
}
</style>