#70652D

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

Shades of Himalaya #70652D

Tints of Himalaya #70652D

Color information

#70652D (or 0x70652D) is unknown color: approx Himalaya. HEX triplet: 70, 65 and 2D. RGB value is (112,101,45). Sum of RGB (Red+Green+Blue) = 112+101+45=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70652D is #8F9AD2. Grayscale: #626262. Windows color (decimal): -9411283 or 2975088. OLE color: 2975088.

HSL color Cylindrical-coordinate representation of color #70652D: hue angle of 50.15º 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 #70652D is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB11210145-
CMYK00.100.600.56
HSL50.15º42.68%30.78%-
HSV(B)50.15º59.82%43.92%-
XYZ11.8112.944.36-
YUV97.998.14138.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 101 (39.84% from 255) = 39.15%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=43.41%
G=39.15%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121014500.100.600.5650.1542.6830.78
Hex70652D0A3C38322b1f
Octal160145550127470625337
Binary111000011001011011010101011110011100011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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