#766A31

Color #766A31 Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #766A31

Tints of Himalaya #766A31

Color information

#766A31 (or 0x766A31) is unknown color: approx Himalaya. HEX triplet: 76, 6A and 31. RGB value is (118,106,49). Sum of RGB (Red+Green+Blue) = 118+106+49=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #766A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A31 is #8995CE. Grayscale: #676767. Windows color (decimal): -9016783 or 3238518. OLE color: 3238518.

HSL color Cylindrical-coordinate representation of color #766A31: hue angle of 49.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766A31 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB11810649-
CMYK00.100.580.54
HSL49.57º41.32%32.75%-
HSV(B)49.57º58.47%46.27%-
XYZ13.1814.384.99-
YUV103.0997.48138.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=43.22%
G=38.83%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181064900.100.580.5449.5741.3232.75
Hex766A310A3A36322921
Octal166152610127266625141
Binary1110110110101011000101010111010110110110010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766A31; }

 p { color: rgb(118,106,49); }

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

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

 a { background-color: rgb(118,106,49); }

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

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

 span { border-color: rgb(118,106,49); }

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