#706022

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

Shades of Himalaya #706022

Tints of Himalaya #706022

Color information

#706022 (or 0x706022) is unknown color: approx Himalaya. HEX triplet: 70, 60 and 22. RGB value is (112,96,34). Sum of RGB (Red+Green+Blue) = 112+96+34=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #706022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706022 is #8F9FDD. Grayscale: #5D5D5D. Windows color (decimal): -9412574 or 2252912. OLE color: 2252912.

HSL color Cylindrical-coordinate representation of color #706022: hue angle of 47.69º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #706022 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1129634-
CMYK00.140.700.56
HSL47.69º53.42%28.63%-
HSV(B)47.69º69.64%43.92%-
XYZ11.1511.933.23-
YUV93.7294.3141.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 34 (13.67% from 255) = 14.05%
R=46.28%
G=39.67%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112963400.140.700.5647.6953.4228.63
Hex7060220E463830351d
Octal1601404201610670606535
Binary1110000110000010001001110100011011100011000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706022; }

 p { color: rgb(112,96,34); }

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

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

 a { background-color: rgb(112,96,34); }

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

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

 span { border-color: rgb(112,96,34); }

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