Html Css Color HEX #706320 Himalaya

📋 copy color: '#706320'

red 112 ◦ green 99 ◦ blue 32

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

Shades of Himalaya #706320

Tints of Himalaya #706320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 46.09%
G = 40.74%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#706320 (or 0x706320) is known color: Himalaya. HEX triplet: 70, 63 and 20. RGB value is (112,99,32). Sum of RGB (Red+Green+Blue) = 112+99+32=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #706320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706320 is #8F9CDF. Grayscale: #5F5F5F. Windows color (decimal): -9411808 or 2122608. OLE color: 2122608.

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

Color convert

RGB 112 99 32 -
CMYK 0 0.12 0.71 0.56
HSL 50.25º 0.56% 0.28% -
HSV(B) 50.25º 0.71% 0.44% -
XYZ 11.4 12.47 3.17 -
YUV 95.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 112 99 32 0 0.12 0.71 0.56 50.25 0.56 0.28
Hex 70 63 20 0 C 47 38 32 38 1C
Octal 160 143 40 0 14 107 70 62 70 34
Binary 1110000 1100011 100000 0 1100 1000111 111000 110010 111000 11100

Color Harmonies of #706320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706320

Black with #706320

Text Example


Text Example

White with #706320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706320; }

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

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

background-color css

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

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

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

border-color css

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

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

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