Html Css Color HEX #716963 Sandstone

📋 copy color: '#716963'

red 113 ◦ green 105 ◦ blue 99

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

Shades of Sandstone #716963

Tints of Sandstone #716963

RGB

 RED value IS 113 (44.53% from 255) = 35.65%

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

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

R = 35.65%
G = 33.12%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#716963 (or 0x716963) is known color: Sandstone. HEX triplet: 71, 69 and 63. RGB value is (113,105,99). Sum of RGB (Red+Green+Blue) = 113+105+99=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716963 is #8E969C. Grayscale: #6A6A6A. Windows color (decimal): -9344669 or 6515057. OLE color: 6515057.

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

Color convert

RGB 113 105 99 -
CMYK 0 0.07 0.12 0.56
HSL 25.71º 0.07% 0.42% -
HSV(B) 25.71º 0.12% 0.44% -
XYZ 14.11 14.51 13.86 -
YUV 106.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 113 105 99 0 0.07 0.12 0.56 25.71 0.07 0.42
Hex 71 69 63 0 7 C 38 1A 7 2A
Octal 161 151 143 0 7 14 70 32 7 52
Binary 1110001 1101001 1100011 0 111 1100 111000 11010 111 101010

Color Harmonies of #716963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716963

Black with #716963

Text Example


Text Example

White with #716963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716963; }

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

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

background-color css

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

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

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

border-color css

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

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

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