Shades of Baker's Chocolate #6D3501
Tints of Baker's Chocolate #6D3501
RGB
CMYK
RGB Variations
Color information
#6D3501 (or 0x6D3501) is known color: Baker's Chocolate. HEX triplet: 6D, 35 and 01. RGB value is (109,53,1). Sum of RGB (Red+Green+Blue) = 109+53+1=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3501 is #92CAFE. Grayscale: #404040. Windows color (decimal): -9620223 or 79213. OLE color: 79213.
HSL color Cylindrical-coordinate representation of color #6D3501: hue angle of 28.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D3501 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.57 |
| HSL | 28.89º | 0.98% | 0.22% | - |
| HSV(B) | 28.89º | 0.99% | 0.43% | - |
| XYZ | 7.59 | 5.8 | 0.75 | - |
| YUV | 63.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 1 | 0 | 0.51 | 0.99 | 0.57 | 28.89 | 0.98 | 0.22 |
| Hex | 6D | 35 | 1 | 0 | 33 | 63 | 39 | 1D | 62 | 16 |
| Octal | 155 | 65 | 1 | 0 | 63 | 143 | 71 | 35 | 142 | 26 |
| Binary | 1101101 | 110101 | 1 | 0 | 110011 | 1100011 | 111001 | 11101 | 1100010 | 10110 |
Color Harmonies of #6D3501
Complementary color
Monochromatic Colors of #6D3501
Black with #6D3501
Text Example
Text Example
White with #6D3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3501; }
p { color: rgb(109,53,1); }
H1.HeaderClassName
{
color: #6D3501;
}
.AnyTagClassName
{
color: #6D3501;
}
</style>
background-color css
<style>
a { background-color: #6D3501; }
a { background-color: rgb(109,53,1); }
div.DivClassName
{
background-color: #6D3501;
}
.BgClassName
{
background-color: #6D3501;
}
</style>
border-color css
<style>
span { border-color: #6D3501; }
span { border-color: rgb(109,53,1); }
td.TdClassName
{
border-color: #6D3501;
}
.TagClassName
{
border-color: #6D3501;
}
</style>