Shades of Baker's Chocolate #6F270C
Tints of Baker's Chocolate #6F270C
RGB
CMYK
RGB Variations
Color information
#6F270C (or 0x6F270C) is known color: Baker's Chocolate. HEX triplet: 6F, 27 and 0C. RGB value is (111,39,12). Sum of RGB (Red+Green+Blue) = 111+39+12=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F270C is #90D8F3. Grayscale: #393939. Windows color (decimal): -9492724 or 796527. OLE color: 796527.
HSL color Cylindrical-coordinate representation of color #6F270C: hue angle of 16.36º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F270C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 12 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.56 |
| HSL | 16.36º | 0.8% | 0.24% | - |
| HSV(B) | 16.36º | 0.89% | 0.44% | - |
| XYZ | 7.35 | 4.86 | 0.9 | - |
| YUV | 57.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 12 | 0 | 0.65 | 0.89 | 0.56 | 16.36 | 0.8 | 0.24 |
| Hex | 6F | 27 | C | 0 | 41 | 59 | 38 | 10 | 50 | 18 |
| Octal | 157 | 47 | 14 | 0 | 101 | 131 | 70 | 20 | 120 | 30 |
| Binary | 1101111 | 100111 | 1100 | 0 | 1000001 | 1011001 | 111000 | 10000 | 1010000 | 11000 |
Color Harmonies of #6F270C
Complementary color
Monochromatic Colors of #6F270C
Black with #6F270C
Text Example
Text Example
White with #6F270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F270C; }
p { color: rgb(111,39,12); }
H1.HeaderClassName
{
color: #6F270C;
}
.AnyTagClassName
{
color: #6F270C;
}
</style>
background-color css
<style>
a { background-color: #6F270C; }
a { background-color: rgb(111,39,12); }
div.DivClassName
{
background-color: #6F270C;
}
.BgClassName
{
background-color: #6F270C;
}
</style>
border-color css
<style>
span { border-color: #6F270C; }
span { border-color: rgb(111,39,12); }
td.TdClassName
{
border-color: #6F270C;
}
.TagClassName
{
border-color: #6F270C;
}
</style>