#766232

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

Shades of Himalaya #766232

Tints of Himalaya #766232

Color information

#766232 (or 0x766232) is unknown color: approx Himalaya. HEX triplet: 76, 62 and 32. RGB value is (118,98,50). Sum of RGB (Red+Green+Blue) = 118+98+50=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #766232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766232 is #899DCD. Grayscale: #626262. Windows color (decimal): -9018830 or 3302006. OLE color: 3302006.

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

Color convert

RGB1189850-
CMYK00.170.580.54
HSL42.35º40.48%32.94%-
HSV(B)42.35º57.63%46.27%-
XYZ12.4112.824.84-
YUV98.51100.63141.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=44.36%
G=36.84%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118985000.170.580.5442.3540.4832.94
Hex7662320113A362a2821
Octal166142620217266525041
Binary11101101100010110010010001111010110110101010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766232; }

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

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

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

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

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

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

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

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