Html Css Color HEX #716E6A Sandstone

📋 copy color: '#716E6A'

red 113 ◦ green 110 ◦ blue 106

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

Shades of Sandstone #716E6A

Tints of Sandstone #716E6A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.43%

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 34.35%
G = 33.43%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#716E6A (or 0x716E6A) is known color: Sandstone. HEX triplet: 71, 6E and 6A. RGB value is (113,110,106). Sum of RGB (Red+Green+Blue) = 113+110+106=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 113 - color contains mainly: red. Hex color #716E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E6A is #8E9195. Grayscale: #6E6E6E. Windows color (decimal): -9343382 or 6975089. OLE color: 6975089.

HSL color Cylindrical-coordinate representation of color #716E6A: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #716E6A is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 110 106 -
CMYK 0 0.03 0.06 0.56
HSL 34.29º 0.03% 0.43% -
HSV(B) 34.29º 0.06% 0.44% -
XYZ 14.99 15.7 15.88 -
YUV 110.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 113 110 106 0 0.03 0.06 0.56 34.29 0.03 0.43
Hex 71 6E 6A 0 3 6 38 22 3 2B
Octal 161 156 152 0 3 6 70 42 3 53
Binary 1110001 1101110 1101010 0 11 110 111000 100010 11 101011

Color Harmonies of #716E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E6A

Black with #716E6A

Text Example


Text Example

White with #716E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,110,106); }

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

background-color css

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

 a { background-color: rgb(113,110,106); }

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

border-color css

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

 span { border-color: rgb(113,110,106); }

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