#716024

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

Shades of Himalaya #716024

Tints of Himalaya #716024

Color information

#716024 (or 0x716024) is unknown color: approx Himalaya. HEX triplet: 71, 60 and 24. RGB value is (113,96,36). Sum of RGB (Red+Green+Blue) = 113+96+36=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #716024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716024 is #8E9FDB. Grayscale: #5E5E5E. Windows color (decimal): -9347036 or 2383985. OLE color: 2383985.

HSL color Cylindrical-coordinate representation of color #716024: hue angle of 46.75º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #716024 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1139636-
CMYK00.150.680.56
HSL46.75º51.68%29.22%-
HSV(B)46.75º68.14%44.31%-
XYZ11.31123.39-
YUV94.2495.13141.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 36 (14.45% from 255) = 14.69%
R=46.12%
G=39.18%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113963600.150.680.5646.7551.6829.22
Hex7160240F44382f341d
Octal1611404401710470576435
Binary1110001110000010010001111100010011100010111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716024; }

 p { color: rgb(113,96,36); }

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

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

 a { background-color: rgb(113,96,36); }

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

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

 span { border-color: rgb(113,96,36); }

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