#716426

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

Shades of Himalaya #716426

Tints of Himalaya #716426

Color information

#716426 (or 0x716426) is unknown color: approx Himalaya. HEX triplet: 71, 64 and 26. RGB value is (113,100,38). Sum of RGB (Red+Green+Blue) = 113+100+38=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #716426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716426 is #8E9BD9. Grayscale: #616161. Windows color (decimal): -9346010 or 2516081. OLE color: 2516081.

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

Color convert

RGB11310038-
CMYK00.120.660.56
HSL49.6º49.67%29.61%-
HSV(B)49.6º66.37%44.31%-
XYZ11.7212.763.68-
YUV96.8294.81139.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 38 (15.23% from 255) = 15.14%
R=45.02%
G=39.84%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131003800.120.660.5649.649.6729.61
Hex7164260C423832321e
Octal1611444601410270626236
Binary1110001110010010011001100100001011100011001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716426; }

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

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

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

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

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

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

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

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