#766736

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

Shades of Himalaya #766736

Tints of Himalaya #766736

Color information

#766736 (or 0x766736) is unknown color: approx Himalaya. HEX triplet: 76, 67 and 36. RGB value is (118,103,54). Sum of RGB (Red+Green+Blue) = 118+103+54=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #766736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766736 is #8998C9. Grayscale: #666666. Windows color (decimal): -9017546 or 3565430. OLE color: 3565430.

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

Color convert

RGB11810354-
CMYK00.130.540.54
HSL45.94º37.21%33.73%-
HSV(B)45.94º54.24%46.27%-
XYZ12.9913.825.47-
YUV101.9100.97139.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=42.91%
G=37.45%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181035400.130.540.5445.9437.2133.73
Hex7667360D36362e2522
Octal166147660156666564542
Binary1110110110011111011001101110110110110101110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766736; }

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

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

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

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

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

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

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

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