#6E4120

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

Shades of Semi-Sweet Chocolate #6E4120

Tints of Semi-Sweet Chocolate #6E4120

Color information

#6E4120 (or 0x6E4120) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6E, 41 and 20. RGB value is (110,65,32). Sum of RGB (Red+Green+Blue) = 110+65+32=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4120 is #91BEDF. Grayscale: #4A4A4A. Windows color (decimal): -9551584 or 2113902. OLE color: 2113902.

HSL color Cylindrical-coordinate representation of color #6E4120: hue angle of 25.38º 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 #6E4120 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB1106532-
CMYK00.410.710.57
HSL25.38º54.93%27.84%-
HSV(B)25.38º70.91%43.14%-
XYZ8.587.22.3-
YUV74.69103.91153.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.14%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=53.14%
G=31.40%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110653200.410.710.5725.3854.9327.84
Hex6E4120029473919371c
Octal1561014005110771316734
Binary11011101000001100000010100110001111110011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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