#766529

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

Shades of Himalaya #766529

Tints of Himalaya #766529

Color information

#766529 (or 0x766529) is unknown color: approx Himalaya. HEX triplet: 76, 65 and 29. RGB value is (118,101,41). Sum of RGB (Red+Green+Blue) = 118+101+41=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #766529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766529 is #899AD6. Grayscale: #636363. Windows color (decimal): -9018071 or 2712950. OLE color: 2712950.

HSL color Cylindrical-coordinate representation of color #766529: hue angle of 46.75º 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 #766529 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB11810141-
CMYK00.140.650.54
HSL46.75º48.43%31.18%-
HSV(B)46.75º65.25%46.27%-
XYZ12.5313.324.01-
YUV99.2495.13141.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 101 (39.84% from 255) = 38.85%
BLUE value IS 41 (16.41% from 255) = 15.77%
R=45.38%
G=38.85%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181014100.140.650.5446.7548.4331.18
Hex7665290E41362f301f
Octal1661455101610166576037
Binary1110110110010110100101110100000111011010111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766529; }

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

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

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

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

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

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

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

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