#6E5824

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

Shades of Horses Neck #6E5824

Tints of Horses Neck #6E5824

Color information

#6E5824 (or 0x6E5824) is unknown color: approx Horses Neck. HEX triplet: 6E, 58 and 24. RGB value is (110,88,36). Sum of RGB (Red+Green+Blue) = 110+88+36=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5824 is #91A7DB. Grayscale: #585858. Windows color (decimal): -9545692 or 2381934. OLE color: 2381934.

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

Color convert

RGB1108836-
CMYK00.20.670.57
HSL42.16º50.68%28.63%-
HSV(B)42.16º67.27%43.14%-
XYZ10.2410.423.14-
YUV88.6598.29143.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.01%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 36 (14.45% from 255) = 15.38%
R=47.01%
G=37.61%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110883600.20.670.5742.1650.6828.63
Hex6E582401443392a331d
Octal1561304402410371526335
Binary11011101011000100100010100100001111100110101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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