#6E5024

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

Shades of Horses Neck #6E5024

Tints of Horses Neck #6E5024

Color information

#6E5024 (or 0x6E5024) is unknown color: approx Horses Neck. HEX triplet: 6E, 50 and 24. RGB value is (110,80,36). Sum of RGB (Red+Green+Blue) = 110+80+36=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5024 is #91AFDB. Grayscale: #545454. Windows color (decimal): -9547740 or 2379886. OLE color: 2379886.

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

Color convert

RGB1108036-
CMYK00.270.670.57
HSL35.68º50.68%28.63%-
HSV(B)35.68º67.27%43.14%-
XYZ9.629.182.93-
YUV83.95100.94146.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.67%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 36 (14.45% from 255) = 15.93%
R=48.67%
G=35.40%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110803600.270.670.5735.6850.6828.63
Hex6E502401B433924331d
Octal1561204403310371446335
Binary11011101010000100100011011100001111100110010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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