Html Css Color HEX #706329 Himalaya

📋 copy color: '#706329'

red 112 ◦ green 99 ◦ blue 41

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

Shades of Himalaya #706329

Tints of Himalaya #706329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.29%

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

R = 44.44%
G = 39.29%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#706329 (or 0x706329) is known color: Himalaya. HEX triplet: 70, 63 and 29. RGB value is (112,99,41). Sum of RGB (Red+Green+Blue) = 112+99+41=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #706329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706329 is #8F9CD6. Grayscale: #606060. Windows color (decimal): -9411799 or 2712432. OLE color: 2712432.

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

Color convert

RGB 112 99 41 -
CMYK 0 0.12 0.63 0.56
HSL 49.01º 0.46% 0.3% -
HSV(B) 49.01º 0.63% 0.44% -
XYZ 11.54 12.53 3.91 -
YUV 96.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 112 99 41 0 0.12 0.63 0.56 49.01 0.46 0.3
Hex 70 63 29 0 C 3F 38 31 2E 1E
Octal 160 143 51 0 14 77 70 61 56 36
Binary 1110000 1100011 101001 0 1100 111111 111000 110001 101110 11110

Color Harmonies of #706329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706329

Black with #706329

Text Example


Text Example

White with #706329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706329; }

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

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

background-color css

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

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

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

border-color css

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

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

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