#70673A

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

Shades of Himalaya #70673A

Tints of Himalaya #70673A

Color information

#70673A (or 0x70673A) is unknown color: approx Himalaya. HEX triplet: 70, 67 and 3A. RGB value is (112,103,58). Sum of RGB (Red+Green+Blue) = 112+103+58=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70673A is #8F98C5. Grayscale: #646464. Windows color (decimal): -9410758 or 3827568. OLE color: 3827568.

HSL color Cylindrical-coordinate representation of color #70673A: hue angle of 50º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70673A is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB11210358-
CMYK00.080.480.56
HSL50º31.76%33.33%-
HSV(B)50º48.21%43.92%-
XYZ12.313.455.95-
YUV100.56103.98136.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=41.03%
G=37.73%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121035800.080.480.565031.7633.33
Hex70673A083038322021
Octal160147720106070624041
Binary1110000110011111101001000110000111000110010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70673A; }

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

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

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

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

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

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

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

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