#71682F

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

Shades of Himalaya #71682F

Tints of Himalaya #71682F

Color information

#71682F (or 0x71682F) is unknown color: approx Himalaya. HEX triplet: 71, 68 and 2F. RGB value is (113,104,47). Sum of RGB (Red+Green+Blue) = 113+104+47=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #71682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71682F is #8E97D0. Grayscale: #646464. Windows color (decimal): -9344977 or 3106929. OLE color: 3106929.

HSL color Cylindrical-coordinate representation of color #71682F: hue angle of 51.82º 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 #71682F is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB11310447-
CMYK00.080.580.56
HSL51.82º41.25%31.37%-
HSV(B)51.82º58.41%44.31%-
XYZ12.2713.624.67-
YUV100.1997.98137.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 47 (18.75% from 255) = 17.80%
R=42.80%
G=39.39%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131044700.080.580.5651.8241.2531.37
Hex71682F083A3834291f
Octal161150570107270645137
Binary111000111010001011110100011101011100011010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71682F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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