Shades of Baker's Chocolate #6B2204
Tints of Baker's Chocolate #6B2204
RGB
CMYK
RGB Variations
Color information
#6B2204 (or 0x6B2204) is known color: Baker's Chocolate. HEX triplet: 6B, 22 and 04. RGB value is (107,34,4). Sum of RGB (Red+Green+Blue) = 107+34+4=145 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.79% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2204 is #94DDFB. Grayscale: #343434. Windows color (decimal): -9756156 or 270955. OLE color: 270955.
HSL color Cylindrical-coordinate representation of color #6B2204: hue angle of 17.48º 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 #6B2204 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 34 | 4 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.58 |
| HSL | 17.48º | 0.93% | 0.22% | - |
| HSV(B) | 17.48º | 0.96% | 0.42% | - |
| XYZ | 6.66 | 4.28 | 0.59 | - |
| YUV | 52.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 34 | 4 | 0 | 0.68 | 0.96 | 0.58 | 17.48 | 0.93 | 0.22 |
| Hex | 6B | 22 | 4 | 0 | 44 | 60 | 3A | 11 | 5D | 16 |
| Octal | 153 | 42 | 4 | 0 | 104 | 140 | 72 | 21 | 135 | 26 |
| Binary | 1101011 | 100010 | 100 | 0 | 1000100 | 1100000 | 111010 | 10001 | 1011101 | 10110 |
Color Harmonies of #6B2204
Complementary color
Monochromatic Colors of #6B2204
Black with #6B2204
Text Example
Text Example
White with #6B2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2204; }
p { color: rgb(107,34,4); }
H1.HeaderClassName
{
color: #6B2204;
}
.AnyTagClassName
{
color: #6B2204;
}
</style>
background-color css
<style>
a { background-color: #6B2204; }
a { background-color: rgb(107,34,4); }
div.DivClassName
{
background-color: #6B2204;
}
.BgClassName
{
background-color: #6B2204;
}
</style>
border-color css
<style>
span { border-color: #6B2204; }
span { border-color: rgb(107,34,4); }
td.TdClassName
{
border-color: #6B2204;
}
.TagClassName
{
border-color: #6B2204;
}
</style>