#6E582D

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

Shades of Horses Neck #6E582D

Tints of Horses Neck #6E582D

Color information

#6E582D (or 0x6E582D) is unknown color: approx Horses Neck. HEX triplet: 6E, 58 and 2D. RGB value is (110,88,45). Sum of RGB (Red+Green+Blue) = 110+88+45=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E582D is #91A7D2. Grayscale: #595959. Windows color (decimal): -9545683 or 2971758. OLE color: 2971758.

HSL color Cylindrical-coordinate representation of color #6E582D: hue angle of 39.69º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E582D is Cyan = 0, Magento = 0.2, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB1108845-
CMYK00.20.590.57
HSL39.69º41.94%30.39%-
HSV(B)39.69º59.09%43.14%-
XYZ10.3910.483.96-
YUV89.68102.79142.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.27%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=45.27%
G=36.21%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110884500.20.590.5739.6941.9430.39
Hex6E582D0143B39282a1e
Octal156130550247371505236
Binary1101110101100010110101010011101111100110100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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