#70672F

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

Shades of Himalaya #70672F

Tints of Himalaya #70672F

Color information

#70672F (or 0x70672F) is unknown color: approx Himalaya. HEX triplet: 70, 67 and 2F. RGB value is (112,103,47). Sum of RGB (Red+Green+Blue) = 112+103+47=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #70672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70672F is #8F98D0. Grayscale: #636363. Windows color (decimal): -9410769 or 3106672. OLE color: 3106672.

HSL color Cylindrical-coordinate representation of color #70672F: hue angle of 51.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70672F is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB11210347-
CMYK00.080.580.56
HSL51.69º40.88%31.18%-
HSV(B)51.69º58.04%43.92%-
XYZ12.0513.354.63-
YUV99.3198.48137.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 103 (40.62% from 255) = 39.31%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=42.75%
G=39.31%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121034700.080.580.5651.6940.8831.18
Hex70672F083A3834291f
Octal160147570107270645137
Binary111000011001111011110100011101011100011010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70672F; }

 p { color: rgb(112,103,47); }

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

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

 a { background-color: rgb(112,103,47); }

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

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

 span { border-color: rgb(112,103,47); }

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