#766533

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

Shades of Himalaya #766533

Tints of Himalaya #766533

Color information

#766533 (or 0x766533) is unknown color: approx Himalaya. HEX triplet: 76, 65 and 33. RGB value is (118,101,51). Sum of RGB (Red+Green+Blue) = 118+101+51=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766533 is #899ACC. Grayscale: #646464. Windows color (decimal): -9018061 or 3368310. OLE color: 3368310.

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

Color convert

RGB11810151-
CMYK00.140.570.54
HSL44.78º39.64%33.14%-
HSV(B)44.78º56.78%46.27%-
XYZ12.7213.45.05-
YUV100.38100.13140.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=43.70%
G=37.41%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181015100.140.570.5444.7839.6433.14
Hex7665330E39362d2821
Octal166145630167166555041
Binary1110110110010111001101110111001110110101101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766533; }

 p { color: rgb(118,101,51); }

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

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

 a { background-color: rgb(118,101,51); }

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

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

 span { border-color: rgb(118,101,51); }

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