#766635

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

Shades of Himalaya #766635

Tints of Himalaya #766635

Color information

#766635 (or 0x766635) is unknown color: approx Himalaya. HEX triplet: 76, 66 and 35. RGB value is (118,102,53). Sum of RGB (Red+Green+Blue) = 118+102+53=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #766635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766635 is #8999CA. Grayscale: #656565. Windows color (decimal): -9017803 or 3499638. OLE color: 3499638.

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

Color convert

RGB11810253-
CMYK00.140.550.54
HSL45.23º38.01%33.53%-
HSV(B)45.23º55.08%46.27%-
XYZ12.8713.615.32-
YUV101.2100.8139.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=43.22%
G=37.36%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181025300.140.550.5445.2338.0133.53
Hex7666350E37362d2622
Octal166146650166766554642
Binary1110110110011011010101110110111110110101101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766635; }

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

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

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

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

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

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

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

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