#765620

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

Shades of Horses Neck #765620

Tints of Horses Neck #765620

Color information

#765620 (or 0x765620) is unknown color: approx Horses Neck. HEX triplet: 76, 56 and 20. RGB value is (118,86,32). Sum of RGB (Red+Green+Blue) = 118+86+32=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #765620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765620 is #89A9DF. Grayscale: #595959. Windows color (decimal): -9021920 or 2119286. OLE color: 2119286.

HSL color Cylindrical-coordinate representation of color #765620: hue angle of 37.67º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #765620 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1188632-
CMYK00.270.730.54
HSL37.67º57.33%29.41%-
HSV(B)37.67º72.88%46.27%-
XYZ11.0610.612.83-
YUV89.4195.6148.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 32 (12.89% from 255) = 13.56%
R=50%
G=36.44%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118863200.270.730.5437.6757.3329.41
Hex76562001B493626391d
Octal1661264003311166467135
Binary11101101010110100000011011100100111011010011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765620; }

 p { color: rgb(118,86,32); }

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

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

 a { background-color: rgb(118,86,32); }

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

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

 span { border-color: rgb(118,86,32); }

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