#716438

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

Shades of Himalaya #716438

Tints of Himalaya #716438

Color information

#716438 (or 0x716438) is unknown color: approx Himalaya. HEX triplet: 71, 64 and 38. RGB value is (113,100,56). Sum of RGB (Red+Green+Blue) = 113+100+56=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #716438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716438 is #8E9BC7. Grayscale: #636363. Windows color (decimal): -9345992 or 3695729. OLE color: 3695729.

HSL color Cylindrical-coordinate representation of color #716438: hue angle of 46.32º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716438 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB11310056-
CMYK00.120.500.56
HSL46.32º33.73%33.14%-
HSV(B)46.32º50.44%44.31%-
XYZ12.0812.915.6-
YUV98.87103.81138.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=42.01%
G=37.17%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131005600.120.500.5646.3233.7333.14
Hex7164380C32382e2221
Octal161144700146270564241
Binary1110001110010011100001100110010111000101110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716438; }

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

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

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

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

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

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

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

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