Html Css Color HEX #6D412B Semi-Sweet Chocolate
📋 copy color: '#6D412B'red 109 ◦ green 65 ◦ blue 43
Shades of Semi-Sweet Chocolate #6D412B
Tints of Semi-Sweet Chocolate #6D412B
RGB
CMYK
RGB Variations
Color information
#6D412B (or 0x6D412B) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 41 and 2B. RGB value is (109,65,43). Sum of RGB (Red+Green+Blue) = 109+65+43=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D412B is #92BED4. Grayscale: #4B4B4B. Windows color (decimal): -9617109 or 2834797. OLE color: 2834797.
HSL color Cylindrical-coordinate representation of color #6D412B: hue angle of 20º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D412B is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 43 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.57 |
| HSL | 20º | 0.43% | 0.3% | - |
| HSV(B) | 20º | 0.61% | 0.43% | - |
| XYZ | 8.63 | 7.21 | 3.22 | - |
| YUV | 75.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 43 | 0 | 0.40 | 0.61 | 0.57 | 20 | 0.43 | 0.3 |
| Hex | 6D | 41 | 2B | 0 | 28 | 3D | 39 | 14 | 2B | 1E |
| Octal | 155 | 101 | 53 | 0 | 50 | 75 | 71 | 24 | 53 | 36 |
| Binary | 1101101 | 1000001 | 101011 | 0 | 101000 | 111101 | 111001 | 10100 | 101011 | 11110 |
Color Harmonies of #6D412B
Complementary color
Monochromatic Colors of #6D412B
Black with #6D412B
Text Example
Text Example
White with #6D412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D412B; }
p { color: rgb(109,65,43); }
H1.HeaderClassName
{
color: #6D412B;
}
.AnyTagClassName
{
color: #6D412B;
}
</style>
background-color css
<style>
a { background-color: #6D412B; }
a { background-color: rgb(109,65,43); }
div.DivClassName
{
background-color: #6D412B;
}
.BgClassName
{
background-color: #6D412B;
}
</style>
border-color css
<style>
span { border-color: #6D412B; }
span { border-color: rgb(109,65,43); }
td.TdClassName
{
border-color: #6D412B;
}
.TagClassName
{
border-color: #6D412B;
}
</style>