#756637

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

Shades of Himalaya #756637

Tints of Himalaya #756637

Color information

#756637 (or 0x756637) is unknown color: approx Himalaya. HEX triplet: 75, 66 and 37. RGB value is (117,102,55). Sum of RGB (Red+Green+Blue) = 117+102+55=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756637 is #8A99C8. Grayscale: #656565. Windows color (decimal): -9083337 or 3630709. OLE color: 3630709.

HSL color Cylindrical-coordinate representation of color #756637: hue angle of 45.48º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756637 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB11710255-
CMYK00.130.530.54
HSL45.48º36.05%33.73%-
HSV(B)45.48º52.99%45.88%-
XYZ12.7813.565.56-
YUV101.13101.97139.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 55 (21.88% from 255) = 20.07%
R=42.70%
G=37.23%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171025500.130.530.5445.4836.0533.73
Hex7566370D35362d2422
Octal165146670156566554442
Binary1110101110011011011101101110101110110101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756637; }

 p { color: rgb(117,102,55); }

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

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

 a { background-color: rgb(117,102,55); }

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

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

 span { border-color: rgb(117,102,55); }

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