#716637

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

Shades of Himalaya #716637

Tints of Himalaya #716637

Color information

#716637 (or 0x716637) is unknown color: approx Himalaya. HEX triplet: 71, 66 and 37. RGB value is (113,102,55). Sum of RGB (Red+Green+Blue) = 113+102+55=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #716637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716637 is #8E99C8. Grayscale: #646464. Windows color (decimal): -9345481 or 3630705. OLE color: 3630705.

HSL color Cylindrical-coordinate representation of color #716637: hue angle of 48.62º 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 #716637 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB11310255-
CMYK00.100.510.56
HSL48.62º34.52%32.94%-
HSV(B)48.62º51.33%44.31%-
XYZ12.2513.295.53-
YUV99.93102.64137.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 55 (21.88% from 255) = 20.37%
R=41.85%
G=37.78%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131025500.100.510.5648.6234.5232.94
Hex7166370A3338312321
Octal161146670126370614341
Binary1110001110011011011101010110011111000110001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716637; }

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

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

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

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

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

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

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

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