#716126

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

Shades of Himalaya #716126

Tints of Himalaya #716126

Color information

#716126 (or 0x716126) is unknown color: approx Himalaya. HEX triplet: 71, 61 and 26. RGB value is (113,97,38). Sum of RGB (Red+Green+Blue) = 113+97+38=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #716126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716126 is #8E9ED9. Grayscale: #5F5F5F. Windows color (decimal): -9346778 or 2515313. OLE color: 2515313.

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

Color convert

RGB1139738-
CMYK00.140.660.56
HSL47.2º49.67%29.61%-
HSV(B)47.2º66.37%44.31%-
XYZ11.4312.23.59-
YUV95.0695.8140.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 38 (15.23% from 255) = 15.32%
R=45.56%
G=39.11%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113973800.140.660.5647.249.6729.61
Hex7161260E42382f321e
Octal1611414601610270576236
Binary1110001110000110011001110100001011100010111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716126; }

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

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

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

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

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

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

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

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