#716939

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

Shades of Himalaya #716939

Tints of Himalaya #716939

Color information

#716939 (or 0x716939) is unknown color: approx Himalaya. HEX triplet: 71, 69 and 39. RGB value is (113,105,57). Sum of RGB (Red+Green+Blue) = 113+105+57=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #716939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716939 is #8E96C6. Grayscale: #666666. Windows color (decimal): -9344711 or 3762545. OLE color: 3762545.

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

Color convert

RGB11310557-
CMYK00.070.500.56
HSL51.43º32.94%33.33%-
HSV(B)51.43º49.56%44.31%-
XYZ12.613.915.89-
YUV101.92102.65135.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=41.09%
G=38.18%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131055700.070.500.5651.4332.9433.33
Hex716939073238332121
Octal16115171076270634141
Binary111000111010011110010111110010111000110011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716939; }

 p { color: rgb(113,105,57); }

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

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

 a { background-color: rgb(113,105,57); }

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

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

 span { border-color: rgb(113,105,57); }

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