#6E5A20

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

Shades of Horses Neck #6E5A20

Tints of Horses Neck #6E5A20

Color information

#6E5A20 (or 0x6E5A20) is unknown color: approx Horses Neck. HEX triplet: 6E, 5A and 20. RGB value is (110,90,32). Sum of RGB (Red+Green+Blue) = 110+90+32=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5A20 is #91A5DF. Grayscale: #595959. Windows color (decimal): -9545184 or 2120302. OLE color: 2120302.

HSL color Cylindrical-coordinate representation of color #6E5A20: hue angle of 44.62º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E5A20 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB1109032-
CMYK00.180.710.57
HSL44.62º54.93%27.84%-
HSV(B)44.62º70.91%43.14%-
XYZ10.3510.732.89-
YUV89.3795.63142.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.41%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=47.41%
G=38.79%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110903200.180.710.5744.6254.9327.84
Hex6E5A2001247392d371c
Octal1561324002210771556734
Binary11011101011010100000010010100011111100110110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,90,32); }

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

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

 a { background-color: rgb(110,90,32); }

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

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

 span { border-color: rgb(110,90,32); }

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