Html Css Color HEX #70685C Sandstone

📋 copy color: '#70685C'

red 112 ◦ green 104 ◦ blue 92

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

Shades of Sandstone #70685C

Tints of Sandstone #70685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.87%

R = 36.36%
G = 33.77%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70685C (or 0x70685C) is known color: Sandstone. HEX triplet: 70, 68 and 5C. RGB value is (112,104,92). Sum of RGB (Red+Green+Blue) = 112+104+92=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #70685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70685C is #8F97A3. Grayscale: #696969. Windows color (decimal): -9410468 or 6056048. OLE color: 6056048.

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

Color convert

RGB 112 104 92 -
CMYK 0 0.07 0.18 0.56
HSL 36º 0.1% 0.4% -
HSV(B) 36º 0.18% 0.44% -
XYZ 13.56 14.12 12.14 -
YUV 105.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 112 104 92 0 0.07 0.18 0.56 36 0.1 0.4
Hex 70 68 5C 0 7 12 38 24 A 28
Octal 160 150 134 0 7 22 70 44 12 50
Binary 1110000 1101000 1011100 0 111 10010 111000 100100 1010 101000

Color Harmonies of #70685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70685C

Black with #70685C

Text Example


Text Example

White with #70685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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