Html Css Color HEX #6E4028 Semi-Sweet Chocolate
📋 copy color: '#6E4028'red 110 ◦ green 64 ◦ blue 40
Shades of Semi-Sweet Chocolate #6E4028
Tints of Semi-Sweet Chocolate #6E4028
RGB
CMYK
RGB Variations
Color information
#6E4028 (or 0x6E4028) is known color: Semi-Sweet Chocolate. HEX triplet: 6E, 40 and 28. RGB value is (110,64,40). Sum of RGB (Red+Green+Blue) = 110+64+40=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4028 is #91BFD7. Grayscale: #4B4B4B. Windows color (decimal): -9551832 or 2637934. OLE color: 2637934.
HSL color Cylindrical-coordinate representation of color #6E4028: hue angle of 20.57º 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 #6E4028 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 64 | 40 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.57 |
| HSL | 20.57º | 0.47% | 0.29% | - |
| HSV(B) | 20.57º | 0.64% | 0.43% | - |
| XYZ | 8.65 | 7.13 | 2.93 | - |
| YUV | 75.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 40 | 0 | 0.42 | 0.64 | 0.57 | 20.57 | 0.47 | 0.29 |
| Hex | 6E | 40 | 28 | 0 | 2A | 40 | 39 | 15 | 2F | 1D |
| Octal | 156 | 100 | 50 | 0 | 52 | 100 | 71 | 25 | 57 | 35 |
| Binary | 1101110 | 1000000 | 101000 | 0 | 101010 | 1000000 | 111001 | 10101 | 101111 | 11101 |
Color Harmonies of #6E4028
Complementary color
Monochromatic Colors of #6E4028
Black with #6E4028
Text Example
Text Example
White with #6E4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4028; }
p { color: rgb(110,64,40); }
H1.HeaderClassName
{
color: #6E4028;
}
.AnyTagClassName
{
color: #6E4028;
}
</style>
background-color css
<style>
a { background-color: #6E4028; }
a { background-color: rgb(110,64,40); }
div.DivClassName
{
background-color: #6E4028;
}
.BgClassName
{
background-color: #6E4028;
}
</style>
border-color css
<style>
span { border-color: #6E4028; }
span { border-color: rgb(110,64,40); }
td.TdClassName
{
border-color: #6E4028;
}
.TagClassName
{
border-color: #6E4028;
}
</style>