Shades of Baker's Chocolate #6B2F16
Tints of Baker's Chocolate #6B2F16
RGB
CMYK
RGB Variations
Color information
#6B2F16 (or 0x6B2F16) is known color: Baker's Chocolate. HEX triplet: 6B, 2F and 16. RGB value is (107,47,22). Sum of RGB (Red+Green+Blue) = 107+47+22=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2F16 is #94D0E9. Grayscale: #3E3E3E. Windows color (decimal): -9752810 or 1453931. OLE color: 1453931.
HSL color Cylindrical-coordinate representation of color #6B2F16: hue angle of 17.65º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B2F16 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 47 | 22 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.58 |
| HSL | 17.65º | 0.66% | 0.25% | - |
| HSV(B) | 17.65º | 0.79% | 0.42% | - |
| XYZ | 7.22 | 5.22 | 1.39 | - |
| YUV | 62.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 47 | 22 | 0 | 0.56 | 0.79 | 0.58 | 17.65 | 0.66 | 0.25 |
| Hex | 6B | 2F | 16 | 0 | 38 | 4F | 3A | 12 | 42 | 19 |
| Octal | 153 | 57 | 26 | 0 | 70 | 117 | 72 | 22 | 102 | 31 |
| Binary | 1101011 | 101111 | 10110 | 0 | 111000 | 1001111 | 111010 | 10010 | 1000010 | 11001 |
Color Harmonies of #6B2F16
Complementary color
Monochromatic Colors of #6B2F16
Black with #6B2F16
Text Example
Text Example
White with #6B2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2F16; }
p { color: rgb(107,47,22); }
H1.HeaderClassName
{
color: #6B2F16;
}
.AnyTagClassName
{
color: #6B2F16;
}
</style>
background-color css
<style>
a { background-color: #6B2F16; }
a { background-color: rgb(107,47,22); }
div.DivClassName
{
background-color: #6B2F16;
}
.BgClassName
{
background-color: #6B2F16;
}
</style>
border-color css
<style>
span { border-color: #6B2F16; }
span { border-color: rgb(107,47,22); }
td.TdClassName
{
border-color: #6B2F16;
}
.TagClassName
{
border-color: #6B2F16;
}
</style>