#71611D

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

Shades of Himalaya #71611D

Tints of Himalaya #71611D

Color information

#71611D (or 0x71611D) is unknown color: approx Himalaya. HEX triplet: 71, 61 and 1D. RGB value is (113,97,29). Sum of RGB (Red+Green+Blue) = 113+97+29=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71611D is #8E9EE2. Grayscale: #5E5E5E. Windows color (decimal): -9346787 or 1925489. OLE color: 1925489.

HSL color Cylindrical-coordinate representation of color #71611D: hue angle of 48.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71611D is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1139729-
CMYK00.140.740.56
HSL48.57º59.15%27.84%-
HSV(B)48.57º74.34%44.31%-
XYZ11.3112.152.91-
YUV94.0391.3141.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 29 (11.72% from 255) = 12.13%
R=47.28%
G=40.59%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113972900.140.740.5648.5759.1527.84
Hex71611D0E4A38313b1c
Octal1611413501611270617334
Binary111000111000011110101110100101011100011000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71611D; }

 p { color: rgb(113,97,29); }

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

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

 a { background-color: rgb(113,97,29); }

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

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

 span { border-color: rgb(113,97,29); }

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