Html Css Color HEX #70685F Sandstone

📋 copy color: '#70685F'

red 112 ◦ green 104 ◦ blue 95

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

Shades of Sandstone #70685F

Tints of Sandstone #70685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

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

R = 36.01%
G = 33.44%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70685F (or 0x70685F) is known color: Sandstone. HEX triplet: 70, 68 and 5F. RGB value is (112,104,95). Sum of RGB (Red+Green+Blue) = 112+104+95=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #70685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70685F is #8F97A0. Grayscale: #696969. Windows color (decimal): -9410465 or 6252656. OLE color: 6252656.

HSL color Cylindrical-coordinate representation of color #70685F: hue angle of 31.76º 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 #70685F is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 95 -
CMYK 0 0.07 0.15 0.56
HSL 31.76º 0.08% 0.41% -
HSV(B) 31.76º 0.15% 0.44% -
XYZ 13.7 14.17 12.84 -
YUV 105.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 112 104 95 0 0.07 0.15 0.56 31.76 0.08 0.41
Hex 70 68 5F 0 7 F 38 20 8 29
Octal 160 150 137 0 7 17 70 40 10 51
Binary 1110000 1101000 1011111 0 111 1111 111000 100000 1000 101001

Color Harmonies of #70685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70685F

Black with #70685F

Text Example


Text Example

White with #70685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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