Html Css Color HEX #716C66 Sandstone

📋 copy color: '#716C66'

red 113 ◦ green 108 ◦ blue 102

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

Shades of Sandstone #716C66

Tints of Sandstone #716C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.58%

R = 34.98%
G = 33.44%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#716C66 (or 0x716C66) is known color: Sandstone. HEX triplet: 71, 6C and 66. RGB value is (113,108,102). Sum of RGB (Red+Green+Blue) = 113+108+102=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 113 - color contains mainly: red. Hex color #716C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C66 is #8E9399. Grayscale: #6C6C6C. Windows color (decimal): -9343898 or 6712433. OLE color: 6712433.

HSL color Cylindrical-coordinate representation of color #716C66: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #716C66 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 108 102 -
CMYK 0 0.04 0.10 0.56
HSL 32.73º 0.05% 0.42% -
HSV(B) 32.73º 0.1% 0.44% -
XYZ 14.57 15.2 14.74 -
YUV 108.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 113 108 102 0 0.04 0.10 0.56 32.73 0.05 0.42
Hex 71 6C 66 0 4 A 38 21 5 2A
Octal 161 154 146 0 4 12 70 41 5 52
Binary 1110001 1101100 1100110 0 100 1010 111000 100001 101 101010

Color Harmonies of #716C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C66

Black with #716C66

Text Example


Text Example

White with #716C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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