#716537

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

Shades of Himalaya #716537

Tints of Himalaya #716537

Color information

#716537 (or 0x716537) is unknown color: approx Himalaya. HEX triplet: 71, 65 and 37. RGB value is (113,101,55). Sum of RGB (Red+Green+Blue) = 113+101+55=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #716537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716537 is #8E9AC8. Grayscale: #636363. Windows color (decimal): -9345737 or 3630449. OLE color: 3630449.

HSL color Cylindrical-coordinate representation of color #716537: hue angle of 47.59º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #716537 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB11310155-
CMYK00.110.510.56
HSL47.59º34.52%32.94%-
HSV(B)47.59º51.33%44.31%-
XYZ12.1513.095.5-
YUV99.34102.98137.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 55 (21.88% from 255) = 20.45%
R=42.01%
G=37.55%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131015500.110.510.5647.5934.5232.94
Hex7165370B3338302321
Octal161145670136370604341
Binary1110001110010111011101011110011111000110000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716537; }

 p { color: rgb(113,101,55); }

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

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

 a { background-color: rgb(113,101,55); }

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

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

 span { border-color: rgb(113,101,55); }

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