Html Css Color HEX #6D4025 Semi-Sweet Chocolate
📋 copy color: '#6D4025'red 109 ◦ green 64 ◦ blue 37
Shades of Semi-Sweet Chocolate #6D4025
Tints of Semi-Sweet Chocolate #6D4025
RGB
CMYK
RGB Variations
Color information
#6D4025 (or 0x6D4025) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 40 and 25. RGB value is (109,64,37). Sum of RGB (Red+Green+Blue) = 109+64+37=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4025 is #92BFDA. Grayscale: #4A4A4A. Windows color (decimal): -9617371 or 2441325. OLE color: 2441325.
HSL color Cylindrical-coordinate representation of color #6D4025: hue angle of 22.5º 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 #6D4025 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 64 | 37 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.57 |
| HSL | 22.5º | 0.49% | 0.29% | - |
| HSV(B) | 22.5º | 0.66% | 0.43% | - |
| XYZ | 8.47 | 7.05 | 2.66 | - |
| YUV | 74.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 37 | 0 | 0.41 | 0.66 | 0.57 | 22.5 | 0.49 | 0.29 |
| Hex | 6D | 40 | 25 | 0 | 29 | 42 | 39 | 16 | 31 | 1D |
| Octal | 155 | 100 | 45 | 0 | 51 | 102 | 71 | 26 | 61 | 35 |
| Binary | 1101101 | 1000000 | 100101 | 0 | 101001 | 1000010 | 111001 | 10110 | 110001 | 11101 |
Color Harmonies of #6D4025
Complementary color
Monochromatic Colors of #6D4025
Black with #6D4025
Text Example
Text Example
White with #6D4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4025; }
p { color: rgb(109,64,37); }
H1.HeaderClassName
{
color: #6D4025;
}
.AnyTagClassName
{
color: #6D4025;
}
</style>
background-color css
<style>
a { background-color: #6D4025; }
a { background-color: rgb(109,64,37); }
div.DivClassName
{
background-color: #6D4025;
}
.BgClassName
{
background-color: #6D4025;
}
</style>
border-color css
<style>
span { border-color: #6D4025; }
span { border-color: rgb(109,64,37); }
td.TdClassName
{
border-color: #6D4025;
}
.TagClassName
{
border-color: #6D4025;
}
</style>