Shades of Baker's Chocolate #6B3202
Tints of Baker's Chocolate #6B3202
RGB
CMYK
RGB Variations
Color information
#6B3202 (or 0x6B3202) is known color: Baker's Chocolate. HEX triplet: 6B, 32 and 02. RGB value is (107,50,2). Sum of RGB (Red+Green+Blue) = 107+50+2=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3202 is #94CDFD. Grayscale: #3D3D3D. Windows color (decimal): -9752062 or 143979. OLE color: 143979.
HSL color Cylindrical-coordinate representation of color #6B3202: hue angle of 27.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 #6B3202 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 50 | 2 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.58 |
| HSL | 27.43º | 0.96% | 0.21% | - |
| HSV(B) | 27.43º | 0.98% | 0.42% | - |
| XYZ | 7.21 | 5.41 | 0.72 | - |
| YUV | 61.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 2 | 0 | 0.53 | 0.98 | 0.58 | 27.43 | 0.96 | 0.21 |
| Hex | 6B | 32 | 2 | 0 | 35 | 62 | 3A | 1B | 60 | 15 |
| Octal | 153 | 62 | 2 | 0 | 65 | 142 | 72 | 33 | 140 | 25 |
| Binary | 1101011 | 110010 | 10 | 0 | 110101 | 1100010 | 111010 | 11011 | 1100000 | 10101 |
Color Harmonies of #6B3202
Complementary color
Monochromatic Colors of #6B3202
Black with #6B3202
Text Example
Text Example
White with #6B3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3202; }
p { color: rgb(107,50,2); }
H1.HeaderClassName
{
color: #6B3202;
}
.AnyTagClassName
{
color: #6B3202;
}
</style>
background-color css
<style>
a { background-color: #6B3202; }
a { background-color: rgb(107,50,2); }
div.DivClassName
{
background-color: #6B3202;
}
.BgClassName
{
background-color: #6B3202;
}
</style>
border-color css
<style>
span { border-color: #6B3202; }
span { border-color: rgb(107,50,2); }
td.TdClassName
{
border-color: #6B3202;
}
.TagClassName
{
border-color: #6B3202;
}
</style>