Html Css Color HEX #70685D Sandstone

📋 copy color: '#70685D'

red 112 ◦ green 104 ◦ blue 93

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

Shades of Sandstone #70685D

Tints of Sandstone #70685D

RGB

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

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

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

R = 36.25%
G = 33.66%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70685D (or 0x70685D) is known color: Sandstone. HEX triplet: 70, 68 and 5D. RGB value is (112,104,93). Sum of RGB (Red+Green+Blue) = 112+104+93=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #70685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70685D is #8F97A2. Grayscale: #696969. Windows color (decimal): -9410467 or 6121584. OLE color: 6121584.

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

Color convert

RGB 112 104 93 -
CMYK 0 0.07 0.17 0.56
HSL 34.74º 0.09% 0.4% -
HSV(B) 34.74º 0.17% 0.44% -
XYZ 13.61 14.14 12.37 -
YUV 105.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 112 104 93 0 0.07 0.17 0.56 34.74 0.09 0.4
Hex 70 68 5D 0 7 11 38 23 9 28
Octal 160 150 135 0 7 21 70 43 11 50
Binary 1110000 1101000 1011101 0 111 10001 111000 100011 1001 101000

Color Harmonies of #70685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70685D

Black with #70685D

Text Example


Text Example

White with #70685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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