Shades of Baker's Chocolate #6C2701
Tints of Baker's Chocolate #6C2701
RGB
CMYK
RGB Variations
Color information
#6C2701 (or 0x6C2701) is known color: Baker's Chocolate. HEX triplet: 6C, 27 and 01. RGB value is (108,39,1). Sum of RGB (Red+Green+Blue) = 108+39+1=148 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.97% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2701 is #93D8FE. Grayscale: #373737. Windows color (decimal): -9689343 or 75628. OLE color: 75628.
HSL color Cylindrical-coordinate representation of color #6C2701: hue angle of 21.31º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C2701 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 39 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.58 |
| HSL | 21.31º | 0.98% | 0.21% | - |
| HSV(B) | 21.31º | 0.99% | 0.42% | - |
| XYZ | 6.92 | 4.64 | 0.56 | - |
| YUV | 55.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 1 | 0 | 0.64 | 0.99 | 0.58 | 21.31 | 0.98 | 0.21 |
| Hex | 6C | 27 | 1 | 0 | 40 | 63 | 3A | 15 | 62 | 15 |
| Octal | 154 | 47 | 1 | 0 | 100 | 143 | 72 | 25 | 142 | 25 |
| Binary | 1101100 | 100111 | 1 | 0 | 1000000 | 1100011 | 111010 | 10101 | 1100010 | 10101 |
Color Harmonies of #6C2701
Complementary color
Monochromatic Colors of #6C2701
Black with #6C2701
Text Example
Text Example
White with #6C2701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2701; }
p { color: rgb(108,39,1); }
H1.HeaderClassName
{
color: #6C2701;
}
.AnyTagClassName
{
color: #6C2701;
}
</style>
background-color css
<style>
a { background-color: #6C2701; }
a { background-color: rgb(108,39,1); }
div.DivClassName
{
background-color: #6C2701;
}
.BgClassName
{
background-color: #6C2701;
}
</style>
border-color css
<style>
span { border-color: #6C2701; }
span { border-color: rgb(108,39,1); }
td.TdClassName
{
border-color: #6C2701;
}
.TagClassName
{
border-color: #6C2701;
}
</style>