#746636

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

Shades of Himalaya #746636

Tints of Himalaya #746636

Color information

#746636 (or 0x746636) is unknown color: approx Himalaya. HEX triplet: 74, 66 and 36. RGB value is (116,102,54). Sum of RGB (Red+Green+Blue) = 116+102+54=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #746636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746636 is #8B99C9. Grayscale: #646464. Windows color (decimal): -9148874 or 3565172. OLE color: 3565172.

HSL color Cylindrical-coordinate representation of color #746636: hue angle of 46.45º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #746636 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB11610254-
CMYK00.120.530.55
HSL46.45º36.47%33.33%-
HSV(B)46.45º53.45%45.49%-
XYZ12.6213.485.43-
YUV100.71101.64138.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 54 (21.48% from 255) = 19.85%
R=42.65%
G=37.5%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161025400.120.530.5546.4536.4733.33
Hex7466360C35372e2421
Octal164146660146567564441
Binary1110100110011011011001100110101110111101110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746636; }

 p { color: rgb(116,102,54); }

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

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

 a { background-color: rgb(116,102,54); }

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

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

 span { border-color: rgb(116,102,54); }

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