Html Css Color HEX #706131 Himalaya

📋 copy color: '#706131'

red 112 ◦ green 97 ◦ blue 49

#706131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Himalaya #706131

Tints of Himalaya #706131

RGB

 RED value IS 112 (44.14% from 255) = 43.41%

 GREEN value IS 97 (38.28% from 255) = 37.6%

 BLUE value IS 49 (19.53% from 255) = 18.99%

R = 43.41%
G = 37.6%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#706131 (or 0x706131) is known color: Himalaya. HEX triplet: 70, 61 and 31. RGB value is (112,97,49). Sum of RGB (Red+Green+Blue) = 112+97+49=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #706131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706131 is #8F9ECE. Grayscale: #606060. Windows color (decimal): -9412303 or 3236208. OLE color: 3236208.

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

Color convert

RGB 112 97 49 -
CMYK 0 0.13 0.56 0.56
HSL 45.71º 0.39% 0.32% -
HSV(B) 45.71º 0.56% 0.44% -
XYZ 11.51 12.22 4.66 -
YUV 96.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 112 97 49 0 0.13 0.56 0.56 45.71 0.39 0.32
Hex 70 61 31 0 D 38 38 2E 27 20
Octal 160 141 61 0 15 70 70 56 47 40
Binary 1110000 1100001 110001 0 1101 111000 111000 101110 100111 100000

Color Harmonies of #706131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706131

Black with #706131

Text Example


Text Example

White with #706131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706131; }

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

 H1.HeaderClassName
 {
   color: #706131;
 }
 .AnyTagClassName
 {
   color: #706131;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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