#716021

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

Shades of Himalaya #716021

Tints of Himalaya #716021

Color information

#716021 (or 0x716021) is unknown color: approx Himalaya. HEX triplet: 71, 60 and 21. RGB value is (113,96,33). Sum of RGB (Red+Green+Blue) = 113+96+33=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #716021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716021 is #8E9FDE. Grayscale: #5E5E5E. Windows color (decimal): -9347039 or 2187377. OLE color: 2187377.

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

Color convert

RGB1139633-
CMYK00.150.710.56
HSL47.25º54.79%28.63%-
HSV(B)47.25º70.8%44.31%-
XYZ11.2711.993.16-
YUV93.993.63141.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=46.69%
G=39.67%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113963300.150.710.5647.2554.7928.63
Hex7160210F47382f371d
Octal1611404101710770576735
Binary1110001110000010000101111100011111100010111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716021; }

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

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

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

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

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

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

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

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