#765629

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

Shades of Horses Neck #765629

Tints of Horses Neck #765629

Color information

#765629 (or 0x765629) is unknown color: approx Horses Neck. HEX triplet: 76, 56 and 29. RGB value is (118,86,41). Sum of RGB (Red+Green+Blue) = 118+86+41=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #765629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765629 is #89A9D6. Grayscale: #5A5A5A. Windows color (decimal): -9021911 or 2709110. OLE color: 2709110.

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

Color convert

RGB1188641-
CMYK00.270.650.54
HSL35.06º48.43%31.18%-
HSV(B)35.06º65.25%46.27%-
XYZ11.210.673.57-
YUV90.44100.1147.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=48.16%
G=35.10%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118864100.270.650.5435.0648.4331.18
Hex76562901B413623301f
Octal1661265103310166436037
Binary11101101010110101001011011100000111011010001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765629; }

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

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

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

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

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

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

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

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