#70632E

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

Shades of Himalaya #70632E

Tints of Himalaya #70632E

Color information

#70632E (or 0x70632E) is unknown color: approx Himalaya. HEX triplet: 70, 63 and 2E. RGB value is (112,99,46). Sum of RGB (Red+Green+Blue) = 112+99+46=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70632E is #8F9CD1. Grayscale: #616161. Windows color (decimal): -9411794 or 3040112. OLE color: 3040112.

HSL color Cylindrical-coordinate representation of color #70632E: hue angle of 48.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70632E is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1129946-
CMYK00.120.590.56
HSL48.18º41.77%30.98%-
HSV(B)48.18º58.93%43.92%-
XYZ11.6412.574.4-
YUV96.8499.31138.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=43.58%
G=38.52%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112994600.120.590.5648.1841.7730.98
Hex70632E0C3B38302a1f
Octal160143560147370605237
Binary111000011000111011100110011101111100011000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70632E; }

 p { color: rgb(112,99,46); }

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

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

 a { background-color: rgb(112,99,46); }

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

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

 span { border-color: rgb(112,99,46); }

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