#746A39

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

Shades of Himalaya #746A39

Tints of Himalaya #746A39

Color information

#746A39 (or 0x746A39) is unknown color: approx Himalaya. HEX triplet: 74, 6A and 39. RGB value is (116,106,57). Sum of RGB (Red+Green+Blue) = 116+106+57=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #746A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A39 is #8B95C6. Grayscale: #676767. Windows color (decimal): -9147847 or 3762804. OLE color: 3762804.

HSL color Cylindrical-coordinate representation of color #746A39: hue angle of 49.83º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #746A39 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB11610657-
CMYK00.090.510.55
HSL49.83º34.1%33.92%-
HSV(B)49.83º50.86%45.49%-
XYZ13.114.325.94-
YUV103.4101.81136.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 57 (22.66% from 255) = 20.43%
R=41.58%
G=37.99%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161065700.090.510.5549.8334.133.92
Hex746A39093337322222
Octal164152710116367624242
Binary1110100110101011100101001110011110111110010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746A39; }

 p { color: rgb(116,106,57); }

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

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

 a { background-color: rgb(116,106,57); }

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

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

 span { border-color: rgb(116,106,57); }

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