#736A5E

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

Shades of Sandstone #736A5E

Tints of Sandstone #736A5E

Color information

#736A5E (or 0x736A5E) is unknown color: approx Sandstone. HEX triplet: 73, 6A and 5E. RGB value is (115,106,94). Sum of RGB (Red+Green+Blue) = 115+106+94=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #736A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A5E is #8C95A1. Grayscale: #6B6B6B. Windows color (decimal): -9213346 or 6187635. OLE color: 6187635.

HSL color Cylindrical-coordinate representation of color #736A5E: hue angle of 34.29º 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 #736A5E is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB11510694-
CMYK00.080.180.55
HSL34.29º10.05%40.98%-
HSV(B)34.29º18.26%45.1%-
XYZ14.2414.7612.69-
YUV107.32120.48133.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=36.51%
G=33.65%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151069400.080.180.5534.2910.0540.98
Hex736A5E08123722a29
Octal1631521360102267421251
Binary11100111101010101111001000100101101111000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736A5E; }

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

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

<style>
 a { background-color: #736A5E; }

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

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

<style>
 span { border-color: #736A5E; }

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

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