Shades of Baker's Chocolate #6B3312
Tints of Baker's Chocolate #6B3312
RGB
CMYK
RGB Variations
Color information
#6B3312 (or 0x6B3312) is known color: Baker's Chocolate. HEX triplet: 6B, 33 and 12. RGB value is (107,51,18). Sum of RGB (Red+Green+Blue) = 107+51+18=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3312 is #94CCED. Grayscale: #404040. Windows color (decimal): -9751790 or 1192811. OLE color: 1192811.
HSL color Cylindrical-coordinate representation of color #6B3312: hue angle of 22.25º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B3312 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 51 | 18 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.58 |
| HSL | 22.25º | 0.71% | 0.25% | - |
| HSV(B) | 22.25º | 0.83% | 0.42% | - |
| XYZ | 7.36 | 5.54 | 1.25 | - |
| YUV | 63.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 18 | 0 | 0.52 | 0.83 | 0.58 | 22.25 | 0.71 | 0.25 |
| Hex | 6B | 33 | 12 | 0 | 34 | 53 | 3A | 16 | 47 | 19 |
| Octal | 153 | 63 | 22 | 0 | 64 | 123 | 72 | 26 | 107 | 31 |
| Binary | 1101011 | 110011 | 10010 | 0 | 110100 | 1010011 | 111010 | 10110 | 1000111 | 11001 |
Color Harmonies of #6B3312
Complementary color
Monochromatic Colors of #6B3312
Black with #6B3312
Text Example
Text Example
White with #6B3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3312; }
p { color: rgb(107,51,18); }
H1.HeaderClassName
{
color: #6B3312;
}
.AnyTagClassName
{
color: #6B3312;
}
</style>
background-color css
<style>
a { background-color: #6B3312; }
a { background-color: rgb(107,51,18); }
div.DivClassName
{
background-color: #6B3312;
}
.BgClassName
{
background-color: #6B3312;
}
</style>
border-color css
<style>
span { border-color: #6B3312; }
span { border-color: rgb(107,51,18); }
td.TdClassName
{
border-color: #6B3312;
}
.TagClassName
{
border-color: #6B3312;
}
</style>