Html Css Color HEX #6E4020 Semi-Sweet Chocolate
📋 copy color: '#6E4020'red 110 ◦ green 64 ◦ blue 32
Shades of Semi-Sweet Chocolate #6E4020
Tints of Semi-Sweet Chocolate #6E4020
RGB
CMYK
RGB Variations
Color information
#6E4020 (or 0x6E4020) is known color: Semi-Sweet Chocolate. HEX triplet: 6E, 40 and 20. RGB value is (110,64,32). Sum of RGB (Red+Green+Blue) = 110+64+32=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4020 is #91BFDF. Grayscale: #4A4A4A. Windows color (decimal): -9551840 or 2113646. OLE color: 2113646.
HSL color Cylindrical-coordinate representation of color #6E4020: hue angle of 24.62º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E4020 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 64 | 32 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.57 |
| HSL | 24.62º | 0.55% | 0.28% | - |
| HSV(B) | 24.62º | 0.71% | 0.43% | - |
| XYZ | 8.52 | 7.09 | 2.28 | - |
| YUV | 74.11 | 104.24 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 32 | 0 | 0.42 | 0.71 | 0.57 | 24.62 | 0.55 | 0.28 |
| Hex | 6E | 40 | 20 | 0 | 2A | 47 | 39 | 19 | 37 | 1C |
| Octal | 156 | 100 | 40 | 0 | 52 | 107 | 71 | 31 | 67 | 34 |
| Binary | 1101110 | 1000000 | 100000 | 0 | 101010 | 1000111 | 111001 | 11001 | 110111 | 11100 |
Color Harmonies of #6E4020
Complementary color
Monochromatic Colors of #6E4020
Black with #6E4020
Text Example
Text Example
White with #6E4020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4020; }
p { color: rgb(110,64,32); }
H1.HeaderClassName
{
color: #6E4020;
}
.AnyTagClassName
{
color: #6E4020;
}
</style>
background-color css
<style>
a { background-color: #6E4020; }
a { background-color: rgb(110,64,32); }
div.DivClassName
{
background-color: #6E4020;
}
.BgClassName
{
background-color: #6E4020;
}
</style>
border-color css
<style>
span { border-color: #6E4020; }
span { border-color: rgb(110,64,32); }
td.TdClassName
{
border-color: #6E4020;
}
.TagClassName
{
border-color: #6E4020;
}
</style>