#73695E

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

Shades of Sandstone #73695E

Tints of Sandstone #73695E

Color information

#73695E (or 0x73695E) is unknown color: approx Sandstone. HEX triplet: 73, 69 and 5E. RGB value is (115,105,94). Sum of RGB (Red+Green+Blue) = 115+105+94=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #73695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73695E is #8C96A1. Grayscale: #6A6A6A. Windows color (decimal): -9213602 or 6187379. OLE color: 6187379.

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

Color convert

RGB11510594-
CMYK00.090.180.55
HSL31.43º10.05%40.98%-
HSV(B)31.43º18.26%45.1%-
XYZ14.1414.5612.65-
YUV106.74120.81133.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=36.62%
G=33.44%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151059400.090.180.5531.4310.0540.98
Hex73695E0912371fa29
Octal1631511360112267371251
Binary1110011110100110111100100110010110111111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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