#736B5D

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

Shades of Sandstone #736B5D

Tints of Sandstone #736B5D

Color information

#736B5D (or 0x736B5D) is unknown color: approx Sandstone. HEX triplet: 73, 6B and 5D. RGB value is (115,107,93). Sum of RGB (Red+Green+Blue) = 115+107+93=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #736B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B5D is #8C94A2. Grayscale: #6B6B6B. Windows color (decimal): -9213091 or 6122355. OLE color: 6122355.

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

Color convert

RGB11510793-
CMYK00.070.190.55
HSL38.18º10.58%40.78%-
HSV(B)38.18º19.13%45.1%-
XYZ14.314.9512.49-
YUV107.8119.65133.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=36.51%
G=33.97%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151079300.070.190.5538.1810.5840.78
Hex736B5D07133726b29
Octal163153135072367461351
Binary1110011110101110111010111100111101111001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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