Html Css Color HEX #716B66 Sandstone

📋 copy color: '#716B66'

red 113 ◦ green 107 ◦ blue 102

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

Shades of Sandstone #716B66

Tints of Sandstone #716B66

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.23%

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

R = 35.09%
G = 33.23%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#716B66 (or 0x716B66) is known color: Sandstone. HEX triplet: 71, 6B and 66. RGB value is (113,107,102). Sum of RGB (Red+Green+Blue) = 113+107+102=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #716B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B66 is #8E9499. Grayscale: #6C6C6C. Windows color (decimal): -9344154 or 6712177. OLE color: 6712177.

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

Color convert

RGB 113 107 102 -
CMYK 0 0.05 0.10 0.56
HSL 27.27º 0.05% 0.42% -
HSV(B) 27.27º 0.1% 0.44% -
XYZ 14.47 14.99 14.7 -
YUV 108.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 113 107 102 0 0.05 0.10 0.56 27.27 0.05 0.42
Hex 71 6B 66 0 5 A 38 1B 5 2A
Octal 161 153 146 0 5 12 70 33 5 52
Binary 1110001 1101011 1100110 0 101 1010 111000 11011 101 101010

Color Harmonies of #716B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B66

Black with #716B66

Text Example


Text Example

White with #716B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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