#73695A

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

Shades of Sandstone #73695A

Tints of Sandstone #73695A

Color information

#73695A (or 0x73695A) is unknown color: approx Sandstone. HEX triplet: 73, 69 and 5A. RGB value is (115,105,90). Sum of RGB (Red+Green+Blue) = 115+105+90=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #73695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73695A is #8C96A5. Grayscale: #6A6A6A. Windows color (decimal): -9213606 or 5925235. OLE color: 5925235.

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

Color convert

RGB11510590-
CMYK00.090.220.55
HSL36º12.2%40.2%-
HSV(B)36º21.74%45.1%-
XYZ13.9714.4911.73-
YUV106.28118.81134.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=37.10%
G=33.87%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151059000.090.220.553612.240.2
Hex73695A09163724c28
Octal1631511320112667441450
Binary11100111101001101101001001101101101111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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