Html Css Color HEX #6E4228 Semi-Sweet Chocolate
📋 copy color: '#6E4228'red 110 ◦ green 66 ◦ blue 40
Shades of Semi-Sweet Chocolate #6E4228
Tints of Semi-Sweet Chocolate #6E4228
RGB
CMYK
RGB Variations
Color information
#6E4228 (or 0x6E4228) is known color: Semi-Sweet Chocolate. HEX triplet: 6E, 42 and 28. RGB value is (110,66,40). Sum of RGB (Red+Green+Blue) = 110+66+40=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4228 is #91BDD7. Grayscale: #4C4C4C. Windows color (decimal): -9551320 or 2638446. OLE color: 2638446.
HSL color Cylindrical-coordinate representation of color #6E4228: hue angle of 22.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E4228 is Cyan = 0, Magento = 0.4, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 66 | 40 | - |
| CMYK | 0 | 0.4 | 0.64 | 0.57 |
| HSL | 22.29º | 0.47% | 0.29% | - |
| HSV(B) | 22.29º | 0.64% | 0.43% | - |
| XYZ | 8.76 | 7.36 | 2.97 | - |
| YUV | 76.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 40 | 0 | 0.4 | 0.64 | 0.57 | 22.29 | 0.47 | 0.29 |
| Hex | 6E | 42 | 28 | 0 | 28 | 40 | 39 | 16 | 2F | 1D |
| Octal | 156 | 102 | 50 | 0 | 50 | 100 | 71 | 26 | 57 | 35 |
| Binary | 1101110 | 1000010 | 101000 | 0 | 101000 | 1000000 | 111001 | 10110 | 101111 | 11101 |
Color Harmonies of #6E4228
Complementary color
Monochromatic Colors of #6E4228
Black with #6E4228
Text Example
Text Example
White with #6E4228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4228; }
p { color: rgb(110,66,40); }
H1.HeaderClassName
{
color: #6E4228;
}
.AnyTagClassName
{
color: #6E4228;
}
</style>
background-color css
<style>
a { background-color: #6E4228; }
a { background-color: rgb(110,66,40); }
div.DivClassName
{
background-color: #6E4228;
}
.BgClassName
{
background-color: #6E4228;
}
</style>
border-color css
<style>
span { border-color: #6E4228; }
span { border-color: rgb(110,66,40); }
td.TdClassName
{
border-color: #6E4228;
}
.TagClassName
{
border-color: #6E4228;
}
</style>