#766429

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

Shades of Himalaya #766429

Tints of Himalaya #766429

Color information

#766429 (or 0x766429) is unknown color: approx Himalaya. HEX triplet: 76, 64 and 29. RGB value is (118,100,41). Sum of RGB (Red+Green+Blue) = 118+100+41=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #766429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766429 is #899BD6. Grayscale: #626262. Windows color (decimal): -9018327 or 2712694. OLE color: 2712694.

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

Color convert

RGB11810041-
CMYK00.150.650.54
HSL45.97º48.43%31.18%-
HSV(B)45.97º65.25%46.27%-
XYZ12.4313.133.98-
YUV98.6695.46141.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 100 (39.45% from 255) = 38.61%
BLUE value IS 41 (16.41% from 255) = 15.83%
R=45.56%
G=38.61%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181004100.150.650.5445.9748.4331.18
Hex7664290F41362e301f
Octal1661445101710166566037
Binary1110110110010010100101111100000111011010111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766429; }

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

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

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

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

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

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

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

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