#706134

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

Shades of Himalaya #706134

Tints of Himalaya #706134

Color information

#706134 (or 0x706134) is unknown color: approx Himalaya. HEX triplet: 70, 61 and 34. RGB value is (112,97,52). Sum of RGB (Red+Green+Blue) = 112+97+52=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #706134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706134 is #8F9ECB. Grayscale: #606060. Windows color (decimal): -9412300 or 3432816. OLE color: 3432816.

HSL color Cylindrical-coordinate representation of color #706134: hue angle of 45º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706134 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1129752-
CMYK00.130.540.56
HSL45º36.59%32.16%-
HSV(B)45º53.57%43.92%-
XYZ11.5812.245-
YUV96.35102.97139.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=42.91%
G=37.16%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112975200.130.540.564536.5932.16
Hex7061340D36382d2520
Octal160141640156670554540
Binary1110000110000111010001101110110111000101101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706134; }

 p { color: rgb(112,97,52); }

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

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

 a { background-color: rgb(112,97,52); }

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

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

 span { border-color: rgb(112,97,52); }

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