#766632

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

Shades of Himalaya #766632

Tints of Himalaya #766632

Color information

#766632 (or 0x766632) is unknown color: approx Himalaya. HEX triplet: 76, 66 and 32. RGB value is (118,102,50). Sum of RGB (Red+Green+Blue) = 118+102+50=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766632 is #8999CD. Grayscale: #656565. Windows color (decimal): -9017806 or 3303030. OLE color: 3303030.

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

Color convert

RGB11810250-
CMYK00.140.580.54
HSL45.88º40.48%32.94%-
HSV(B)45.88º57.63%46.27%-
XYZ12.813.584.97-
YUV100.8699.3140.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=43.70%
G=37.78%
B=18.52%

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
Decimal1181025000.140.580.5445.8840.4832.94
Hex7666320E3A362e2821
Octal166146620167266565041
Binary1110110110011011001001110111010110110101110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766632; }

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

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

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

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

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

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

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

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