Html Css Color HEX #706220 Himalaya

📋 copy color: '#706220'

red 112 ◦ green 98 ◦ blue 32

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

Shades of Himalaya #706220

Tints of Himalaya #706220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.5%

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

R = 46.28%
G = 40.5%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#706220 (or 0x706220) is known color: Himalaya. HEX triplet: 70, 62 and 20. RGB value is (112,98,32). Sum of RGB (Red+Green+Blue) = 112+98+32=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #706220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706220 is #8F9DDF. Grayscale: #5E5E5E. Windows color (decimal): -9412064 or 2122352. OLE color: 2122352.

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

Color convert

RGB 112 98 32 -
CMYK 0 0.13 0.71 0.56
HSL 49.5º 0.56% 0.28% -
HSV(B) 49.5º 0.71% 0.44% -
XYZ 11.31 12.28 3.14 -
YUV 94.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 112 98 32 0 0.13 0.71 0.56 49.5 0.56 0.28
Hex 70 62 20 0 D 47 38 32 38 1C
Octal 160 142 40 0 15 107 70 62 70 34
Binary 1110000 1100010 100000 0 1101 1000111 111000 110010 111000 11100

Color Harmonies of #706220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706220

Black with #706220

Text Example


Text Example

White with #706220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706220; }

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

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

background-color css

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

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

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

border-color css

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

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

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