Shades of Baker's Chocolate #6F2900
Tints of Baker's Chocolate #6F2900
RGB
CMYK
RGB Variations
Color information
#6F2900 (or 0x6F2900) is known color: Baker's Chocolate. HEX triplet: 6F, 29 and 00. RGB value is (111,41,0). Sum of RGB (Red+Green+Blue) = 111+41+0=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2900 is #90D6FF. Grayscale: #393939. Windows color (decimal): -9492224 or 10607. OLE color: 10607.
HSL color Cylindrical-coordinate representation of color #6F2900: hue angle of 22.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F2900 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.56 |
| HSL | 22.16º | 1% | 0.22% | - |
| HSV(B) | 22.16º | 1% | 0.44% | - |
| XYZ | 7.35 | 4.97 | 0.57 | - |
| YUV | 57.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 0 | 0 | 0.63 | 1 | 0.56 | 22.16 | 1 | 0.22 |
| Hex | 6F | 29 | 0 | 0 | 3F | 64 | 38 | 16 | 64 | 16 |
| Octal | 157 | 51 | 0 | 0 | 77 | 144 | 70 | 26 | 144 | 26 |
| Binary | 1101111 | 101001 | 0 | 0 | 111111 | 1100100 | 111000 | 10110 | 1100100 | 10110 |
Color Harmonies of #6F2900
Complementary color
Monochromatic Colors of #6F2900
Black with #6F2900
Text Example
Text Example
White with #6F2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2900; }
p { color: rgb(111,41,0); }
H1.HeaderClassName
{
color: #6F2900;
}
.AnyTagClassName
{
color: #6F2900;
}
</style>
background-color css
<style>
a { background-color: #6F2900; }
a { background-color: rgb(111,41,0); }
div.DivClassName
{
background-color: #6F2900;
}
.BgClassName
{
background-color: #6F2900;
}
</style>
border-color css
<style>
span { border-color: #6F2900; }
span { border-color: rgb(111,41,0); }
td.TdClassName
{
border-color: #6F2900;
}
.TagClassName
{
border-color: #6F2900;
}
</style>