#736F6C

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

Shades of Sandstone #736F6C

Tints of Sandstone #736F6C

Color information

#736F6C (or 0x736F6C) is unknown color: approx Sandstone. HEX triplet: 73, 6F and 6C. RGB value is (115,111,108). Sum of RGB (Red+Green+Blue) = 115+111+108=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 115 - color contains mainly: red. Hex color #736F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F6C is #8C9093. Grayscale: #6F6F6F. Windows color (decimal): -9212052 or 7106419. OLE color: 7106419.

HSL color Cylindrical-coordinate representation of color #736F6C: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #736F6C is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB115111108-
CMYK00.030.060.55
HSL25.71º3.14%43.73%-
HSV(B)25.71º6.09%45.1%-
XYZ15.4616.116.48-
YUV111.85125.83130.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.43%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=34.43%
G=33.23%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511110800.030.060.5525.713.1443.73
Hex736F6C036371a32c
Octal1631571540366732354
Binary1110011110111111011000111101101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,111,108); }

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

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

 a { background-color: rgb(115,111,108); }

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

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

 span { border-color: rgb(115,111,108); }

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