#706133

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

Shades of Himalaya #706133

Tints of Himalaya #706133

Color information

#706133 (or 0x706133) is unknown color: approx Himalaya. HEX triplet: 70, 61 and 33. RGB value is (112,97,51). Sum of RGB (Red+Green+Blue) = 112+97+51=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #706133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706133 is #8F9ECC. Grayscale: #606060. Windows color (decimal): -9412301 or 3367280. OLE color: 3367280.

HSL color Cylindrical-coordinate representation of color #706133: hue angle of 45.25º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706133 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1129751-
CMYK00.130.540.56
HSL45.25º37.42%31.96%-
HSV(B)45.25º54.46%43.92%-
XYZ11.5512.234.88-
YUV96.24102.47139.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=43.08%
G=37.31%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112975100.130.540.5645.2537.4231.96
Hex7061330D36382d2520
Octal160141630156670554540
Binary1110000110000111001101101110110111000101101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706133; }

 p { color: rgb(112,97,51); }

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

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

 a { background-color: rgb(112,97,51); }

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

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

 span { border-color: rgb(112,97,51); }

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