#73695C

Color #73695C Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #73695C

Tints of Sandstone #73695C

Color information

#73695C (or 0x73695C) is unknown color: approx Sandstone. HEX triplet: 73, 69 and 5C. RGB value is (115,105,92). Sum of RGB (Red+Green+Blue) = 115+105+92=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #73695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73695C is #8C96A3. Grayscale: #6A6A6A. Windows color (decimal): -9213604 or 6056307. OLE color: 6056307.

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

Color convert

RGB11510592-
CMYK00.090.200.55
HSL33.91º11.11%40.59%-
HSV(B)33.91º20%45.1%-
XYZ14.0514.5212.19-
YUV106.51119.81134.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.86%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=36.86%
G=33.65%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151059200.090.200.5533.9111.1140.59
Hex73695C09143722b29
Octal1631511340112467421351
Binary11100111101001101110001001101001101111000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73695C;
 }
 .AnyTagClassName
 {
   color: #73695C;
 }
</style>
background-color css

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

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

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

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

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

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