Html Css Color HEX #6C442D Semi-Sweet Chocolate
📋 copy color: '#6C442D'red 108 ◦ green 68 ◦ blue 45
Shades of Semi-Sweet Chocolate #6C442D
Tints of Semi-Sweet Chocolate #6C442D
RGB
CMYK
RGB Variations
Color information
#6C442D (or 0x6C442D) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 44 and 2D. RGB value is (108,68,45). Sum of RGB (Red+Green+Blue) = 108+68+45=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C442D is #93BBD2. Grayscale: #4D4D4D. Windows color (decimal): -9681875 or 2966636. OLE color: 2966636.
HSL color Cylindrical-coordinate representation of color #6C442D: hue angle of 21.9º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C442D is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 68 | 45 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.58 |
| HSL | 21.9º | 0.41% | 0.3% | - |
| HSV(B) | 21.9º | 0.58% | 0.42% | - |
| XYZ | 8.73 | 7.51 | 3.47 | - |
| YUV | 77.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 45 | 0 | 0.37 | 0.58 | 0.58 | 21.9 | 0.41 | 0.3 |
| Hex | 6C | 44 | 2D | 0 | 25 | 3A | 3A | 16 | 29 | 1E |
| Octal | 154 | 104 | 55 | 0 | 45 | 72 | 72 | 26 | 51 | 36 |
| Binary | 1101100 | 1000100 | 101101 | 0 | 100101 | 111010 | 111010 | 10110 | 101001 | 11110 |
Color Harmonies of #6C442D
Complementary color
Monochromatic Colors of #6C442D
Black with #6C442D
Text Example
Text Example
White with #6C442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C442D; }
p { color: rgb(108,68,45); }
H1.HeaderClassName
{
color: #6C442D;
}
.AnyTagClassName
{
color: #6C442D;
}
</style>
background-color css
<style>
a { background-color: #6C442D; }
a { background-color: rgb(108,68,45); }
div.DivClassName
{
background-color: #6C442D;
}
.BgClassName
{
background-color: #6C442D;
}
</style>
border-color css
<style>
span { border-color: #6C442D; }
span { border-color: rgb(108,68,45); }
td.TdClassName
{
border-color: #6C442D;
}
.TagClassName
{
border-color: #6C442D;
}
</style>