Html Css Color HEX #706A39 Himalaya

📋 copy color: '#706A39'

red 112 ◦ green 106 ◦ blue 57

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

Shades of Himalaya #706A39

Tints of Himalaya #706A39

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.55%

 BLUE value IS 57 (22.66% from 255) = 20.73%

R = 40.73%
G = 38.55%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#706A39 (or 0x706A39) is known color: Himalaya. HEX triplet: 70, 6A and 39. RGB value is (112,106,57). Sum of RGB (Red+Green+Blue) = 112+106+57=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #706A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A39 is #8F95C6. Grayscale: #666666. Windows color (decimal): -9409991 or 3762800. OLE color: 3762800.

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

Color convert

RGB 112 106 57 -
CMYK 0 0.05 0.49 0.56
HSL 53.45º 0.33% 0.33% -
HSV(B) 53.45º 0.49% 0.44% -
XYZ 12.57 14.05 5.92 -
YUV 102.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 112 106 57 0 0.05 0.49 0.56 53.45 0.33 0.33
Hex 70 6A 39 0 5 31 38 35 21 21
Octal 160 152 71 0 5 61 70 65 41 41
Binary 1110000 1101010 111001 0 101 110001 111000 110101 100001 100001

Color Harmonies of #706A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A39

Black with #706A39

Text Example


Text Example

White with #706A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706A39; }

 p { color: rgb(112,106,57); }

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

background-color css

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

 a { background-color: rgb(112,106,57); }

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

border-color css

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

 span { border-color: rgb(112,106,57); }

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