#6E5929

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

Shades of Horses Neck #6E5929

Tints of Horses Neck #6E5929

Color information

#6E5929 (or 0x6E5929) is unknown color: approx Horses Neck. HEX triplet: 6E, 59 and 29. RGB value is (110,89,41). Sum of RGB (Red+Green+Blue) = 110+89+41=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5929 is #91A6D6. Grayscale: #5A5A5A. Windows color (decimal): -9545431 or 2709870. OLE color: 2709870.

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

Color convert

RGB1108941-
CMYK00.190.630.57
HSL41.74º45.7%29.61%-
HSV(B)41.74º62.73%43.14%-
XYZ10.410.623.6-
YUV89.81100.46142.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.83%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=45.83%
G=37.08%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110894100.190.630.5741.7445.729.61
Hex6E59290133F392a2e1e
Octal156131510237771525636
Binary1101110101100110100101001111111111100110101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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