#766426

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

Shades of Himalaya #766426

Tints of Himalaya #766426

Color information

#766426 (or 0x766426) is unknown color: approx Himalaya. HEX triplet: 76, 64 and 26. RGB value is (118,100,38). Sum of RGB (Red+Green+Blue) = 118+100+38=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #766426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766426 is #899BD9. Grayscale: #626262. Windows color (decimal): -9018330 or 2516086. OLE color: 2516086.

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

Color convert

RGB11810038-
CMYK00.150.680.54
HSL46.5º51.28%30.59%-
HSV(B)46.5º67.8%46.27%-
XYZ12.3813.113.71-
YUV98.3193.96142.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=46.09%
G=39.06%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181003800.150.680.5446.551.2830.59
Hex7664260F44362e331f
Octal1661444601710466566337
Binary1110110110010010011001111100010011011010111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766426; }

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

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

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

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

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

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

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

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