#70632C

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

Shades of Himalaya #70632C

Tints of Himalaya #70632C

Color information

#70632C (or 0x70632C) is unknown color: approx Himalaya. HEX triplet: 70, 63 and 2C. RGB value is (112,99,44). Sum of RGB (Red+Green+Blue) = 112+99+44=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70632C is #8F9CD3. Grayscale: #606060. Windows color (decimal): -9411796 or 2909040. OLE color: 2909040.

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

Color convert

RGB1129944-
CMYK00.120.610.56
HSL48.53º43.59%30.59%-
HSV(B)48.53º60.71%43.92%-
XYZ11.612.554.19-
YUV96.6298.31138.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=43.92%
G=38.82%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112994400.120.610.5648.5343.5930.59
Hex70632C0C3D38312c1f
Octal160143540147570615437
Binary111000011000111011000110011110111100011000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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