#706438

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

Shades of Himalaya #706438

Tints of Himalaya #706438

Color information

#706438 (or 0x706438) is unknown color: approx Himalaya. HEX triplet: 70, 64 and 38. RGB value is (112,100,56). Sum of RGB (Red+Green+Blue) = 112+100+56=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #706438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706438 is #8F9BC7. Grayscale: #626262. Windows color (decimal): -9411528 or 3695728. OLE color: 3695728.

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

Color convert

RGB11210056-
CMYK00.110.500.56
HSL47.14º33.33%32.94%-
HSV(B)47.14º50%43.92%-
XYZ11.9512.845.59-
YUV98.57103.98137.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=41.79%
G=37.31%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121005600.110.500.5647.1433.3332.94
Hex7064380B32382f2121
Octal160144700136270574141
Binary1110000110010011100001011110010111000101111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706438; }

 p { color: rgb(112,100,56); }

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

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

 a { background-color: rgb(112,100,56); }

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

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

 span { border-color: rgb(112,100,56); }

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