Html Css Color HEX #706332 Himalaya

📋 copy color: '#706332'

red 112 ◦ green 99 ◦ blue 50

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

Shades of Himalaya #706332

Tints of Himalaya #706332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.16%

R = 42.91%
G = 37.93%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#706332 (or 0x706332) is known color: Himalaya. HEX triplet: 70, 63 and 32. RGB value is (112,99,50). Sum of RGB (Red+Green+Blue) = 112+99+50=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #706332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706332 is #8F9CCD. Grayscale: #616161. Windows color (decimal): -9411790 or 3302256. OLE color: 3302256.

HSL color Cylindrical-coordinate representation of color #706332: hue angle of 47.42º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706332 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 50 -
CMYK 0 0.12 0.55 0.56
HSL 47.42º 0.38% 0.32% -
HSV(B) 47.42º 0.55% 0.44% -
XYZ 11.72 12.6 4.83 -
YUV 97.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 112 99 50 0 0.12 0.55 0.56 47.42 0.38 0.32
Hex 70 63 32 0 C 37 38 2F 26 20
Octal 160 143 62 0 14 67 70 57 46 40
Binary 1110000 1100011 110010 0 1100 110111 111000 101111 100110 100000

Color Harmonies of #706332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706332

Black with #706332

Text Example


Text Example

White with #706332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706332; }

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

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

background-color css

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

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

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

border-color css

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

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

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