#70631F

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

Shades of Himalaya #70631F

Tints of Himalaya #70631F

Color information

#70631F (or 0x70631F) is unknown color: approx Himalaya. HEX triplet: 70, 63 and 1F. RGB value is (112,99,31). Sum of RGB (Red+Green+Blue) = 112+99+31=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70631F is #8F9CE0. Grayscale: #5F5F5F. Windows color (decimal): -9411809 or 2057072. OLE color: 2057072.

HSL color Cylindrical-coordinate representation of color #70631F: hue angle of 50.37º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70631F is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1129931-
CMYK00.120.720.56
HSL50.37º56.64%28.04%-
HSV(B)50.37º72.32%43.92%-
XYZ11.3912.473.1-
YUV95.1491.81140.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 31 (12.5% from 255) = 12.81%
R=46.28%
G=40.91%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112993100.120.720.5650.3756.6428.04
Hex70631F0C483832391c
Octal1601433701411070627134
Binary111000011000111111101100100100011100011001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70631F; }

 p { color: rgb(112,99,31); }

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

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

 a { background-color: rgb(112,99,31); }

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

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

 span { border-color: rgb(112,99,31); }

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