#706638

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

Shades of Himalaya #706638

Tints of Himalaya #706638

Color information

#706638 (or 0x706638) is unknown color: approx Himalaya. HEX triplet: 70, 66 and 38. RGB value is (112,102,56). Sum of RGB (Red+Green+Blue) = 112+102+56=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #706638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706638 is #8F99C7. Grayscale: #636363. Windows color (decimal): -9411016 or 3696240. OLE color: 3696240.

HSL color Cylindrical-coordinate representation of color #706638: hue angle of 49.29º 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 #706638 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB11210256-
CMYK00.090.500.56
HSL49.29º33.33%32.94%-
HSV(B)49.29º50%43.92%-
XYZ12.1513.235.66-
YUV99.75103.31136.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 56 (22.27% from 255) = 20.74%
R=41.48%
G=37.78%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121025600.090.500.5649.2933.3332.94
Hex706638093238312121
Octal160146700116270614141
Binary1110000110011011100001001110010111000110001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706638; }

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

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

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

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

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

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

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

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