Shades of Baker's Chocolate #6C2903
Tints of Baker's Chocolate #6C2903
RGB
CMYK
RGB Variations
Color information
#6C2903 (or 0x6C2903) is known color: Baker's Chocolate. HEX triplet: 6C, 29 and 03. RGB value is (108,41,3). Sum of RGB (Red+Green+Blue) = 108+41+3=152 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.05% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2903 is #93D6FC. Grayscale: #383838. Windows color (decimal): -9688829 or 207212. OLE color: 207212.
HSL color Cylindrical-coordinate representation of color #6C2903: hue angle of 21.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C2903 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 41 | 3 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.58 |
| HSL | 21.71º | 0.95% | 0.22% | - |
| HSV(B) | 21.71º | 0.97% | 0.42% | - |
| XYZ | 6.99 | 4.78 | 0.64 | - |
| YUV | 56.7 | 97.7 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 3 | 0 | 0.62 | 0.97 | 0.58 | 21.71 | 0.95 | 0.22 |
| Hex | 6C | 29 | 3 | 0 | 3E | 61 | 3A | 16 | 5F | 16 |
| Octal | 154 | 51 | 3 | 0 | 76 | 141 | 72 | 26 | 137 | 26 |
| Binary | 1101100 | 101001 | 11 | 0 | 111110 | 1100001 | 111010 | 10110 | 1011111 | 10110 |
Color Harmonies of #6C2903
Complementary color
Monochromatic Colors of #6C2903
Black with #6C2903
Text Example
Text Example
White with #6C2903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2903; }
p { color: rgb(108,41,3); }
H1.HeaderClassName
{
color: #6C2903;
}
.AnyTagClassName
{
color: #6C2903;
}
</style>
background-color css
<style>
a { background-color: #6C2903; }
a { background-color: rgb(108,41,3); }
div.DivClassName
{
background-color: #6C2903;
}
.BgClassName
{
background-color: #6C2903;
}
</style>
border-color css
<style>
span { border-color: #6C2903; }
span { border-color: rgb(108,41,3); }
td.TdClassName
{
border-color: #6C2903;
}
.TagClassName
{
border-color: #6C2903;
}
</style>