Html Css Color HEX #706437 Himalaya

📋 copy color: '#706437'

red 112 ◦ green 100 ◦ blue 55

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

Shades of Himalaya #706437

Tints of Himalaya #706437

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

 BLUE value IS 55 (21.88% from 255) = 20.6%

R = 41.95%
G = 37.45%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#706437 (or 0x706437) is known color: Himalaya. HEX triplet: 70, 64 and 37. RGB value is (112,100,55). Sum of RGB (Red+Green+Blue) = 112+100+55=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #706437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706437 is #8F9BC8. Grayscale: #626262. Windows color (decimal): -9411529 or 3630192. OLE color: 3630192.

HSL color Cylindrical-coordinate representation of color #706437: hue angle of 47.37º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706437 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 100 55 -
CMYK 0 0.11 0.51 0.56
HSL 47.37º 0.34% 0.33% -
HSV(B) 47.37º 0.51% 0.44% -
XYZ 11.93 12.83 5.46 -
YUV 98.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 112 100 55 0 0.11 0.51 0.56 47.37 0.34 0.33
Hex 70 64 37 0 B 33 38 2F 22 21
Octal 160 144 67 0 13 63 70 57 42 41
Binary 1110000 1100100 110111 0 1011 110011 111000 101111 100010 100001

Color Harmonies of #706437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706437

Black with #706437

Text Example


Text Example

White with #706437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706437; }

 p { color: rgb(112,100,55); }

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

background-color css

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

 a { background-color: rgb(112,100,55); }

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

border-color css

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

 span { border-color: rgb(112,100,55); }

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