#71662F

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

Shades of Himalaya #71662F

Tints of Himalaya #71662F

Color information

#71662F (or 0x71662F) is unknown color: approx Himalaya. HEX triplet: 71, 66 and 2F. RGB value is (113,102,47). Sum of RGB (Red+Green+Blue) = 113+102+47=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71662F is #8E99D0. Grayscale: #636363. Windows color (decimal): -9345489 or 3106417. OLE color: 3106417.

HSL color Cylindrical-coordinate representation of color #71662F: hue angle of 50º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71662F is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB11310247-
CMYK00.100.580.56
HSL50º41.25%31.37%-
HSV(B)50º58.41%44.31%-
XYZ12.0713.224.6-
YUV99.0298.64137.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=43.13%
G=38.93%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131024700.100.580.565041.2531.37
Hex71662F0A3A3832291f
Octal161146570127270625137
Binary111000111001101011110101011101011100011001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71662F; }

 p { color: rgb(113,102,47); }

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

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

 a { background-color: rgb(113,102,47); }

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

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

 span { border-color: rgb(113,102,47); }

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