#746625

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

Shades of Himalaya #746625

Tints of Himalaya #746625

Color information

#746625 (or 0x746625) is unknown color: approx Himalaya. HEX triplet: 74, 66 and 25. RGB value is (116,102,37). Sum of RGB (Red+Green+Blue) = 116+102+37=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #746625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746625 is #8B99DA. Grayscale: #636363. Windows color (decimal): -9148891 or 2451060. OLE color: 2451060.

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

Color convert

RGB11610237-
CMYK00.120.680.55
HSL49.37º51.63%30%-
HSV(B)49.37º68.1%45.49%-
XYZ12.2913.353.68-
YUV98.7893.14140.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 37 (14.84% from 255) = 14.51%
R=45.49%
G=40%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161023700.120.680.5549.3751.6330
Hex7466250C443731341e
Octal1641464501410467616436
Binary1110100110011010010101100100010011011111000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746625; }

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

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

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

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

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

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

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

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