Html Css Color HEX #706629 Himalaya

📋 copy color: '#706629'

red 112 ◦ green 102 ◦ blue 41

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

Shades of Himalaya #706629

Tints of Himalaya #706629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40%

 BLUE value IS 41 (16.41% from 255) = 16.08%

R = 43.92%
G = 40%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#706629 (or 0x706629) is known color: Himalaya. HEX triplet: 70, 66 and 29. RGB value is (112,102,41). Sum of RGB (Red+Green+Blue) = 112+102+41=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #706629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706629 is #8F99D6. Grayscale: #626262. Windows color (decimal): -9411031 or 2713200. OLE color: 2713200.

HSL color Cylindrical-coordinate representation of color #706629: hue angle of 51.55º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #706629 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 41 -
CMYK 0 0.09 0.63 0.56
HSL 51.55º 0.46% 0.3% -
HSV(B) 51.55º 0.63% 0.44% -
XYZ 11.83 13.11 4 -
YUV 98.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 112 102 41 0 0.09 0.63 0.56 51.55 0.46 0.3
Hex 70 66 29 0 9 3F 38 34 2E 1E
Octal 160 146 51 0 11 77 70 64 56 36
Binary 1110000 1100110 101001 0 1001 111111 111000 110100 101110 11110

Color Harmonies of #706629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706629

Black with #706629

Text Example


Text Example

White with #706629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706629; }

 p { color: rgb(112,102,41); }

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

background-color css

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

 a { background-color: rgb(112,102,41); }

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

border-color css

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

 span { border-color: rgb(112,102,41); }

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