Html Css Color HEX #6D4128 Semi-Sweet Chocolate
📋 copy color: '#6D4128'red 109 ◦ green 65 ◦ blue 40
Shades of Semi-Sweet Chocolate #6D4128
Tints of Semi-Sweet Chocolate #6D4128
RGB
CMYK
RGB Variations
Color information
#6D4128 (or 0x6D4128) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 41 and 28. RGB value is (109,65,40). Sum of RGB (Red+Green+Blue) = 109+65+40=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4128 is #92BED7. Grayscale: #4B4B4B. Windows color (decimal): -9617112 or 2638189. OLE color: 2638189.
HSL color Cylindrical-coordinate representation of color #6D4128: hue angle of 21.74º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D4128 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 40 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.57 |
| HSL | 21.74º | 0.46% | 0.29% | - |
| HSV(B) | 21.74º | 0.63% | 0.43% | - |
| XYZ | 8.58 | 7.19 | 2.94 | - |
| YUV | 75.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 40 | 0 | 0.40 | 0.63 | 0.57 | 21.74 | 0.46 | 0.29 |
| Hex | 6D | 41 | 28 | 0 | 28 | 3F | 39 | 16 | 2E | 1D |
| Octal | 155 | 101 | 50 | 0 | 50 | 77 | 71 | 26 | 56 | 35 |
| Binary | 1101101 | 1000001 | 101000 | 0 | 101000 | 111111 | 111001 | 10110 | 101110 | 11101 |
Color Harmonies of #6D4128
Complementary color
Monochromatic Colors of #6D4128
Black with #6D4128
Text Example
Text Example
White with #6D4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4128; }
p { color: rgb(109,65,40); }
H1.HeaderClassName
{
color: #6D4128;
}
.AnyTagClassName
{
color: #6D4128;
}
</style>
background-color css
<style>
a { background-color: #6D4128; }
a { background-color: rgb(109,65,40); }
div.DivClassName
{
background-color: #6D4128;
}
.BgClassName
{
background-color: #6D4128;
}
</style>
border-color css
<style>
span { border-color: #6D4128; }
span { border-color: rgb(109,65,40); }
td.TdClassName
{
border-color: #6D4128;
}
.TagClassName
{
border-color: #6D4128;
}
</style>