Html Css Color HEX #6D4525 Semi-Sweet Chocolate
📋 copy color: '#6D4525'red 109 ◦ green 69 ◦ blue 37
Shades of Semi-Sweet Chocolate #6D4525
Tints of Semi-Sweet Chocolate #6D4525
RGB
CMYK
RGB Variations
Color information
#6D4525 (or 0x6D4525) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 45 and 25. RGB value is (109,69,37). Sum of RGB (Red+Green+Blue) = 109+69+37=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4525 is #92BADA. Grayscale: #4D4D4D. Windows color (decimal): -9616091 or 2442605. OLE color: 2442605.
HSL color Cylindrical-coordinate representation of color #6D4525: hue angle of 26.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4525 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 69 | 37 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.57 |
| HSL | 26.67º | 0.49% | 0.29% | - |
| HSV(B) | 26.67º | 0.66% | 0.43% | - |
| XYZ | 8.77 | 7.64 | 2.76 | - |
| YUV | 77.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 37 | 0 | 0.37 | 0.66 | 0.57 | 26.67 | 0.49 | 0.29 |
| Hex | 6D | 45 | 25 | 0 | 25 | 42 | 39 | 1B | 31 | 1D |
| Octal | 155 | 105 | 45 | 0 | 45 | 102 | 71 | 33 | 61 | 35 |
| Binary | 1101101 | 1000101 | 100101 | 0 | 100101 | 1000010 | 111001 | 11011 | 110001 | 11101 |
Color Harmonies of #6D4525
Complementary color
Monochromatic Colors of #6D4525
Black with #6D4525
Text Example
Text Example
White with #6D4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4525; }
p { color: rgb(109,69,37); }
H1.HeaderClassName
{
color: #6D4525;
}
.AnyTagClassName
{
color: #6D4525;
}
</style>
background-color css
<style>
a { background-color: #6D4525; }
a { background-color: rgb(109,69,37); }
div.DivClassName
{
background-color: #6D4525;
}
.BgClassName
{
background-color: #6D4525;
}
</style>
border-color css
<style>
span { border-color: #6D4525; }
span { border-color: rgb(109,69,37); }
td.TdClassName
{
border-color: #6D4525;
}
.TagClassName
{
border-color: #6D4525;
}
</style>