Html Css Color HEX #706A5E Sandstone

📋 copy color: '#706A5E'

red 112 ◦ green 106 ◦ blue 94

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

Shades of Sandstone #706A5E

Tints of Sandstone #706A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.97%

 BLUE value IS 94 (37.11% from 255) = 30.13%

R = 35.9%
G = 33.97%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#706A5E (or 0x706A5E) is known color: Sandstone. HEX triplet: 70, 6A and 5E. RGB value is (112,106,94). Sum of RGB (Red+Green+Blue) = 112+106+94=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A5E is #8F95A1. Grayscale: #6A6A6A. Windows color (decimal): -9409954 or 6187632. OLE color: 6187632.

HSL color Cylindrical-coordinate representation of color #706A5E: hue angle of 40º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #706A5E is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 106 94 -
CMYK 0 0.05 0.16 0.56
HSL 40º 0.09% 0.4% -
HSV(B) 40º 0.16% 0.44% -
XYZ 13.86 14.56 12.67 -
YUV 106.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 112 106 94 0 0.05 0.16 0.56 40 0.09 0.4
Hex 70 6A 5E 0 5 10 38 28 9 28
Octal 160 152 136 0 5 20 70 50 11 50
Binary 1110000 1101010 1011110 0 101 10000 111000 101000 1001 101000

Color Harmonies of #706A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A5E

Black with #706A5E

Text Example


Text Example

White with #706A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706A5E; }

 p { color: rgb(112,106,94); }

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

background-color css

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

 a { background-color: rgb(112,106,94); }

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

border-color css

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

 span { border-color: rgb(112,106,94); }

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