Html Css Color HEX #716C68 Sandstone

📋 copy color: '#716C68'

red 113 ◦ green 108 ◦ blue 104

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

Shades of Sandstone #716C68

Tints of Sandstone #716C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32%

R = 34.77%
G = 33.23%
B = 32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#716C68 (or 0x716C68) is known color: Sandstone. HEX triplet: 71, 6C and 68. RGB value is (113,108,104). Sum of RGB (Red+Green+Blue) = 113+108+104=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #716C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C68 is #8E9397. Grayscale: #6D6D6D. Windows color (decimal): -9343896 or 6843505. OLE color: 6843505.

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

Color convert

RGB 113 108 104 -
CMYK 0 0.04 0.08 0.56
HSL 26.67º 0.04% 0.43% -
HSV(B) 26.67º 0.08% 0.44% -
XYZ 14.67 15.24 15.26 -
YUV 109.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 113 108 104 0 0.04 0.08 0.56 26.67 0.04 0.43
Hex 71 6C 68 0 4 8 38 1B 4 2B
Octal 161 154 150 0 4 10 70 33 4 53
Binary 1110001 1101100 1101000 0 100 1000 111000 11011 100 101011

Color Harmonies of #716C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C68

Black with #716C68

Text Example


Text Example

White with #716C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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