#766B35

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

Shades of Himalaya #766B35

Tints of Himalaya #766B35

Color information

#766B35 (or 0x766B35) is unknown color: approx Himalaya. HEX triplet: 76, 6B and 35. RGB value is (118,107,53). Sum of RGB (Red+Green+Blue) = 118+107+53=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #766B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B35 is #8994CA. Grayscale: #686868. Windows color (decimal): -9016523 or 3500918. OLE color: 3500918.

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

Color convert

RGB11810753-
CMYK00.090.550.54
HSL49.85º38.01%33.53%-
HSV(B)49.85º55.08%46.27%-
XYZ13.3714.625.49-
YUV104.1399.14137.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 53 (21.09% from 255) = 19.06%
R=42.45%
G=38.49%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181075300.090.550.5449.8538.0133.53
Hex766B35093736322622
Octal166153650116766624642
Binary1110110110101111010101001110111110110110010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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