Html Css Color HEX #706F6E Sandstone

📋 copy color: '#706F6E'

red 112 ◦ green 111 ◦ blue 110

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

Shades of Sandstone #706F6E

Tints of Sandstone #706F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.33%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 33.63%
G = 33.33%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#706F6E (or 0x706F6E) is known color: Sandstone. HEX triplet: 70, 6F and 6E. RGB value is (112,111,110). Sum of RGB (Red+Green+Blue) = 112+111+110=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 112 - color contains mainly: red. Hex color #706F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F6E is #8F9091. Grayscale: #6F6F6F. Windows color (decimal): -9408658 or 7237488. OLE color: 7237488.

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

Color convert

RGB 112 111 110 -
CMYK 0 0.01 0.02 0.56
HSL 30º 0.01% 0.44% -
HSV(B) 30º 0.02% 0.44% -
XYZ 15.18 15.94 17.03 -
YUV 111.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 112 111 110 0 0.01 0.02 0.56 30 0.01 0.44
Hex 70 6F 6E 0 1 2 38 1E 1 2C
Octal 160 157 156 0 1 2 70 36 1 54
Binary 1110000 1101111 1101110 0 1 10 111000 11110 1 101100

Color Harmonies of #706F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F6E

Black with #706F6E

Text Example


Text Example

White with #706F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,111,110); }

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

background-color css

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

 a { background-color: rgb(112,111,110); }

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

border-color css

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

 span { border-color: rgb(112,111,110); }

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