Html Css Color HEX #706129 Himalaya

📋 copy color: '#706129'

red 112 ◦ green 97 ◦ blue 41

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

Shades of Himalaya #706129

Tints of Himalaya #706129

RGB

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

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

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

R = 44.8%
G = 38.8%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#706129 (or 0x706129) is known color: Himalaya. HEX triplet: 70, 61 and 29. RGB value is (112,97,41). Sum of RGB (Red+Green+Blue) = 112+97+41=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #706129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706129 is #8F9ED6. Grayscale: #5F5F5F. Windows color (decimal): -9412311 or 2711920. OLE color: 2711920.

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

Color convert

RGB 112 97 41 -
CMYK 0 0.13 0.63 0.56
HSL 47.32º 0.46% 0.3% -
HSV(B) 47.32º 0.63% 0.44% -
XYZ 11.36 12.15 3.85 -
YUV 95.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 112 97 41 0 0.13 0.63 0.56 47.32 0.46 0.3
Hex 70 61 29 0 D 3F 38 2F 2E 1E
Octal 160 141 51 0 15 77 70 57 56 36
Binary 1110000 1100001 101001 0 1101 111111 111000 101111 101110 11110

Color Harmonies of #706129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706129

Black with #706129

Text Example


Text Example

White with #706129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706129; }

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

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

background-color css

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

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

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

border-color css

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

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

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