#6E542E

Color #6E542E Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #6E542E

Tints of Horses Neck #6E542E

Color information

#6E542E (or 0x6E542E) is unknown color: approx Horses Neck. HEX triplet: 6E, 54 and 2E. RGB value is (110,84,46). Sum of RGB (Red+Green+Blue) = 110+84+46=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E542E is #91ABD1. Grayscale: #575757. Windows color (decimal): -9546706 or 3036270. OLE color: 3036270.

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

Color convert

RGB1108446-
CMYK00.240.580.57
HSL35.62º41.03%30.59%-
HSV(B)35.62º58.18%43.14%-
XYZ10.099.853.95-
YUV87.44104.61144.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.83%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=45.83%
G=35%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110844600.240.580.5735.6241.0330.59
Hex6E542E0183A3924291f
Octal156124560307271445137
Binary1101110101010010111001100011101011100110010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,84,46); }

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

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

 a { background-color: rgb(110,84,46); }

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

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

 span { border-color: rgb(110,84,46); }

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