#746637

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

Shades of Himalaya #746637

Tints of Himalaya #746637

Color information

#746637 (or 0x746637) is unknown color: approx Himalaya. HEX triplet: 74, 66 and 37. RGB value is (116,102,55). Sum of RGB (Red+Green+Blue) = 116+102+55=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #746637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746637 is #8B99C8. Grayscale: #656565. Windows color (decimal): -9148873 or 3630708. OLE color: 3630708.

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

Color convert

RGB11610255-
CMYK00.120.530.55
HSL46.23º35.67%33.53%-
HSV(B)46.23º52.59%45.49%-
XYZ12.6413.495.55-
YUV100.83102.14138.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=42.49%
G=37.36%
B=20.15%

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
Decimal1161025500.120.530.5546.2335.6733.53
Hex7466370C35372e2422
Octal164146670146567564442
Binary1110100110011011011101100110101110111101110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746637; }

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

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

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

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

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

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

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

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