Html Css Color HEX #706A63 Sandstone

📋 copy color: '#706A63'

red 112 ◦ green 106 ◦ blue 99

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

Shades of Sandstone #706A63

Tints of Sandstone #706A63

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.44%

 BLUE value IS 99 (39.06% from 255) = 31.23%

R = 35.33%
G = 33.44%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#706A63 (or 0x706A63) is known color: Sandstone. HEX triplet: 70, 6A and 63. RGB value is (112,106,99). Sum of RGB (Red+Green+Blue) = 112+106+99=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #706A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A63 is #8F959C. Grayscale: #6B6B6B. Windows color (decimal): -9409949 or 6515312. OLE color: 6515312.

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

Color convert

RGB 112 106 99 -
CMYK 0 0.05 0.12 0.56
HSL 32.31º 0.06% 0.41% -
HSV(B) 32.31º 0.12% 0.44% -
XYZ 14.09 14.65 13.89 -
YUV 107 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 112 106 99 0 0.05 0.12 0.56 32.31 0.06 0.41
Hex 70 6A 63 0 5 C 38 20 6 29
Octal 160 152 143 0 5 14 70 40 6 51
Binary 1110000 1101010 1100011 0 101 1100 111000 100000 110 101001

Color Harmonies of #706A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A63

Black with #706A63

Text Example


Text Example

White with #706A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706A63; }

 p { color: rgb(112,106,99); }

 H1.HeaderClassName
 {
   color: #706A63;
 }
 .AnyTagClassName
 {
   color: #706A63;
 }
</style>

background-color css

<style>
 a { background-color: #706A63; }

 a { background-color: rgb(112,106,99); }

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

border-color css

<style>
 span { border-color: #706A63; }

 span { border-color: rgb(112,106,99); }

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