Html Css Color HEX #6D3F20 Semi-Sweet Chocolate
📋 copy color: '#6D3F20'red 109 ◦ green 63 ◦ blue 32
Shades of Semi-Sweet Chocolate #6D3F20
Tints of Semi-Sweet Chocolate #6D3F20
RGB
CMYK
RGB Variations
Color information
#6D3F20 (or 0x6D3F20) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 3F and 20. RGB value is (109,63,32). Sum of RGB (Red+Green+Blue) = 109+63+32=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3F20 is #92C0DF. Grayscale: #494949. Windows color (decimal): -9617632 or 2113389. OLE color: 2113389.
HSL color Cylindrical-coordinate representation of color #6D3F20: hue angle of 24.16º 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 #6D3F20 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 63 | 32 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.57 |
| HSL | 24.16º | 0.55% | 0.28% | - |
| HSV(B) | 24.16º | 0.71% | 0.43% | - |
| XYZ | 8.34 | 6.91 | 2.26 | - |
| YUV | 73.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 63 | 32 | 0 | 0.42 | 0.71 | 0.57 | 24.16 | 0.55 | 0.28 |
| Hex | 6D | 3F | 20 | 0 | 2A | 47 | 39 | 18 | 37 | 1C |
| Octal | 155 | 77 | 40 | 0 | 52 | 107 | 71 | 30 | 67 | 34 |
| Binary | 1101101 | 111111 | 100000 | 0 | 101010 | 1000111 | 111001 | 11000 | 110111 | 11100 |
Color Harmonies of #6D3F20
Complementary color
Monochromatic Colors of #6D3F20
Black with #6D3F20
Text Example
Text Example
White with #6D3F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3F20; }
p { color: rgb(109,63,32); }
H1.HeaderClassName
{
color: #6D3F20;
}
.AnyTagClassName
{
color: #6D3F20;
}
</style>
background-color css
<style>
a { background-color: #6D3F20; }
a { background-color: rgb(109,63,32); }
div.DivClassName
{
background-color: #6D3F20;
}
.BgClassName
{
background-color: #6D3F20;
}
</style>
border-color css
<style>
span { border-color: #6D3F20; }
span { border-color: rgb(109,63,32); }
td.TdClassName
{
border-color: #6D3F20;
}
.TagClassName
{
border-color: #6D3F20;
}
</style>