#716526

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

Shades of Himalaya #716526

Tints of Himalaya #716526

Color information

#716526 (or 0x716526) is unknown color: approx Himalaya. HEX triplet: 71, 65 and 26. RGB value is (113,101,38). Sum of RGB (Red+Green+Blue) = 113+101+38=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #716526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716526 is #8E9AD9. Grayscale: #616161. Windows color (decimal): -9345754 or 2516337. OLE color: 2516337.

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

Color convert

RGB11310138-
CMYK00.110.660.56
HSL50.4º49.67%29.61%-
HSV(B)50.4º66.37%44.31%-
XYZ11.8112.963.71-
YUV97.4194.48139.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=44.84%
G=40.08%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131013800.110.660.5650.449.6729.61
Hex7165260B423832321e
Octal1611454601310270626236
Binary1110001110010110011001011100001011100011001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716526; }

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

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

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

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

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

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

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

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