#766931

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

Shades of Himalaya #766931

Tints of Himalaya #766931

Color information

#766931 (or 0x766931) is unknown color: approx Himalaya. HEX triplet: 76, 69 and 31. RGB value is (118,105,49). Sum of RGB (Red+Green+Blue) = 118+105+49=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #766931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766931 is #8996CE. Grayscale: #666666. Windows color (decimal): -9017039 or 3238262. OLE color: 3238262.

HSL color Cylindrical-coordinate representation of color #766931: hue angle of 48.7º 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 #766931 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB11810549-
CMYK00.110.580.54
HSL48.7º41.32%32.75%-
HSV(B)48.7º58.47%46.27%-
XYZ13.0814.184.95-
YUV102.597.81139.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=43.38%
G=38.60%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181054900.110.580.5448.741.3232.75
Hex7669310B3A36312921
Octal166151610137266615141
Binary1110110110100111000101011111010110110110001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766931; }

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

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

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

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

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

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

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

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