#766431

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

Shades of Himalaya #766431

Tints of Himalaya #766431

Color information

#766431 (or 0x766431) is unknown color: approx Himalaya. HEX triplet: 76, 64 and 31. RGB value is (118,100,49). Sum of RGB (Red+Green+Blue) = 118+100+49=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #766431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766431 is #899BCE. Grayscale: #636363. Windows color (decimal): -9018319 or 3236982. OLE color: 3236982.

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

Color convert

RGB11810049-
CMYK00.150.580.54
HSL44.35º41.32%32.75%-
HSV(B)44.35º58.47%46.27%-
XYZ12.5813.194.79-
YUV99.5799.46141.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=44.19%
G=37.45%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181004900.150.580.5444.3541.3232.75
Hex7664310F3A362c2921
Octal166144610177266545141
Binary1110110110010011000101111111010110110101100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766431; }

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

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

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

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

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

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

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

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