Html Css Color HEX #706331 Himalaya

📋 copy color: '#706331'

red 112 ◦ green 99 ◦ blue 49

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

Shades of Himalaya #706331

Tints of Himalaya #706331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 43.08%
G = 38.08%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#706331 (or 0x706331) is known color: Himalaya. HEX triplet: 70, 63 and 31. RGB value is (112,99,49). Sum of RGB (Red+Green+Blue) = 112+99+49=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #706331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706331 is #8F9CCE. Grayscale: #616161. Windows color (decimal): -9411791 or 3236720. OLE color: 3236720.

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

Color convert

RGB 112 99 49 -
CMYK 0 0.12 0.56 0.56
HSL 47.62º 0.39% 0.32% -
HSV(B) 47.62º 0.56% 0.44% -
XYZ 11.7 12.59 4.72 -
YUV 97.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 112 99 49 0 0.12 0.56 0.56 47.62 0.39 0.32
Hex 70 63 31 0 C 38 38 30 27 20
Octal 160 143 61 0 14 70 70 60 47 40
Binary 1110000 1100011 110001 0 1100 111000 111000 110000 100111 100000

Color Harmonies of #706331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706331

Black with #706331

Text Example


Text Example

White with #706331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706331; }

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

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

background-color css

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

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

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

border-color css

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

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

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