Html Css Color HEX #706120 Himalaya

📋 copy color: '#706120'

red 112 ◦ green 97 ◦ blue 32

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

Shades of Himalaya #706120

Tints of Himalaya #706120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 46.47%
G = 40.25%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#706120 (or 0x706120) is known color: Himalaya. HEX triplet: 70, 61 and 20. RGB value is (112,97,32). Sum of RGB (Red+Green+Blue) = 112+97+32=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #706120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706120 is #8F9EDF. Grayscale: #5E5E5E. Windows color (decimal): -9412320 or 2122096. OLE color: 2122096.

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

Color convert

RGB 112 97 32 -
CMYK 0 0.13 0.71 0.56
HSL 48.75º 0.56% 0.28% -
HSV(B) 48.75º 0.71% 0.44% -
XYZ 11.22 12.1 3.11 -
YUV 94.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 112 97 32 0 0.13 0.71 0.56 48.75 0.56 0.28
Hex 70 61 20 0 D 47 38 31 38 1C
Octal 160 141 40 0 15 107 70 61 70 34
Binary 1110000 1100001 100000 0 1101 1000111 111000 110001 111000 11100

Color Harmonies of #706120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706120

Black with #706120

Text Example


Text Example

White with #706120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706120; }

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

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

background-color css

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

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

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

border-color css

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

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

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