Shades of Baker's Chocolate #6B3607
Tints of Baker's Chocolate #6B3607
RGB
CMYK
RGB Variations
Color information
#6B3607 (or 0x6B3607) is known color: Baker's Chocolate. HEX triplet: 6B, 36 and 07. RGB value is (107,54,7). Sum of RGB (Red+Green+Blue) = 107+54+7=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3607 is #94C9F8. Grayscale: #404040. Windows color (decimal): -9751033 or 472683. OLE color: 472683.
HSL color Cylindrical-coordinate representation of color #6B3607: hue angle of 28.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B3607 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 7 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.58 |
| HSL | 28.2º | 0.88% | 0.22% | - |
| HSV(B) | 28.2º | 0.93% | 0.42% | - |
| XYZ | 7.42 | 5.78 | 0.93 | - |
| YUV | 64.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 7 | 0 | 0.50 | 0.93 | 0.58 | 28.2 | 0.88 | 0.22 |
| Hex | 6B | 36 | 7 | 0 | 32 | 5D | 3A | 1C | 58 | 16 |
| Octal | 153 | 66 | 7 | 0 | 62 | 135 | 72 | 34 | 130 | 26 |
| Binary | 1101011 | 110110 | 111 | 0 | 110010 | 1011101 | 111010 | 11100 | 1011000 | 10110 |
Color Harmonies of #6B3607
Complementary color
Monochromatic Colors of #6B3607
Black with #6B3607
Text Example
Text Example
White with #6B3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3607; }
p { color: rgb(107,54,7); }
H1.HeaderClassName
{
color: #6B3607;
}
.AnyTagClassName
{
color: #6B3607;
}
</style>
background-color css
<style>
a { background-color: #6B3607; }
a { background-color: rgb(107,54,7); }
div.DivClassName
{
background-color: #6B3607;
}
.BgClassName
{
background-color: #6B3607;
}
</style>
border-color css
<style>
span { border-color: #6B3607; }
span { border-color: rgb(107,54,7); }
td.TdClassName
{
border-color: #6B3607;
}
.TagClassName
{
border-color: #6B3607;
}
</style>