#766435

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

Shades of Himalaya #766435

Tints of Himalaya #766435

Color information

#766435 (or 0x766435) is unknown color: approx Himalaya. HEX triplet: 76, 64 and 35. RGB value is (118,100,53). Sum of RGB (Red+Green+Blue) = 118+100+53=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #766435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766435 is #899BCA. Grayscale: #646464. Windows color (decimal): -9018315 or 3499126. OLE color: 3499126.

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

Color convert

RGB11810053-
CMYK00.150.550.54
HSL43.38º38.01%33.53%-
HSV(B)43.38º55.08%46.27%-
XYZ12.6713.225.25-
YUV100.02101.46140.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=43.54%
G=36.90%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181005300.150.550.5443.3838.0133.53
Hex7664350F37362b2622
Octal166144650176766534642
Binary1110110110010011010101111110111110110101011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766435; }

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

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

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

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

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

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

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

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