Shades of Baker's Chocolate #6F3102
Tints of Baker's Chocolate #6F3102
RGB
CMYK
RGB Variations
Color information
#6F3102 (or 0x6F3102) is known color: Baker's Chocolate. HEX triplet: 6F, 31 and 02. RGB value is (111,49,2). Sum of RGB (Red+Green+Blue) = 111+49+2=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3102 is #90CEFD. Grayscale: #3E3E3E. Windows color (decimal): -9490174 or 143727. OLE color: 143727.
HSL color Cylindrical-coordinate representation of color #6F3102: hue angle of 25.87º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F3102 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 2 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.56 |
| HSL | 25.87º | 0.96% | 0.22% | - |
| HSV(B) | 25.87º | 0.98% | 0.44% | - |
| XYZ | 7.66 | 5.58 | 0.73 | - |
| YUV | 62.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 2 | 0 | 0.56 | 0.98 | 0.56 | 25.87 | 0.96 | 0.22 |
| Hex | 6F | 31 | 2 | 0 | 38 | 62 | 38 | 1A | 60 | 16 |
| Octal | 157 | 61 | 2 | 0 | 70 | 142 | 70 | 32 | 140 | 26 |
| Binary | 1101111 | 110001 | 10 | 0 | 111000 | 1100010 | 111000 | 11010 | 1100000 | 10110 |
Color Harmonies of #6F3102
Complementary color
Monochromatic Colors of #6F3102
Black with #6F3102
Text Example
Text Example
White with #6F3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3102; }
p { color: rgb(111,49,2); }
H1.HeaderClassName
{
color: #6F3102;
}
.AnyTagClassName
{
color: #6F3102;
}
</style>
background-color css
<style>
a { background-color: #6F3102; }
a { background-color: rgb(111,49,2); }
div.DivClassName
{
background-color: #6F3102;
}
.BgClassName
{
background-color: #6F3102;
}
</style>
border-color css
<style>
span { border-color: #6F3102; }
span { border-color: rgb(111,49,2); }
td.TdClassName
{
border-color: #6F3102;
}
.TagClassName
{
border-color: #6F3102;
}
</style>