Html Css Color HEX #70695F Sandstone

📋 copy color: '#70695F'

red 112 ◦ green 105 ◦ blue 95

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

Shades of Sandstone #70695F

Tints of Sandstone #70695F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 35.9%
G = 33.65%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70695F (or 0x70695F) is known color: Sandstone. HEX triplet: 70, 69 and 5F. RGB value is (112,105,95). Sum of RGB (Red+Green+Blue) = 112+105+95=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #70695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70695F is #8F96A0. Grayscale: #6A6A6A. Windows color (decimal): -9410209 or 6252912. OLE color: 6252912.

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

Color convert

RGB 112 105 95 -
CMYK 0 0.06 0.15 0.56
HSL 35.29º 0.08% 0.41% -
HSV(B) 35.29º 0.15% 0.44% -
XYZ 13.8 14.37 12.87 -
YUV 105.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 112 105 95 0 0.06 0.15 0.56 35.29 0.08 0.41
Hex 70 69 5F 0 6 F 38 23 8 29
Octal 160 151 137 0 6 17 70 43 10 51
Binary 1110000 1101001 1011111 0 110 1111 111000 100011 1000 101001

Color Harmonies of #70695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70695F

Black with #70695F

Text Example


Text Example

White with #70695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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