#766835

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

Shades of Himalaya #766835

Tints of Himalaya #766835

Color information

#766835 (or 0x766835) is unknown color: approx Himalaya. HEX triplet: 76, 68 and 35. RGB value is (118,104,53). Sum of RGB (Red+Green+Blue) = 118+104+53=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #766835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766835 is #8997CA. Grayscale: #666666. Windows color (decimal): -9017291 or 3500150. OLE color: 3500150.

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

Color convert

RGB11810453-
CMYK00.120.550.54
HSL47.08º38.01%33.53%-
HSV(B)47.08º55.08%46.27%-
XYZ13.0614.015.38-
YUV102.37100.14139.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=42.91%
G=37.82%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181045300.120.550.5447.0838.0133.53
Hex7668350C37362f2622
Octal166150650146766574642
Binary1110110110100011010101100110111110110101111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766835; }

 p { color: rgb(118,104,53); }

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

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

 a { background-color: rgb(118,104,53); }

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

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

 span { border-color: rgb(118,104,53); }

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