#766434

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

Shades of Himalaya #766434

Tints of Himalaya #766434

Color information

#766434 (or 0x766434) is unknown color: approx Himalaya. HEX triplet: 76, 64 and 34. RGB value is (118,100,52). Sum of RGB (Red+Green+Blue) = 118+100+52=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766434 is #899BCB. Grayscale: #646464. Windows color (decimal): -9018316 or 3433590. OLE color: 3433590.

HSL color Cylindrical-coordinate representation of color #766434: hue angle of 43.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766434 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB11810052-
CMYK00.150.560.54
HSL43.64º38.82%33.33%-
HSV(B)43.64º55.93%46.27%-
XYZ12.6513.215.13-
YUV99.91100.96140.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=43.70%
G=37.04%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181005200.150.560.5443.6438.8233.33
Hex7664340F38362c2721
Octal166144640177066544741
Binary1110110110010011010001111111000110110101100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766434; }

 p { color: rgb(118,100,52); }

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

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

 a { background-color: rgb(118,100,52); }

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

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

 span { border-color: rgb(118,100,52); }

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