Html Css Color HEX #716D67 Sandstone

📋 copy color: '#716D67'

red 113 ◦ green 109 ◦ blue 103

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

Shades of Sandstone #716D67

Tints of Sandstone #716D67

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 34.77%
G = 33.54%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#716D67 (or 0x716D67) is known color: Sandstone. HEX triplet: 71, 6D and 67. RGB value is (113,109,103). Sum of RGB (Red+Green+Blue) = 113+109+103=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #716D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D67 is #8E9298. Grayscale: #6D6D6D. Windows color (decimal): -9343641 or 6778225. OLE color: 6778225.

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

Color convert

RGB 113 109 103 -
CMYK 0 0.04 0.09 0.56
HSL 36º 0.05% 0.42% -
HSV(B) 36º 0.09% 0.44% -
XYZ 14.73 15.43 15.03 -
YUV 109.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 113 109 103 0 0.04 0.09 0.56 36 0.05 0.42
Hex 71 6D 67 0 4 9 38 24 5 2A
Octal 161 155 147 0 4 11 70 44 5 52
Binary 1110001 1101101 1100111 0 100 1001 111000 100100 101 101010

Color Harmonies of #716D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D67

Black with #716D67

Text Example


Text Example

White with #716D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,109,103); }

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

background-color css

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

 a { background-color: rgb(113,109,103); }

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

border-color css

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

 span { border-color: rgb(113,109,103); }

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