Shades of Baker's Chocolate #6F2B03
Tints of Baker's Chocolate #6F2B03
RGB
CMYK
RGB Variations
Color information
#6F2B03 (or 0x6F2B03) is known color: Baker's Chocolate. HEX triplet: 6F, 2B and 03. RGB value is (111,43,3). Sum of RGB (Red+Green+Blue) = 111+43+3=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2B03 is #90D4FC. Grayscale: #3A3A3A. Windows color (decimal): -9491709 or 207727. OLE color: 207727.
HSL color Cylindrical-coordinate representation of color #6F2B03: hue angle of 22.22º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F2B03 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 43 | 3 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.56 |
| HSL | 22.22º | 0.95% | 0.22% | - |
| HSV(B) | 22.22º | 0.97% | 0.44% | - |
| XYZ | 7.44 | 5.11 | 0.68 | - |
| YUV | 58.77 | 96.53 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 43 | 3 | 0 | 0.61 | 0.97 | 0.56 | 22.22 | 0.95 | 0.22 |
| Hex | 6F | 2B | 3 | 0 | 3D | 61 | 38 | 16 | 5F | 16 |
| Octal | 157 | 53 | 3 | 0 | 75 | 141 | 70 | 26 | 137 | 26 |
| Binary | 1101111 | 101011 | 11 | 0 | 111101 | 1100001 | 111000 | 10110 | 1011111 | 10110 |
Color Harmonies of #6F2B03
Complementary color
Monochromatic Colors of #6F2B03
Black with #6F2B03
Text Example
Text Example
White with #6F2B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2B03; }
p { color: rgb(111,43,3); }
H1.HeaderClassName
{
color: #6F2B03;
}
.AnyTagClassName
{
color: #6F2B03;
}
</style>
background-color css
<style>
a { background-color: #6F2B03; }
a { background-color: rgb(111,43,3); }
div.DivClassName
{
background-color: #6F2B03;
}
.BgClassName
{
background-color: #6F2B03;
}
</style>
border-color css
<style>
span { border-color: #6F2B03; }
span { border-color: rgb(111,43,3); }
td.TdClassName
{
border-color: #6F2B03;
}
.TagClassName
{
border-color: #6F2B03;
}
</style>