Html Css Color HEX #70695D Sandstone

📋 copy color: '#70695D'

red 112 ◦ green 105 ◦ blue 93

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

Shades of Sandstone #70695D

Tints of Sandstone #70695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.87%

 BLUE value IS 93 (36.72% from 255) = 30%

R = 36.13%
G = 33.87%
B = 30%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70695D (or 0x70695D) is known color: Sandstone. HEX triplet: 70, 69 and 5D. RGB value is (112,105,93). Sum of RGB (Red+Green+Blue) = 112+105+93=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #70695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70695D is #8F96A2. Grayscale: #696969. Windows color (decimal): -9410211 or 6121840. OLE color: 6121840.

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

Color convert

RGB 112 105 93 -
CMYK 0 0.06 0.17 0.56
HSL 37.89º 0.09% 0.4% -
HSV(B) 37.89º 0.17% 0.44% -
XYZ 13.71 14.34 12.4 -
YUV 105.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 112 105 93 0 0.06 0.17 0.56 37.89 0.09 0.4
Hex 70 69 5D 0 6 11 38 26 9 28
Octal 160 151 135 0 6 21 70 46 11 50
Binary 1110000 1101001 1011101 0 110 10001 111000 100110 1001 101000

Color Harmonies of #70695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70695D

Black with #70695D

Text Example


Text Example

White with #70695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70695D; }

 p { color: rgb(112,105,93); }

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

background-color css

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

 a { background-color: rgb(112,105,93); }

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

border-color css

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

 span { border-color: rgb(112,105,93); }

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