#76612E

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

Shades of Himalaya #76612E

Tints of Himalaya #76612E

Color information

#76612E (or 0x76612E) is unknown color: approx Himalaya. HEX triplet: 76, 61 and 2E. RGB value is (118,97,46). Sum of RGB (Red+Green+Blue) = 118+97+46=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76612E is #899ED1. Grayscale: #616161. Windows color (decimal): -9019090 or 3039606. OLE color: 3039606.

HSL color Cylindrical-coordinate representation of color #76612E: hue angle of 42.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76612E is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1189746-
CMYK00.180.610.54
HSL42.5º43.9%32.16%-
HSV(B)42.5º61.02%46.27%-
XYZ12.2412.64.37-
YUV97.4698.96142.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=45.21%
G=37.16%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118974600.180.610.5442.543.932.16
Hex76612E0123D362a2c20
Octal166141560227566525440
Binary11101101100001101110010010111101110110101010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76612E; }

 p { color: rgb(118,97,46); }

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

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

 a { background-color: rgb(118,97,46); }

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

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

 span { border-color: rgb(118,97,46); }

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