#6E5120

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

Shades of Horses Neck #6E5120

Tints of Horses Neck #6E5120

Color information

#6E5120 (or 0x6E5120) is unknown color: approx Horses Neck. HEX triplet: 6E, 51 and 20. RGB value is (110,81,32). Sum of RGB (Red+Green+Blue) = 110+81+32=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5120 is #91AEDF. Grayscale: #545454. Windows color (decimal): -9547488 or 2117998. OLE color: 2117998.

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

Color convert

RGB1108132-
CMYK00.260.710.57
HSL37.69º54.93%27.84%-
HSV(B)37.69º70.91%43.14%-
XYZ9.639.32.65-
YUV84.0898.61146.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.33%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=49.33%
G=36.32%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110813200.260.710.5737.6954.9327.84
Hex6E512001A473926371c
Octal1561214003210771466734
Binary11011101010001100000011010100011111100110011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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