#766936

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

Shades of Himalaya #766936

Tints of Himalaya #766936

Color information

#766936 (or 0x766936) is unknown color: approx Himalaya. HEX triplet: 76, 69 and 36. RGB value is (118,105,54). Sum of RGB (Red+Green+Blue) = 118+105+54=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #766936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766936 is #8996C9. Grayscale: #676767. Windows color (decimal): -9017034 or 3565942. OLE color: 3565942.

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

Color convert

RGB11810554-
CMYK00.110.540.54
HSL47.81º37.21%33.73%-
HSV(B)47.81º54.24%46.27%-
XYZ13.1914.225.54-
YUV103.07100.31138.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=42.60%
G=37.91%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181055400.110.540.5447.8137.2133.73
Hex7669360B3636302522
Octal166151660136666604542
Binary1110110110100111011001011110110110110110000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766936; }

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

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

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

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

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

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

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

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