#766436

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

Shades of Himalaya #766436

Tints of Himalaya #766436

Color information

#766436 (or 0x766436) is unknown color: approx Himalaya. HEX triplet: 76, 64 and 36. RGB value is (118,100,54). Sum of RGB (Red+Green+Blue) = 118+100+54=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #766436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766436 is #899BC9. Grayscale: #646464. Windows color (decimal): -9018314 or 3564662. OLE color: 3564662.

HSL color Cylindrical-coordinate representation of color #766436: hue angle of 43.12º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766436 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB11810054-
CMYK00.150.540.54
HSL43.12º37.21%33.73%-
HSV(B)43.12º54.24%46.27%-
XYZ12.6913.235.38-
YUV100.14101.96140.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 54 (21.48% from 255) = 19.85%
R=43.38%
G=36.76%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181005400.150.540.5443.1237.2133.73
Hex7664360F36362b2522
Octal166144660176666534542
Binary1110110110010011011001111110110110110101011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766436; }

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

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

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

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

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

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

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

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