#706426

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

Shades of Himalaya #706426

Tints of Himalaya #706426

Color information

#706426 (or 0x706426) is unknown color: approx Himalaya. HEX triplet: 70, 64 and 26. RGB value is (112,100,38). Sum of RGB (Red+Green+Blue) = 112+100+38=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #706426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706426 is #8F9BD9. Grayscale: #606060. Windows color (decimal): -9411546 or 2516080. OLE color: 2516080.

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

Color convert

RGB11210038-
CMYK00.110.660.56
HSL50.27º49.33%29.41%-
HSV(B)50.27º66.07%43.92%-
XYZ11.5912.73.67-
YUV96.5294.98139.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 100 (39.45% from 255) = 40%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=44.8%
G=40%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121003800.110.660.5650.2749.3329.41
Hex7064260B423832311d
Octal1601444601310270626135
Binary1110000110010010011001011100001011100011001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706426; }

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

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

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

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

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

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

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

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