#716326

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

Shades of Himalaya #716326

Tints of Himalaya #716326

Color information

#716326 (or 0x716326) is unknown color: approx Himalaya. HEX triplet: 71, 63 and 26. RGB value is (113,99,38). Sum of RGB (Red+Green+Blue) = 113+99+38=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #716326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716326 is #8E9CD9. Grayscale: #606060. Windows color (decimal): -9346266 or 2515825. OLE color: 2515825.

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

Color convert

RGB1139938-
CMYK00.120.660.56
HSL48.8º49.67%29.61%-
HSV(B)48.8º66.37%44.31%-
XYZ11.6212.573.65-
YUV96.2395.14139.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=45.2%
G=39.6%
B=15.2%

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
Decimal113993800.120.660.5648.849.6729.61
Hex7163260C423831321e
Octal1611434601410270616236
Binary1110001110001110011001100100001011100011000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716326; }

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

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

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

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

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

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

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

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