#70693A

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

Shades of Himalaya #70693A

Tints of Himalaya #70693A

Color information

#70693A (or 0x70693A) is unknown color: approx Himalaya. HEX triplet: 70, 69 and 3A. RGB value is (112,105,58). Sum of RGB (Red+Green+Blue) = 112+105+58=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70693A is #8F96C5. Grayscale: #656565. Windows color (decimal): -9410246 or 3828080. OLE color: 3828080.

HSL color Cylindrical-coordinate representation of color #70693A: hue angle of 52.22º 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 #70693A is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB11210558-
CMYK00.060.480.56
HSL52.22º31.76%33.33%-
HSV(B)52.22º48.21%43.92%-
XYZ12.513.856.02-
YUV101.73103.32135.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=40.73%
G=38.18%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121055800.060.480.5652.2231.7633.33
Hex70693A063038342021
Octal16015172066070644041
Binary111000011010011110100110110000111000110100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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