Html Css Color HEX #71685D Sandstone

📋 copy color: '#71685D'

red 113 ◦ green 104 ◦ blue 93

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

Shades of Sandstone #71685D

Tints of Sandstone #71685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 93 (36.72% from 255) = 30%

R = 36.45%
G = 33.55%
B = 30%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71685D (or 0x71685D) is known color: Sandstone. HEX triplet: 71, 68 and 5D. RGB value is (113,104,93). Sum of RGB (Red+Green+Blue) = 113+104+93=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #71685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71685D is #8E97A2. Grayscale: #696969. Windows color (decimal): -9344931 or 6121585. OLE color: 6121585.

HSL color Cylindrical-coordinate representation of color #71685D: hue angle of 33º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71685D is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 104 93 -
CMYK 0 0.08 0.18 0.56
HSL 33º 0.1% 0.4% -
HSV(B) 33º 0.18% 0.44% -
XYZ 13.74 14.2 12.37 -
YUV 105.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 113 104 93 0 0.08 0.18 0.56 33 0.1 0.4
Hex 71 68 5D 0 8 12 38 21 A 28
Octal 161 150 135 0 10 22 70 41 12 50
Binary 1110001 1101000 1011101 0 1000 10010 111000 100001 1010 101000

Color Harmonies of #71685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71685D

Black with #71685D

Text Example


Text Example

White with #71685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71685D; }

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

 H1.HeaderClassName
 {
   color: #71685D;
 }
 .AnyTagClassName
 {
   color: #71685D;
 }
</style>

background-color css

<style>
 a { background-color: #71685D; }

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

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

border-color css

<style>
 span { border-color: #71685D; }

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

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