Html Css Color HEX #6D4528 Semi-Sweet Chocolate
📋 copy color: '#6D4528'red 109 ◦ green 69 ◦ blue 40
Shades of Semi-Sweet Chocolate #6D4528
Tints of Semi-Sweet Chocolate #6D4528
RGB
CMYK
RGB Variations
Color information
#6D4528 (or 0x6D4528) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 45 and 28. RGB value is (109,69,40). Sum of RGB (Red+Green+Blue) = 109+69+40=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4528 is #92BAD7. Grayscale: #4D4D4D. Windows color (decimal): -9616088 or 2639213. OLE color: 2639213.
HSL color Cylindrical-coordinate representation of color #6D4528: hue angle of 25.22º 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 #6D4528 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 69 | 40 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.57 |
| HSL | 25.22º | 0.46% | 0.29% | - |
| HSV(B) | 25.22º | 0.63% | 0.43% | - |
| XYZ | 8.82 | 7.66 | 3.02 | - |
| YUV | 77.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 40 | 0 | 0.37 | 0.63 | 0.57 | 25.22 | 0.46 | 0.29 |
| Hex | 6D | 45 | 28 | 0 | 25 | 3F | 39 | 19 | 2E | 1D |
| Octal | 155 | 105 | 50 | 0 | 45 | 77 | 71 | 31 | 56 | 35 |
| Binary | 1101101 | 1000101 | 101000 | 0 | 100101 | 111111 | 111001 | 11001 | 101110 | 11101 |
Color Harmonies of #6D4528
Complementary color
Monochromatic Colors of #6D4528
Black with #6D4528
Text Example
Text Example
White with #6D4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4528; }
p { color: rgb(109,69,40); }
H1.HeaderClassName
{
color: #6D4528;
}
.AnyTagClassName
{
color: #6D4528;
}
</style>
background-color css
<style>
a { background-color: #6D4528; }
a { background-color: rgb(109,69,40); }
div.DivClassName
{
background-color: #6D4528;
}
.BgClassName
{
background-color: #6D4528;
}
</style>
border-color css
<style>
span { border-color: #6D4528; }
span { border-color: rgb(109,69,40); }
td.TdClassName
{
border-color: #6D4528;
}
.TagClassName
{
border-color: #6D4528;
}
</style>