Html Css Color HEX #70685E Sandstone

📋 copy color: '#70685E'

red 112 ◦ green 104 ◦ blue 94

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

Shades of Sandstone #70685E

Tints of Sandstone #70685E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 36.13%
G = 33.55%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70685E (or 0x70685E) is known color: Sandstone. HEX triplet: 70, 68 and 5E. RGB value is (112,104,94). Sum of RGB (Red+Green+Blue) = 112+104+94=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #70685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70685E is #8F97A1. Grayscale: #696969. Windows color (decimal): -9410466 or 6187120. OLE color: 6187120.

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

Color convert

RGB 112 104 94 -
CMYK 0 0.07 0.16 0.56
HSL 33.33º 0.09% 0.4% -
HSV(B) 33.33º 0.16% 0.44% -
XYZ 13.65 14.15 12.6 -
YUV 105.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 112 104 94 0 0.07 0.16 0.56 33.33 0.09 0.4
Hex 70 68 5E 0 7 10 38 21 9 28
Octal 160 150 136 0 7 20 70 41 11 50
Binary 1110000 1101000 1011110 0 111 10000 111000 100001 1001 101000

Color Harmonies of #70685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70685E

Black with #70685E

Text Example


Text Example

White with #70685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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