#746631

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

Shades of Himalaya #746631

Tints of Himalaya #746631

Color information

#746631 (or 0x746631) is unknown color: approx Himalaya. HEX triplet: 74, 66 and 31. RGB value is (116,102,49). Sum of RGB (Red+Green+Blue) = 116+102+49=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #746631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746631 is #8B99CE. Grayscale: #646464. Windows color (decimal): -9148879 or 3237492. OLE color: 3237492.

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

Color convert

RGB11610249-
CMYK00.120.580.55
HSL47.46º40.61%32.35%-
HSV(B)47.46º57.76%45.49%-
XYZ12.5113.444.84-
YUV100.1499.14139.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=43.45%
G=38.20%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161024900.120.580.5547.4640.6132.35
Hex7466310C3A372f2920
Octal164146610147267575140
Binary1110100110011011000101100111010110111101111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746631; }

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

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

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

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

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

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

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

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