#6E5A2E

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

Shades of Horses Neck #6E5A2E

Tints of Horses Neck #6E5A2E

Color information

#6E5A2E (or 0x6E5A2E) is unknown color: approx Horses Neck. HEX triplet: 6E, 5A and 2E. RGB value is (110,90,46). Sum of RGB (Red+Green+Blue) = 110+90+46=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5A2E is #91A5D1. Grayscale: #5B5B5B. Windows color (decimal): -9545170 or 3037806. OLE color: 3037806.

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

Color convert

RGB1109046-
CMYK00.180.580.57
HSL41.25º41.03%30.59%-
HSV(B)41.25º58.18%43.14%-
XYZ10.5810.824.12-
YUV90.96102.63141.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.72%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=44.72%
G=36.59%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110904600.180.580.5741.2541.0330.59
Hex6E5A2E0123A3929291f
Octal156132560227271515137
Binary1101110101101010111001001011101011100110100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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