Html Css Color HEX #73695D Sandstone

📋 copy color: '#73695D'

red 115 ◦ green 105 ◦ blue 93

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

Shades of Sandstone #73695D

Tints of Sandstone #73695D

RGB

 RED value IS 115 (45.31% from 255) = 36.74%

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

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

R = 36.74%
G = 33.55%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73695D (or 0x73695D) is known color: Sandstone. HEX triplet: 73, 69 and 5D. RGB value is (115,105,93). Sum of RGB (Red+Green+Blue) = 115+105+93=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #73695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73695D is #8C96A2. Grayscale: #6A6A6A. Windows color (decimal): -9213603 or 6121843. OLE color: 6121843.

HSL color Cylindrical-coordinate representation of color #73695D: hue angle of 32.73º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73695D is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 105 93 -
CMYK 0 0.09 0.19 0.55
HSL 32.73º 0.11% 0.41% -
HSV(B) 32.73º 0.19% 0.45% -
XYZ 14.1 14.54 12.42 -
YUV 106.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 115 105 93 0 0.09 0.19 0.55 32.73 0.11 0.41
Hex 73 69 5D 0 9 13 37 21 B 29
Octal 163 151 135 0 11 23 67 41 13 51
Binary 1110011 1101001 1011101 0 1001 10011 110111 100001 1011 101001

Color Harmonies of #73695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73695D

Black with #73695D

Text Example


Text Example

White with #73695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,105,93); }

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

background-color css

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

 a { background-color: rgb(115,105,93); }

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

border-color css

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

 span { border-color: rgb(115,105,93); }

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