#706831

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

Shades of Himalaya #706831

Tints of Himalaya #706831

Color information

#706831 (or 0x706831) is unknown color: approx Himalaya. HEX triplet: 70, 68 and 31. RGB value is (112,104,49). Sum of RGB (Red+Green+Blue) = 112+104+49=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #706831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706831 is #8F97CE. Grayscale: #646464. Windows color (decimal): -9410511 or 3238000. OLE color: 3238000.

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

Color convert

RGB11210449-
CMYK00.070.560.56
HSL52.38º39.13%31.57%-
HSV(B)52.38º56.25%43.92%-
XYZ12.1913.574.88-
YUV100.1299.15136.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=42.26%
G=39.25%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121044900.070.560.5652.3839.1331.57
Hex706831073838342720
Octal16015061077070644740
Binary111000011010001100010111111000111000110100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706831; }

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

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

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

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

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

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

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

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