Html Css Color HEX #71695F Sandstone

📋 copy color: '#71695F'

red 113 ◦ green 105 ◦ blue 95

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

Shades of Sandstone #71695F

Tints of Sandstone #71695F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 36.1%
G = 33.55%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71695F (or 0x71695F) is known color: Sandstone. HEX triplet: 71, 69 and 5F. RGB value is (113,105,95). Sum of RGB (Red+Green+Blue) = 113+105+95=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #71695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71695F is #8E96A0. Grayscale: #6A6A6A. Windows color (decimal): -9344673 or 6252913. OLE color: 6252913.

HSL color Cylindrical-coordinate representation of color #71695F: hue angle of 33.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71695F is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 95 -
CMYK 0 0.07 0.16 0.56
HSL 33.33º 0.09% 0.41% -
HSV(B) 33.33º 0.16% 0.44% -
XYZ 13.93 14.44 12.88 -
YUV 106.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 113 105 95 0 0.07 0.16 0.56 33.33 0.09 0.41
Hex 71 69 5F 0 7 10 38 21 9 29
Octal 161 151 137 0 7 20 70 41 11 51
Binary 1110001 1101001 1011111 0 111 10000 111000 100001 1001 101001

Color Harmonies of #71695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71695F

Black with #71695F

Text Example


Text Example

White with #71695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71695F; }

 p { color: rgb(113,105,95); }

 H1.HeaderClassName
 {
   color: #71695F;
 }
 .AnyTagClassName
 {
   color: #71695F;
 }
</style>

background-color css

<style>
 a { background-color: #71695F; }

 a { background-color: rgb(113,105,95); }

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

border-color css

<style>
 span { border-color: #71695F; }

 span { border-color: rgb(113,105,95); }

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