#6E582E

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

Shades of Horses Neck #6E582E

Tints of Horses Neck #6E582E

Color information

#6E582E (or 0x6E582E) is unknown color: approx Horses Neck. HEX triplet: 6E, 58 and 2E. RGB value is (110,88,46). Sum of RGB (Red+Green+Blue) = 110+88+46=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E582E is #91A7D1. Grayscale: #595959. Windows color (decimal): -9545682 or 3037294. OLE color: 3037294.

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

Color convert

RGB1108846-
CMYK00.20.580.57
HSL39.38º41.03%30.59%-
HSV(B)39.38º58.18%43.14%-
XYZ10.4110.494.06-
YUV89.79103.29142.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.08%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=45.08%
G=36.07%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110884600.20.580.5739.3841.0330.59
Hex6E582E0143A3927291f
Octal156130560247271475137
Binary1101110101100010111001010011101011100110011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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