Html Css Color HEX #706963 Sandstone

📋 copy color: '#706963'

red 112 ◦ green 105 ◦ blue 99

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

Shades of Sandstone #706963

Tints of Sandstone #706963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

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

R = 35.44%
G = 33.23%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#706963 (or 0x706963) is known color: Sandstone. HEX triplet: 70, 69 and 63. RGB value is (112,105,99). Sum of RGB (Red+Green+Blue) = 112+105+99=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 112 - color contains mainly: red. Hex color #706963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706963 is #8F969C. Grayscale: #6A6A6A. Windows color (decimal): -9410205 or 6515056. OLE color: 6515056.

HSL color Cylindrical-coordinate representation of color #706963: hue angle of 27.69º 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 #706963 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 99 -
CMYK 0 0.06 0.12 0.56
HSL 27.69º 0.06% 0.41% -
HSV(B) 27.69º 0.12% 0.44% -
XYZ 13.99 14.45 13.86 -
YUV 106.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 112 105 99 0 0.06 0.12 0.56 27.69 0.06 0.41
Hex 70 69 63 0 6 C 38 1C 6 29
Octal 160 151 143 0 6 14 70 34 6 51
Binary 1110000 1101001 1100011 0 110 1100 111000 11100 110 101001

Color Harmonies of #706963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706963

Black with #706963

Text Example


Text Example

White with #706963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706963; }

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

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

background-color css

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

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

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

border-color css

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

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

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