Html Css Color HEX #716C64 Sandstone

📋 copy color: '#716C64'

red 113 ◦ green 108 ◦ blue 100

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

Shades of Sandstone #716C64

Tints of Sandstone #716C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 35.2%
G = 33.64%
B = 31.15%

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

#716C64 (or 0x716C64) is known color: Sandstone. HEX triplet: 71, 6C and 64. RGB value is (113,108,100). Sum of RGB (Red+Green+Blue) = 113+108+100=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #716C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C64 is #8E939B. Grayscale: #6C6C6C. Windows color (decimal): -9343900 or 6581361. OLE color: 6581361.

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

Color convert

RGB 113 108 100 -
CMYK 0 0.04 0.12 0.56
HSL 36.92º 0.06% 0.42% -
HSV(B) 36.92º 0.12% 0.44% -
XYZ 14.47 15.16 14.22 -
YUV 108.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 113 108 100 0 0.04 0.12 0.56 36.92 0.06 0.42
Hex 71 6C 64 0 4 C 38 25 6 2A
Octal 161 154 144 0 4 14 70 45 6 52
Binary 1110001 1101100 1100100 0 100 1100 111000 100101 110 101010

Color Harmonies of #716C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C64

Black with #716C64

Text Example


Text Example

White with #716C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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