Html Css Color HEX #6D4526 Semi-Sweet Chocolate
📋 copy color: '#6D4526'red 109 ◦ green 69 ◦ blue 38
Shades of Semi-Sweet Chocolate #6D4526
Tints of Semi-Sweet Chocolate #6D4526
RGB
CMYK
RGB Variations
Color information
#6D4526 (or 0x6D4526) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 45 and 26. RGB value is (109,69,38). Sum of RGB (Red+Green+Blue) = 109+69+38=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4526 is #92BAD9. Grayscale: #4D4D4D. Windows color (decimal): -9616090 or 2508141. OLE color: 2508141.
HSL color Cylindrical-coordinate representation of color #6D4526: hue angle of 26.2º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D4526 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 69 | 38 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.57 |
| HSL | 26.2º | 0.48% | 0.29% | - |
| HSV(B) | 26.2º | 0.65% | 0.43% | - |
| XYZ | 8.78 | 7.65 | 2.85 | - |
| YUV | 77.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 38 | 0 | 0.37 | 0.65 | 0.57 | 26.2 | 0.48 | 0.29 |
| Hex | 6D | 45 | 26 | 0 | 25 | 41 | 39 | 1A | 30 | 1D |
| Octal | 155 | 105 | 46 | 0 | 45 | 101 | 71 | 32 | 60 | 35 |
| Binary | 1101101 | 1000101 | 100110 | 0 | 100101 | 1000001 | 111001 | 11010 | 110000 | 11101 |
Color Harmonies of #6D4526
Complementary color
Monochromatic Colors of #6D4526
Black with #6D4526
Text Example
Text Example
White with #6D4526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4526; }
p { color: rgb(109,69,38); }
H1.HeaderClassName
{
color: #6D4526;
}
.AnyTagClassName
{
color: #6D4526;
}
</style>
background-color css
<style>
a { background-color: #6D4526; }
a { background-color: rgb(109,69,38); }
div.DivClassName
{
background-color: #6D4526;
}
.BgClassName
{
background-color: #6D4526;
}
</style>
border-color css
<style>
span { border-color: #6D4526; }
span { border-color: rgb(109,69,38); }
td.TdClassName
{
border-color: #6D4526;
}
.TagClassName
{
border-color: #6D4526;
}
</style>