#736F68

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

Shades of Sandstone #736F68

Tints of Sandstone #736F68

Color information

#736F68 (or 0x736F68) is unknown color: approx Sandstone. HEX triplet: 73, 6F and 68. RGB value is (115,111,104). Sum of RGB (Red+Green+Blue) = 115+111+104=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 115 - color contains mainly: red. Hex color #736F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F68 is #8C9097. Grayscale: #6F6F6F. Windows color (decimal): -9212056 or 6844275. OLE color: 6844275.

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

Color convert

RGB115111104-
CMYK00.030.100.55
HSL38.18º5.02%42.94%-
HSV(B)38.18º9.57%45.1%-
XYZ15.2516.0115.38-
YUV111.4123.83130.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=34.85%
G=33.64%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511110400.030.100.5538.185.0242.94
Hex736F6803A372652b
Octal16315715003126746553
Binary1110011110111111010000111010110111100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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