#706731

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

Shades of Himalaya #706731

Tints of Himalaya #706731

Color information

#706731 (or 0x706731) is unknown color: approx Himalaya. HEX triplet: 70, 67 and 31. RGB value is (112,103,49). Sum of RGB (Red+Green+Blue) = 112+103+49=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #706731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706731 is #8F98CE. Grayscale: #636363. Windows color (decimal): -9410767 or 3237744. OLE color: 3237744.

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

Color convert

RGB11210349-
CMYK00.080.560.56
HSL51.43º39.13%31.57%-
HSV(B)51.43º56.25%43.92%-
XYZ12.0913.374.85-
YUV99.5499.48136.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=42.42%
G=39.02%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121034900.080.560.5651.4339.1331.57
Hex706731083838332720
Octal160147610107070634740
Binary1110000110011111000101000111000111000110011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706731; }

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

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

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

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

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

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

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

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