#6E592E

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

Shades of Horses Neck #6E592E

Tints of Horses Neck #6E592E

Color information

#6E592E (or 0x6E592E) is unknown color: approx Horses Neck. HEX triplet: 6E, 59 and 2E. RGB value is (110,89,46). Sum of RGB (Red+Green+Blue) = 110+89+46=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E592E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E592E is #91A6D1. Grayscale: #5A5A5A. Windows color (decimal): -9545426 or 3037550. OLE color: 3037550.

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

Color convert

RGB1108946-
CMYK00.190.580.57
HSL40.31º41.03%30.59%-
HSV(B)40.31º58.18%43.14%-
XYZ10.510.664.09-
YUV90.38102.96142-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.90%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=44.90%
G=36.33%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110894600.190.580.5740.3141.0330.59
Hex6E592E0133A3928291f
Octal156131560237271505137
Binary1101110101100110111001001111101011100110100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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