Shades of Baker's Chocolate #6B2102
Tints of Baker's Chocolate #6B2102
RGB
CMYK
RGB Variations
Color information
#6B2102 (or 0x6B2102) is known color: Baker's Chocolate. HEX triplet: 6B, 21 and 02. RGB value is (107,33,2). Sum of RGB (Red+Green+Blue) = 107+33+2=142 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.35% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2102 is #94DEFD. Grayscale: #333333. Windows color (decimal): -9756414 or 139627. OLE color: 139627.
HSL color Cylindrical-coordinate representation of color #6B2102: hue angle of 17.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B2102 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 2 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.58 |
| HSL | 17.71º | 0.96% | 0.21% | - |
| HSV(B) | 17.71º | 0.98% | 0.42% | - |
| XYZ | 6.62 | 4.22 | 0.52 | - |
| YUV | 51.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 2 | 0 | 0.69 | 0.98 | 0.58 | 17.71 | 0.96 | 0.21 |
| Hex | 6B | 21 | 2 | 0 | 45 | 62 | 3A | 12 | 60 | 15 |
| Octal | 153 | 41 | 2 | 0 | 105 | 142 | 72 | 22 | 140 | 25 |
| Binary | 1101011 | 100001 | 10 | 0 | 1000101 | 1100010 | 111010 | 10010 | 1100000 | 10101 |
Color Harmonies of #6B2102
Complementary color
Monochromatic Colors of #6B2102
Black with #6B2102
Text Example
Text Example
White with #6B2102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2102; }
p { color: rgb(107,33,2); }
H1.HeaderClassName
{
color: #6B2102;
}
.AnyTagClassName
{
color: #6B2102;
}
</style>
background-color css
<style>
a { background-color: #6B2102; }
a { background-color: rgb(107,33,2); }
div.DivClassName
{
background-color: #6B2102;
}
.BgClassName
{
background-color: #6B2102;
}
</style>
border-color css
<style>
span { border-color: #6B2102; }
span { border-color: rgb(107,33,2); }
td.TdClassName
{
border-color: #6B2102;
}
.TagClassName
{
border-color: #6B2102;
}
</style>