Html Css Color HEX #6D4021 Semi-Sweet Chocolate
📋 copy color: '#6D4021'red 109 ◦ green 64 ◦ blue 33
Shades of Semi-Sweet Chocolate #6D4021
Tints of Semi-Sweet Chocolate #6D4021
RGB
CMYK
RGB Variations
Color information
#6D4021 (or 0x6D4021) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 40 and 21. RGB value is (109,64,33). Sum of RGB (Red+Green+Blue) = 109+64+33=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4021 is #92BFDE. Grayscale: #4A4A4A. Windows color (decimal): -9617375 or 2179181. OLE color: 2179181.
HSL color Cylindrical-coordinate representation of color #6D4021: hue angle of 24.47º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4021 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 64 | 33 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.57 |
| HSL | 24.47º | 0.54% | 0.28% | - |
| HSV(B) | 24.47º | 0.7% | 0.43% | - |
| XYZ | 8.41 | 7.03 | 2.35 | - |
| YUV | 73.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 33 | 0 | 0.41 | 0.70 | 0.57 | 24.47 | 0.54 | 0.28 |
| Hex | 6D | 40 | 21 | 0 | 29 | 46 | 39 | 18 | 36 | 1C |
| Octal | 155 | 100 | 41 | 0 | 51 | 106 | 71 | 30 | 66 | 34 |
| Binary | 1101101 | 1000000 | 100001 | 0 | 101001 | 1000110 | 111001 | 11000 | 110110 | 11100 |
Color Harmonies of #6D4021
Complementary color
Monochromatic Colors of #6D4021
Black with #6D4021
Text Example
Text Example
White with #6D4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4021; }
p { color: rgb(109,64,33); }
H1.HeaderClassName
{
color: #6D4021;
}
.AnyTagClassName
{
color: #6D4021;
}
</style>
background-color css
<style>
a { background-color: #6D4021; }
a { background-color: rgb(109,64,33); }
div.DivClassName
{
background-color: #6D4021;
}
.BgClassName
{
background-color: #6D4021;
}
</style>
border-color css
<style>
span { border-color: #6D4021; }
span { border-color: rgb(109,64,33); }
td.TdClassName
{
border-color: #6D4021;
}
.TagClassName
{
border-color: #6D4021;
}
</style>