#766534

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

Shades of Himalaya #766534

Tints of Himalaya #766534

Color information

#766534 (or 0x766534) is unknown color: approx Himalaya. HEX triplet: 76, 65 and 34. RGB value is (118,101,52). Sum of RGB (Red+Green+Blue) = 118+101+52=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #766534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766534 is #899ACB. Grayscale: #646464. Windows color (decimal): -9018060 or 3433846. OLE color: 3433846.

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

Color convert

RGB11810152-
CMYK00.140.560.54
HSL44.55º38.82%33.33%-
HSV(B)44.55º55.93%46.27%-
XYZ12.7413.415.16-
YUV100.5100.63140.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=43.54%
G=37.27%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181015200.140.560.5444.5538.8233.33
Hex7665340E38362d2721
Octal166145640167066554741
Binary1110110110010111010001110111000110110101101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766534; }

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

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

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

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

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

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

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

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