#736C65

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

Shades of Sandstone #736C65

Tints of Sandstone #736C65

Color information

#736C65 (or 0x736C65) is unknown color: approx Sandstone. HEX triplet: 73, 6C and 65. RGB value is (115,108,101). Sum of RGB (Red+Green+Blue) = 115+108+101=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 115 - color contains mainly: red. Hex color #736C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C65 is #8C939A. Grayscale: #6D6D6D. Windows color (decimal): -9212827 or 6646899. OLE color: 6646899.

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

Color convert

RGB115108101-
CMYK00.060.120.55
HSL30º6.48%42.35%-
HSV(B)30º12.17%45.1%-
XYZ14.7815.3114.49-
YUV109.29123.32132.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 31.17%
R=35.49%
G=33.33%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510810100.060.120.55306.4842.35
Hex736C6506C371e62a
Octal16315414506146736652
Binary1110011110110011001010110110011011111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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