Shades of Baker's Chocolate #6B2402
Tints of Baker's Chocolate #6B2402
RGB
CMYK
RGB Variations
Color information
#6B2402 (or 0x6B2402) is known color: Baker's Chocolate. HEX triplet: 6B, 24 and 02. RGB value is (107,36,2). Sum of RGB (Red+Green+Blue) = 107+36+2=145 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.79% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2402 is #94DBFD. Grayscale: #353535. Windows color (decimal): -9755646 or 140395. OLE color: 140395.
HSL color Cylindrical-coordinate representation of color #6B2402: hue angle of 19.43º 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 #6B2402 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 2 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.58 |
| HSL | 19.43º | 0.96% | 0.21% | - |
| HSV(B) | 19.43º | 0.98% | 0.42% | - |
| XYZ | 6.71 | 4.39 | 0.55 | - |
| YUV | 53.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 2 | 0 | 0.66 | 0.98 | 0.58 | 19.43 | 0.96 | 0.21 |
| Hex | 6B | 24 | 2 | 0 | 42 | 62 | 3A | 13 | 60 | 15 |
| Octal | 153 | 44 | 2 | 0 | 102 | 142 | 72 | 23 | 140 | 25 |
| Binary | 1101011 | 100100 | 10 | 0 | 1000010 | 1100010 | 111010 | 10011 | 1100000 | 10101 |
Color Harmonies of #6B2402
Complementary color
Monochromatic Colors of #6B2402
Black with #6B2402
Text Example
Text Example
White with #6B2402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2402; }
p { color: rgb(107,36,2); }
H1.HeaderClassName
{
color: #6B2402;
}
.AnyTagClassName
{
color: #6B2402;
}
</style>
background-color css
<style>
a { background-color: #6B2402; }
a { background-color: rgb(107,36,2); }
div.DivClassName
{
background-color: #6B2402;
}
.BgClassName
{
background-color: #6B2402;
}
</style>
border-color css
<style>
span { border-color: #6B2402; }
span { border-color: rgb(107,36,2); }
td.TdClassName
{
border-color: #6B2402;
}
.TagClassName
{
border-color: #6B2402;
}
</style>