Shades of Baker's Chocolate #6C3403
Tints of Baker's Chocolate #6C3403
RGB
CMYK
RGB Variations
Color information
#6C3403 (or 0x6C3403) is known color: Baker's Chocolate. HEX triplet: 6C, 34 and 03. RGB value is (108,52,3). Sum of RGB (Red+Green+Blue) = 108+52+3=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3403 is #93CBFC. Grayscale: #3F3F3F. Windows color (decimal): -9686013 or 210028. OLE color: 210028.
HSL color Cylindrical-coordinate representation of color #6C3403: hue angle of 28º 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 #6C3403 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 52 | 3 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.58 |
| HSL | 28º | 0.95% | 0.22% | - |
| HSV(B) | 28º | 0.97% | 0.42% | - |
| XYZ | 7.43 | 5.65 | 0.79 | - |
| YUV | 63.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 3 | 0 | 0.52 | 0.97 | 0.58 | 28 | 0.95 | 0.22 |
| Hex | 6C | 34 | 3 | 0 | 34 | 61 | 3A | 1C | 5F | 16 |
| Octal | 154 | 64 | 3 | 0 | 64 | 141 | 72 | 34 | 137 | 26 |
| Binary | 1101100 | 110100 | 11 | 0 | 110100 | 1100001 | 111010 | 11100 | 1011111 | 10110 |
Color Harmonies of #6C3403
Complementary color
Monochromatic Colors of #6C3403
Black with #6C3403
Text Example
Text Example
White with #6C3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3403; }
p { color: rgb(108,52,3); }
H1.HeaderClassName
{
color: #6C3403;
}
.AnyTagClassName
{
color: #6C3403;
}
</style>
background-color css
<style>
a { background-color: #6C3403; }
a { background-color: rgb(108,52,3); }
div.DivClassName
{
background-color: #6C3403;
}
.BgClassName
{
background-color: #6C3403;
}
</style>
border-color css
<style>
span { border-color: #6C3403; }
span { border-color: rgb(108,52,3); }
td.TdClassName
{
border-color: #6C3403;
}
.TagClassName
{
border-color: #6C3403;
}
</style>