Html Css Color HEX #706322 Himalaya

📋 copy color: '#706322'

red 112 ◦ green 99 ◦ blue 34

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

Shades of Himalaya #706322

Tints of Himalaya #706322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.88%

R = 45.71%
G = 40.41%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#706322 (or 0x706322) is known color: Himalaya. HEX triplet: 70, 63 and 22. RGB value is (112,99,34). Sum of RGB (Red+Green+Blue) = 112+99+34=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #706322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706322 is #8F9CDD. Grayscale: #5F5F5F. Windows color (decimal): -9411806 or 2253680. OLE color: 2253680.

HSL color Cylindrical-coordinate representation of color #706322: hue angle of 50º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #706322 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 34 -
CMYK 0 0.12 0.70 0.56
HSL 50º 0.53% 0.29% -
HSV(B) 50º 0.7% 0.44% -
XYZ 11.43 12.48 3.32 -
YUV 95.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 112 99 34 0 0.12 0.70 0.56 50 0.53 0.29
Hex 70 63 22 0 C 46 38 32 35 1D
Octal 160 143 42 0 14 106 70 62 65 35
Binary 1110000 1100011 100010 0 1100 1000110 111000 110010 110101 11101

Color Harmonies of #706322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706322

Black with #706322

Text Example


Text Example

White with #706322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706322; }

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

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

background-color css

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

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

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

border-color css

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

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

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