#746436

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

Shades of Himalaya #746436

Tints of Himalaya #746436

Color information

#746436 (or 0x746436) is unknown color: approx Himalaya. HEX triplet: 74, 64 and 36. RGB value is (116,100,54). Sum of RGB (Red+Green+Blue) = 116+100+54=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #746436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746436 is #8B9BC9. Grayscale: #636363. Windows color (decimal): -9149386 or 3564660. OLE color: 3564660.

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

Color convert

RGB11610054-
CMYK00.140.530.55
HSL44.52º36.47%33.33%-
HSV(B)44.52º53.45%45.49%-
XYZ12.4313.095.36-
YUV99.54102.3139.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 54 (21.48% from 255) = 20%
R=42.96%
G=37.04%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161005400.140.530.5544.5236.4733.33
Hex7464360E35372d2421
Octal164144660166567554441
Binary1110100110010011011001110110101110111101101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746436; }

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

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

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

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

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

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

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

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