#746834

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

Shades of Himalaya #746834

Tints of Himalaya #746834

Color information

#746834 (or 0x746834) is unknown color: approx Himalaya. HEX triplet: 74, 68 and 34. RGB value is (116,104,52). Sum of RGB (Red+Green+Blue) = 116+104+52=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #746834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746834 is #8B97CB. Grayscale: #656565. Windows color (decimal): -9148364 or 3434612. OLE color: 3434612.

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

Color convert

RGB11610452-
CMYK00.100.550.55
HSL48.75º38.1%32.94%-
HSV(B)48.75º55.17%45.49%-
XYZ12.7713.865.25-
YUV101.6699.98138.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=42.65%
G=38.24%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161045200.100.550.5548.7538.132.94
Hex7468340A3737312621
Octal164150640126767614641
Binary1110100110100011010001010110111110111110001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746834; }

 p { color: rgb(116,104,52); }

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

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

 a { background-color: rgb(116,104,52); }

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

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

 span { border-color: rgb(116,104,52); }

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