#716938

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

Shades of Himalaya #716938

Tints of Himalaya #716938

Color information

#716938 (or 0x716938) is unknown color: approx Himalaya. HEX triplet: 71, 69 and 38. RGB value is (113,105,56). Sum of RGB (Red+Green+Blue) = 113+105+56=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #716938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716938 is #8E96C7. Grayscale: #666666. Windows color (decimal): -9344712 or 3697009. OLE color: 3697009.

HSL color Cylindrical-coordinate representation of color #716938: hue angle of 51.58º degrees, saturation: 0.34, 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 #716938 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB11310556-
CMYK00.070.500.56
HSL51.58º33.73%33.14%-
HSV(B)51.58º50.44%44.31%-
XYZ12.5813.95.76-
YUV101.81102.15135.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=41.24%
G=38.32%
B=20.44%

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
Decimal1131055600.070.500.5651.5833.7333.14
Hex716938073238342221
Octal16115170076270644241
Binary111000111010011110000111110010111000110100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716938; }

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

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

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

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

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

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

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

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