#716022

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

Shades of Himalaya #716022

Tints of Himalaya #716022

Color information

#716022 (or 0x716022) is unknown color: approx Himalaya. HEX triplet: 71, 60 and 22. RGB value is (113,96,34). Sum of RGB (Red+Green+Blue) = 113+96+34=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #716022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716022 is #8E9FDD. Grayscale: #5E5E5E. Windows color (decimal): -9347038 or 2252913. OLE color: 2252913.

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

Color convert

RGB1139634-
CMYK00.150.700.56
HSL47.09º53.74%28.82%-
HSV(B)47.09º69.91%44.31%-
XYZ11.2811.993.23-
YUV94.0294.13141.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 34 (13.67% from 255) = 13.99%
R=46.50%
G=39.51%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113963400.150.700.5647.0953.7428.82
Hex7160220F46382f361d
Octal1611404201710670576635
Binary1110001110000010001001111100011011100010111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716022; }

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

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

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

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

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

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

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

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