#716124

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

Shades of Himalaya #716124

Tints of Himalaya #716124

Color information

#716124 (or 0x716124) is unknown color: approx Himalaya. HEX triplet: 71, 61 and 24. RGB value is (113,97,36). Sum of RGB (Red+Green+Blue) = 113+97+36=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #716124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716124 is #8E9EDB. Grayscale: #5F5F5F. Windows color (decimal): -9346780 or 2384241. OLE color: 2384241.

HSL color Cylindrical-coordinate representation of color #716124: hue angle of 47.53º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #716124 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1139736-
CMYK00.140.680.56
HSL47.53º51.68%29.22%-
HSV(B)47.53º68.14%44.31%-
XYZ11.412.193.42-
YUV94.8394.8140.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 36 (14.45% from 255) = 14.63%
R=45.93%
G=39.43%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113973600.140.680.5647.5351.6829.22
Hex7161240E443830341d
Octal1611414401610470606435
Binary1110001110000110010001110100010011100011000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716124; }

 p { color: rgb(113,97,36); }

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

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

 a { background-color: rgb(113,97,36); }

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

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

 span { border-color: rgb(113,97,36); }

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