Shades of Baker's Chocolate #6C280B
Tints of Baker's Chocolate #6C280B
RGB
CMYK
RGB Variations
Color information
#6C280B (or 0x6C280B) is known color: Baker's Chocolate. HEX triplet: 6C, 28 and 0B. RGB value is (108,40,11). Sum of RGB (Red+Green+Blue) = 108+40+11=159 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.92% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 108 - color contains mainly: red. Hex color #6C280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C280B is #93D7F4. Grayscale: #393939. Windows color (decimal): -9689077 or 731244. OLE color: 731244.
HSL color Cylindrical-coordinate representation of color #6C280B: hue angle of 17.94º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C280B is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 11 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.58 |
| HSL | 17.94º | 0.82% | 0.23% | - |
| HSV(B) | 17.94º | 0.9% | 0.42% | - |
| XYZ | 7 | 4.73 | 0.86 | - |
| YUV | 57.03 | 102.03 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 11 | 0 | 0.63 | 0.90 | 0.58 | 17.94 | 0.82 | 0.23 |
| Hex | 6C | 28 | B | 0 | 3F | 5A | 3A | 12 | 52 | 17 |
| Octal | 154 | 50 | 13 | 0 | 77 | 132 | 72 | 22 | 122 | 27 |
| Binary | 1101100 | 101000 | 1011 | 0 | 111111 | 1011010 | 111010 | 10010 | 1010010 | 10111 |
Color Harmonies of #6C280B
Complementary color
Monochromatic Colors of #6C280B
Black with #6C280B
Text Example
Text Example
White with #6C280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C280B; }
p { color: rgb(108,40,11); }
H1.HeaderClassName
{
color: #6C280B;
}
.AnyTagClassName
{
color: #6C280B;
}
</style>
background-color css
<style>
a { background-color: #6C280B; }
a { background-color: rgb(108,40,11); }
div.DivClassName
{
background-color: #6C280B;
}
.BgClassName
{
background-color: #6C280B;
}
</style>
border-color css
<style>
span { border-color: #6C280B; }
span { border-color: rgb(108,40,11); }
td.TdClassName
{
border-color: #6C280B;
}
.TagClassName
{
border-color: #6C280B;
}
</style>