Html Css Color HEX #716C63 Sandstone

📋 copy color: '#716C63'

red 113 ◦ green 108 ◦ blue 99

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

Shades of Sandstone #716C63

Tints of Sandstone #716C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.75%

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

R = 35.31%
G = 33.75%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#716C63 (or 0x716C63) is known color: Sandstone. HEX triplet: 71, 6C and 63. RGB value is (113,108,99). Sum of RGB (Red+Green+Blue) = 113+108+99=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #716C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C63 is #8E939C. Grayscale: #6C6C6C. Windows color (decimal): -9343901 or 6515825. OLE color: 6515825.

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

Color convert

RGB 113 108 99 -
CMYK 0 0.04 0.12 0.56
HSL 38.57º 0.07% 0.42% -
HSV(B) 38.57º 0.12% 0.44% -
XYZ 14.42 15.14 13.97 -
YUV 108.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 113 108 99 0 0.04 0.12 0.56 38.57 0.07 0.42
Hex 71 6C 63 0 4 C 38 27 7 2A
Octal 161 154 143 0 4 14 70 47 7 52
Binary 1110001 1101100 1100011 0 100 1100 111000 100111 111 101010

Color Harmonies of #716C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C63

Black with #716C63

Text Example


Text Example

White with #716C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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