#766532

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

Shades of Himalaya #766532

Tints of Himalaya #766532

Color information

#766532 (or 0x766532) is unknown color: approx Himalaya. HEX triplet: 76, 65 and 32. RGB value is (118,101,50). Sum of RGB (Red+Green+Blue) = 118+101+50=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #766532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766532 is #899ACD. Grayscale: #646464. Windows color (decimal): -9018062 or 3302774. OLE color: 3302774.

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

Color convert

RGB11810150-
CMYK00.140.580.54
HSL45º40.48%32.94%-
HSV(B)45º57.63%46.27%-
XYZ12.713.394.93-
YUV100.2799.63140.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=43.87%
G=37.55%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181015000.140.580.544540.4832.94
Hex7665320E3A362d2821
Octal166145620167266555041
Binary1110110110010111001001110111010110110101101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766532; }

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

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

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

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

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

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

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

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