#76662D

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

Shades of Himalaya #76662D

Tints of Himalaya #76662D

Color information

#76662D (or 0x76662D) is unknown color: approx Himalaya. HEX triplet: 76, 66 and 2D. RGB value is (118,102,45). Sum of RGB (Red+Green+Blue) = 118+102+45=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76662D is #8999D2. Grayscale: #646464. Windows color (decimal): -9017811 or 2975350. OLE color: 2975350.

HSL color Cylindrical-coordinate representation of color #76662D: hue angle of 46.85º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76662D is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB11810245-
CMYK00.140.620.54
HSL46.85º44.79%31.96%-
HSV(B)46.85º61.86%46.27%-
XYZ12.713.544.43-
YUV100.2996.8140.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=44.53%
G=38.49%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181024500.140.620.5446.8544.7931.96
Hex76662D0E3E362f2d20
Octal166146550167666575540
Binary1110110110011010110101110111110110110101111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76662D; }

 p { color: rgb(118,102,45); }

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

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

 a { background-color: rgb(118,102,45); }

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

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

 span { border-color: rgb(118,102,45); }

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