#706232

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

Shades of Himalaya #706232

Tints of Himalaya #706232

Color information

#706232 (or 0x706232) is unknown color: approx Himalaya. HEX triplet: 70, 62 and 32. RGB value is (112,98,50). Sum of RGB (Red+Green+Blue) = 112+98+50=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #706232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706232 is #8F9DCD. Grayscale: #606060. Windows color (decimal): -9412046 or 3302000. OLE color: 3302000.

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

Color convert

RGB1129850-
CMYK00.130.550.56
HSL46.45º38.27%31.76%-
HSV(B)46.45º55.36%43.92%-
XYZ11.6312.414.8-
YUV96.71101.64138.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=43.08%
G=37.69%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112985000.130.550.5646.4538.2731.76
Hex7062320D37382e2620
Octal160142620156770564640
Binary1110000110001011001001101110111111000101110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706232; }

 p { color: rgb(112,98,50); }

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

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

 a { background-color: rgb(112,98,50); }

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

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

 span { border-color: rgb(112,98,50); }

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