#765628

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

Shades of Horses Neck #765628

Tints of Horses Neck #765628

Color information

#765628 (or 0x765628) is unknown color: approx Horses Neck. HEX triplet: 76, 56 and 28. RGB value is (118,86,40). Sum of RGB (Red+Green+Blue) = 118+86+40=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #765628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765628 is #89A9D7. Grayscale: #5A5A5A. Windows color (decimal): -9021912 or 2643574. OLE color: 2643574.

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

Color convert

RGB1188640-
CMYK00.270.660.54
HSL35.38º49.37%30.98%-
HSV(B)35.38º66.1%46.27%-
XYZ11.1810.663.48-
YUV90.3299.6147.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 40 (16.02% from 255) = 16.39%
R=48.36%
G=35.25%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118864000.270.660.5435.3849.3730.98
Hex76562801B423623311f
Octal1661265003310266436137
Binary11101101010110101000011011100001011011010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765628; }

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

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

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

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

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

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

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

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