Shades of Baker's Chocolate #6B2002
Tints of Baker's Chocolate #6B2002
RGB
CMYK
RGB Variations
Color information
#6B2002 (or 0x6B2002) is known color: Baker's Chocolate. HEX triplet: 6B, 20 and 02. RGB value is (107,32,2). Sum of RGB (Red+Green+Blue) = 107+32+2=141 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.89% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2002 is #94DFFD. Grayscale: #333333. Windows color (decimal): -9756670 or 139371. OLE color: 139371.
HSL color Cylindrical-coordinate representation of color #6B2002: hue angle of 17.14º 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 #6B2002 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 32 | 2 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.58 |
| HSL | 17.14º | 0.96% | 0.21% | - |
| HSV(B) | 17.14º | 0.98% | 0.42% | - |
| XYZ | 6.59 | 4.16 | 0.51 | - |
| YUV | 51.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 2 | 0 | 0.70 | 0.98 | 0.58 | 17.14 | 0.96 | 0.21 |
| Hex | 6B | 20 | 2 | 0 | 46 | 62 | 3A | 11 | 60 | 15 |
| Octal | 153 | 40 | 2 | 0 | 106 | 142 | 72 | 21 | 140 | 25 |
| Binary | 1101011 | 100000 | 10 | 0 | 1000110 | 1100010 | 111010 | 10001 | 1100000 | 10101 |
Color Harmonies of #6B2002
Complementary color
Monochromatic Colors of #6B2002
Black with #6B2002
Text Example
Text Example
White with #6B2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2002; }
p { color: rgb(107,32,2); }
H1.HeaderClassName
{
color: #6B2002;
}
.AnyTagClassName
{
color: #6B2002;
}
</style>
background-color css
<style>
a { background-color: #6B2002; }
a { background-color: rgb(107,32,2); }
div.DivClassName
{
background-color: #6B2002;
}
.BgClassName
{
background-color: #6B2002;
}
</style>
border-color css
<style>
span { border-color: #6B2002; }
span { border-color: rgb(107,32,2); }
td.TdClassName
{
border-color: #6B2002;
}
.TagClassName
{
border-color: #6B2002;
}
</style>