#706939

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

Shades of Himalaya #706939

Tints of Himalaya #706939

Color information

#706939 (or 0x706939) is unknown color: approx Himalaya. HEX triplet: 70, 69 and 39. RGB value is (112,105,57). Sum of RGB (Red+Green+Blue) = 112+105+57=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #706939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706939 is #8F96C6. Grayscale: #656565. Windows color (decimal): -9410247 or 3762544. OLE color: 3762544.

HSL color Cylindrical-coordinate representation of color #706939: hue angle of 52.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706939 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB11210557-
CMYK00.060.490.56
HSL52.36º32.54%33.14%-
HSV(B)52.36º49.11%43.92%-
XYZ12.4713.845.89-
YUV101.62102.82135.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 57 (22.66% from 255) = 20.80%
R=40.88%
G=38.32%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121055700.060.490.5652.3632.5433.14
Hex706939063138342121
Octal16015171066170644141
Binary111000011010011110010110110001111000110100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706939; }

 p { color: rgb(112,105,57); }

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

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

 a { background-color: rgb(112,105,57); }

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

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

 span { border-color: rgb(112,105,57); }

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