Shades of Baker's Chocolate #6F290A
Tints of Baker's Chocolate #6F290A
RGB
CMYK
RGB Variations
Color information
#6F290A (or 0x6F290A) is known color: Baker's Chocolate. HEX triplet: 6F, 29 and 0A. RGB value is (111,41,10). Sum of RGB (Red+Green+Blue) = 111+41+10=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F290A is #90D6F5. Grayscale: #3A3A3A. Windows color (decimal): -9492214 or 665967. OLE color: 665967.
HSL color Cylindrical-coordinate representation of color #6F290A: hue angle of 18.42º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F290A is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 10 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.56 |
| HSL | 18.42º | 0.83% | 0.24% | - |
| HSV(B) | 18.42º | 0.91% | 0.44% | - |
| XYZ | 7.4 | 4.99 | 0.86 | - |
| YUV | 58.4 | 100.69 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 10 | 0 | 0.63 | 0.91 | 0.56 | 18.42 | 0.83 | 0.24 |
| Hex | 6F | 29 | A | 0 | 3F | 5B | 38 | 12 | 53 | 18 |
| Octal | 157 | 51 | 12 | 0 | 77 | 133 | 70 | 22 | 123 | 30 |
| Binary | 1101111 | 101001 | 1010 | 0 | 111111 | 1011011 | 111000 | 10010 | 1010011 | 11000 |
Color Harmonies of #6F290A
Complementary color
Monochromatic Colors of #6F290A
Black with #6F290A
Text Example
Text Example
White with #6F290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F290A; }
p { color: rgb(111,41,10); }
H1.HeaderClassName
{
color: #6F290A;
}
.AnyTagClassName
{
color: #6F290A;
}
</style>
background-color css
<style>
a { background-color: #6F290A; }
a { background-color: rgb(111,41,10); }
div.DivClassName
{
background-color: #6F290A;
}
.BgClassName
{
background-color: #6F290A;
}
</style>
border-color css
<style>
span { border-color: #6F290A; }
span { border-color: rgb(111,41,10); }
td.TdClassName
{
border-color: #6F290A;
}
.TagClassName
{
border-color: #6F290A;
}
</style>