#766528

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

Shades of Himalaya #766528

Tints of Himalaya #766528

Color information

#766528 (or 0x766528) is unknown color: approx Himalaya. HEX triplet: 76, 65 and 28. RGB value is (118,101,40). Sum of RGB (Red+Green+Blue) = 118+101+40=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #766528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766528 is #899AD7. Grayscale: #636363. Windows color (decimal): -9018072 or 2647414. OLE color: 2647414.

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

Color convert

RGB11810140-
CMYK00.140.660.54
HSL46.92º49.37%30.98%-
HSV(B)46.92º66.1%46.27%-
XYZ12.5113.313.92-
YUV99.1394.63141.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=45.56%
G=39.00%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181014000.140.660.5446.9249.3730.98
Hex7665280E42362f311f
Octal1661455001610266576137
Binary1110110110010110100001110100001011011010111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766528; }

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

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

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

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

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

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

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

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