#766332

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

Shades of Himalaya #766332

Tints of Himalaya #766332

Color information

#766332 (or 0x766332) is unknown color: approx Himalaya. HEX triplet: 76, 63 and 32. RGB value is (118,99,50). Sum of RGB (Red+Green+Blue) = 118+99+50=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #766332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766332 is #899CCD. Grayscale: #636363. Windows color (decimal): -9018574 or 3302262. OLE color: 3302262.

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

Color convert

RGB1189950-
CMYK00.160.580.54
HSL43.24º40.48%32.94%-
HSV(B)43.24º57.63%46.27%-
XYZ12.5113.014.87-
YUV99.1100.29141.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=44.19%
G=37.08%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118995000.160.580.5443.2440.4832.94
Hex7663320103A362b2821
Octal166143620207266535041
Binary11101101100011110010010000111010110110101011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766332; }

 p { color: rgb(118,99,50); }

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

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

 a { background-color: rgb(118,99,50); }

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

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

 span { border-color: rgb(118,99,50); }

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