Html Css Color HEX #6E4126 Semi-Sweet Chocolate
📋 copy color: '#6E4126'red 110 ◦ green 65 ◦ blue 38
Shades of Semi-Sweet Chocolate #6E4126
Tints of Semi-Sweet Chocolate #6E4126
RGB
CMYK
RGB Variations
Color information
#6E4126 (or 0x6E4126) is known color: Semi-Sweet Chocolate. HEX triplet: 6E, 41 and 26. RGB value is (110,65,38). Sum of RGB (Red+Green+Blue) = 110+65+38=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4126 is #91BED9. Grayscale: #4B4B4B. Windows color (decimal): -9551578 or 2507118. OLE color: 2507118.
HSL color Cylindrical-coordinate representation of color #6E4126: 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.65%. Process color model (Four color, CMYK) of #6E4126 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 65 | 38 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.57 |
| HSL | 22.5º | 0.49% | 0.29% | - |
| HSV(B) | 22.5º | 0.65% | 0.43% | - |
| XYZ | 8.67 | 7.24 | 2.77 | - |
| YUV | 75.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 38 | 0 | 0.41 | 0.65 | 0.57 | 22.5 | 0.49 | 0.29 |
| Hex | 6E | 41 | 26 | 0 | 29 | 41 | 39 | 16 | 31 | 1D |
| Octal | 156 | 101 | 46 | 0 | 51 | 101 | 71 | 26 | 61 | 35 |
| Binary | 1101110 | 1000001 | 100110 | 0 | 101001 | 1000001 | 111001 | 10110 | 110001 | 11101 |
Color Harmonies of #6E4126
Complementary color
Monochromatic Colors of #6E4126
Black with #6E4126
Text Example
Text Example
White with #6E4126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4126; }
p { color: rgb(110,65,38); }
H1.HeaderClassName
{
color: #6E4126;
}
.AnyTagClassName
{
color: #6E4126;
}
</style>
background-color css
<style>
a { background-color: #6E4126; }
a { background-color: rgb(110,65,38); }
div.DivClassName
{
background-color: #6E4126;
}
.BgClassName
{
background-color: #6E4126;
}
</style>
border-color css
<style>
span { border-color: #6E4126; }
span { border-color: rgb(110,65,38); }
td.TdClassName
{
border-color: #6E4126;
}
.TagClassName
{
border-color: #6E4126;
}
</style>