Shades of Baker's Chocolate #6B3404
Tints of Baker's Chocolate #6B3404
RGB
CMYK
RGB Variations
Color information
#6B3404 (or 0x6B3404) is known color: Baker's Chocolate. HEX triplet: 6B, 34 and 04. RGB value is (107,52,4). Sum of RGB (Red+Green+Blue) = 107+52+4=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3404 is #94CBFB. Grayscale: #3F3F3F. Windows color (decimal): -9751548 or 275563. OLE color: 275563.
HSL color Cylindrical-coordinate representation of color #6B3404: hue angle of 27.96º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B3404 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 52 | 4 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.58 |
| HSL | 27.96º | 0.93% | 0.22% | - |
| HSV(B) | 27.96º | 0.96% | 0.42% | - |
| XYZ | 7.31 | 5.59 | 0.81 | - |
| YUV | 62.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 4 | 0 | 0.51 | 0.96 | 0.58 | 27.96 | 0.93 | 0.22 |
| Hex | 6B | 34 | 4 | 0 | 33 | 60 | 3A | 1C | 5D | 16 |
| Octal | 153 | 64 | 4 | 0 | 63 | 140 | 72 | 34 | 135 | 26 |
| Binary | 1101011 | 110100 | 100 | 0 | 110011 | 1100000 | 111010 | 11100 | 1011101 | 10110 |
Color Harmonies of #6B3404
Complementary color
Monochromatic Colors of #6B3404
Black with #6B3404
Text Example
Text Example
White with #6B3404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3404; }
p { color: rgb(107,52,4); }
H1.HeaderClassName
{
color: #6B3404;
}
.AnyTagClassName
{
color: #6B3404;
}
</style>
background-color css
<style>
a { background-color: #6B3404; }
a { background-color: rgb(107,52,4); }
div.DivClassName
{
background-color: #6B3404;
}
.BgClassName
{
background-color: #6B3404;
}
</style>
border-color css
<style>
span { border-color: #6B3404; }
span { border-color: rgb(107,52,4); }
td.TdClassName
{
border-color: #6B3404;
}
.TagClassName
{
border-color: #6B3404;
}
</style>