Shades of Baker's Chocolate #6B2F10
Tints of Baker's Chocolate #6B2F10
RGB
CMYK
RGB Variations
Color information
#6B2F10 (or 0x6B2F10) is known color: Baker's Chocolate. HEX triplet: 6B, 2F and 10. RGB value is (107,47,16). Sum of RGB (Red+Green+Blue) = 107+47+16=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2F10 is #94D0EF. Grayscale: #3D3D3D. Windows color (decimal): -9752816 or 1060715. OLE color: 1060715.
HSL color Cylindrical-coordinate representation of color #6B2F10: hue angle of 20.44º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B2F10 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 47 | 16 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.58 |
| HSL | 20.44º | 0.74% | 0.24% | - |
| HSV(B) | 20.44º | 0.85% | 0.42% | - |
| XYZ | 7.17 | 5.2 | 1.12 | - |
| YUV | 61.41 | 102.38 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 47 | 16 | 0 | 0.56 | 0.85 | 0.58 | 20.44 | 0.74 | 0.24 |
| Hex | 6B | 2F | 10 | 0 | 38 | 55 | 3A | 14 | 4A | 18 |
| Octal | 153 | 57 | 20 | 0 | 70 | 125 | 72 | 24 | 112 | 30 |
| Binary | 1101011 | 101111 | 10000 | 0 | 111000 | 1010101 | 111010 | 10100 | 1001010 | 11000 |
Color Harmonies of #6B2F10
Complementary color
Monochromatic Colors of #6B2F10
Black with #6B2F10
Text Example
Text Example
White with #6B2F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2F10; }
p { color: rgb(107,47,16); }
H1.HeaderClassName
{
color: #6B2F10;
}
.AnyTagClassName
{
color: #6B2F10;
}
</style>
background-color css
<style>
a { background-color: #6B2F10; }
a { background-color: rgb(107,47,16); }
div.DivClassName
{
background-color: #6B2F10;
}
.BgClassName
{
background-color: #6B2F10;
}
</style>
border-color css
<style>
span { border-color: #6B2F10; }
span { border-color: rgb(107,47,16); }
td.TdClassName
{
border-color: #6B2F10;
}
.TagClassName
{
border-color: #6B2F10;
}
</style>