#746A3A

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

Shades of Himalaya #746A3A

Tints of Himalaya #746A3A

Color information

#746A3A (or 0x746A3A) is unknown color: approx Himalaya. HEX triplet: 74, 6A and 3A. RGB value is (116,106,58). Sum of RGB (Red+Green+Blue) = 116+106+58=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #746A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A3A is #8B95C5. Grayscale: #676767. Windows color (decimal): -9147846 or 3828340. OLE color: 3828340.

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

Color convert

RGB11610658-
CMYK00.090.50.55
HSL49.66º33.33%34.12%-
HSV(B)49.66º50%45.49%-
XYZ13.1214.336.08-
YUV103.52102.31136.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 58 (23.05% from 255) = 20.71%
R=41.43%
G=37.86%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161065800.090.50.5549.6633.3334.12
Hex746A3A093237322122
Octal164152720116267624142
Binary1110100110101011101001001110010110111110010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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