#6E4129

Color #6E4129 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #6E4129

Tints of Semi-Sweet Chocolate #6E4129

Color information

#6E4129 (or 0x6E4129) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6E, 41 and 29. RGB value is (110,65,41). Sum of RGB (Red+Green+Blue) = 110+65+41=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4129 is #91BED6. Grayscale: #4B4B4B. Windows color (decimal): -9551575 or 2703726. OLE color: 2703726.

HSL color Cylindrical-coordinate representation of color #6E4129: hue angle of 20.87º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E4129 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB1106541-
CMYK00.410.630.57
HSL20.87º45.7%29.61%-
HSV(B)20.87º62.73%43.14%-
XYZ8.727.263.04-
YUV75.72108.41152.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 50.93%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=50.93%
G=30.09%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110654100.410.630.5720.8745.729.61
Hex6E41290293F39152e1e
Octal156101510517771255636
Binary1101110100000110100101010011111111110011010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E4129; }

 p { color: rgb(110,65,41); }

 H1.HeaderClassName
 {
   color: #6E4129;
 }
 .AnyTagClassName
 {
   color: #6E4129;
 }
</style>
background-color css

<style>
 a { background-color: #6E4129; }

 a { background-color: rgb(110,65,41); }

 div.DivClassName
 {
   background-color: #6E4129;
 }
 .BgClassName
 {
   background-color: #6E4129;
 }
</style>
border-color css

<style>
 span { border-color: #6E4129; }

 span { border-color: rgb(110,65,41); }

 td.TdClassName
 {
   border-color: #6E4129;
 }
 .TagClassName
 {
   border-color: #6E4129;
 }
</style>