#746334

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

Shades of Himalaya #746334

Tints of Himalaya #746334

Color information

#746334 (or 0x746334) is unknown color: approx Himalaya. HEX triplet: 74, 63 and 34. RGB value is (116,99,52). Sum of RGB (Red+Green+Blue) = 116+99+52=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #746334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746334 is #8B9CCB. Grayscale: #626262. Windows color (decimal): -9149644 or 3433332. OLE color: 3433332.

HSL color Cylindrical-coordinate representation of color #746334: hue angle of 44.06º 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 #746334 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB1169952-
CMYK00.150.550.55
HSL44.06º38.1%32.94%-
HSV(B)44.06º55.17%45.49%-
XYZ12.2812.885.09-
YUV98.72101.63140.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=43.45%
G=37.08%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116995200.150.550.5544.0638.132.94
Hex7463340F37372c2621
Octal164143640176767544641
Binary1110100110001111010001111110111110111101100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746334; }

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

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

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

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

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

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

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

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