#736B5C

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

Shades of Sandstone #736B5C

Tints of Sandstone #736B5C

Color information

#736B5C (or 0x736B5C) is unknown color: approx Sandstone. HEX triplet: 73, 6B and 5C. RGB value is (115,107,92). Sum of RGB (Red+Green+Blue) = 115+107+92=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #736B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B5C is #8C94A3. Grayscale: #6B6B6B. Windows color (decimal): -9213092 or 6056819. OLE color: 6056819.

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

Color convert

RGB11510792-
CMYK00.070.200.55
HSL39.13º11.11%40.59%-
HSV(B)39.13º20%45.1%-
XYZ14.2614.9312.26-
YUV107.68119.15133.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=36.62%
G=34.08%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151079200.070.200.5539.1311.1140.59
Hex736B5C07143727b29
Octal163153134072467471351
Binary1110011110101110111000111101001101111001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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