#70672D

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

Shades of Himalaya #70672D

Tints of Himalaya #70672D

Color information

#70672D (or 0x70672D) is unknown color: approx Himalaya. HEX triplet: 70, 67 and 2D. RGB value is (112,103,45). Sum of RGB (Red+Green+Blue) = 112+103+45=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70672D is #8F98D2. Grayscale: #636363. Windows color (decimal): -9410771 or 2975600. OLE color: 2975600.

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

Color convert

RGB11210345-
CMYK00.080.600.56
HSL51.94º42.68%30.78%-
HSV(B)51.94º59.82%43.92%-
XYZ12.0113.334.42-
YUV99.0897.48137.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 103 (40.62% from 255) = 39.62%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=43.08%
G=39.62%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121034500.080.600.5651.9442.6830.78
Hex70672D083C38342b1f
Octal160147550107470645337
Binary111000011001111011010100011110011100011010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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