#706A38

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

Shades of Himalaya #706A38

Tints of Himalaya #706A38

Color information

#706A38 (or 0x706A38) is unknown color: approx Himalaya. HEX triplet: 70, 6A and 38. RGB value is (112,106,56). Sum of RGB (Red+Green+Blue) = 112+106+56=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #706A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A38 is #8F95C7. Grayscale: #666666. Windows color (decimal): -9409992 or 3697264. OLE color: 3697264.

HSL color Cylindrical-coordinate representation of color #706A38: hue angle of 53.57º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706A38 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB11210656-
CMYK00.050.500.56
HSL53.57º33.33%32.94%-
HSV(B)53.57º50%43.92%-
XYZ12.5514.045.79-
YUV102.09101.99135.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=40.88%
G=38.69%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121065600.050.500.5653.5733.3332.94
Hex706A38053238362121
Octal16015270056270664141
Binary111000011010101110000101110010111000110110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706A38; }

 p { color: rgb(112,106,56); }

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

<style>
 a { background-color: #706A38; }

 a { background-color: rgb(112,106,56); }

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

<style>
 span { border-color: #706A38; }

 span { border-color: rgb(112,106,56); }

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