Html Css Color HEX #6D4120 Semi-Sweet Chocolate
📋 copy color: '#6D4120'red 109 ◦ green 65 ◦ blue 32
Shades of Semi-Sweet Chocolate #6D4120
Tints of Semi-Sweet Chocolate #6D4120
RGB
CMYK
RGB Variations
Color information
#6D4120 (or 0x6D4120) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 41 and 20. RGB value is (109,65,32). Sum of RGB (Red+Green+Blue) = 109+65+32=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4120 is #92BEDF. Grayscale: #4A4A4A. Windows color (decimal): -9617120 or 2113901. OLE color: 2113901.
HSL color Cylindrical-coordinate representation of color #6D4120: hue angle of 25.71º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D4120 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 32 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.57 |
| HSL | 25.71º | 0.55% | 0.28% | - |
| HSV(B) | 25.71º | 0.71% | 0.43% | - |
| XYZ | 8.46 | 7.14 | 2.3 | - |
| YUV | 74.39 | 104.08 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 32 | 0 | 0.40 | 0.71 | 0.57 | 25.71 | 0.55 | 0.28 |
| Hex | 6D | 41 | 20 | 0 | 28 | 47 | 39 | 1A | 37 | 1C |
| Octal | 155 | 101 | 40 | 0 | 50 | 107 | 71 | 32 | 67 | 34 |
| Binary | 1101101 | 1000001 | 100000 | 0 | 101000 | 1000111 | 111001 | 11010 | 110111 | 11100 |
Color Harmonies of #6D4120
Complementary color
Monochromatic Colors of #6D4120
Black with #6D4120
Text Example
Text Example
White with #6D4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4120; }
p { color: rgb(109,65,32); }
H1.HeaderClassName
{
color: #6D4120;
}
.AnyTagClassName
{
color: #6D4120;
}
</style>
background-color css
<style>
a { background-color: #6D4120; }
a { background-color: rgb(109,65,32); }
div.DivClassName
{
background-color: #6D4120;
}
.BgClassName
{
background-color: #6D4120;
}
</style>
border-color css
<style>
span { border-color: #6D4120; }
span { border-color: rgb(109,65,32); }
td.TdClassName
{
border-color: #6D4120;
}
.TagClassName
{
border-color: #6D4120;
}
</style>