#766B39

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

Shades of Himalaya #766B39

Tints of Himalaya #766B39

Color information

#766B39 (or 0x766B39) is unknown color: approx Himalaya. HEX triplet: 76, 6B and 39. RGB value is (118,107,57). Sum of RGB (Red+Green+Blue) = 118+107+57=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #766B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B39 is #8994C6. Grayscale: #686868. Windows color (decimal): -9016519 or 3763062. OLE color: 3763062.

HSL color Cylindrical-coordinate representation of color #766B39: hue angle of 49.18º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766B39 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB11810757-
CMYK00.090.520.54
HSL49.18º34.86%34.31%-
HSV(B)49.18º51.69%46.27%-
XYZ13.4714.665.99-
YUV104.59101.14137.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 107 (42.19% from 255) = 37.94%
BLUE value IS 57 (22.66% from 255) = 20.21%
R=41.84%
G=37.94%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181075700.090.520.5449.1834.8634.31
Hex766B39093436312322
Octal166153710116466614342
Binary1110110110101111100101001110100110110110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766B39; }

 p { color: rgb(118,107,57); }

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

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

 a { background-color: rgb(118,107,57); }

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

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

 span { border-color: rgb(118,107,57); }

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