#756E65

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

Shades of Sandstone #756E65

Tints of Sandstone #756E65

Color information

#756E65 (or 0x756E65) is unknown color: approx Sandstone. HEX triplet: 75, 6E and 65. RGB value is (117,110,101). Sum of RGB (Red+Green+Blue) = 117+110+101=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #756E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E65 is #8A919A. Grayscale: #6F6F6F. Windows color (decimal): -9081243 or 6647413. OLE color: 6647413.

HSL color Cylindrical-coordinate representation of color #756E65: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #756E65 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB117110101-
CMYK00.060.140.54
HSL33.75º7.34%42.75%-
HSV(B)33.75º13.68%45.88%-
XYZ15.2615.8714.57-
YUV111.07122.32132.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 101 (39.84% from 255) = 30.79%
R=35.67%
G=33.54%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711010100.060.140.5433.757.3442.75
Hex756E6506E362272b
Octal16515614506166642753
Binary11101011101110110010101101110110110100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756E65; }

 p { color: rgb(117,110,101); }

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

<style>
 a { background-color: #756E65; }

 a { background-color: rgb(117,110,101); }

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

<style>
 span { border-color: #756E65; }

 span { border-color: rgb(117,110,101); }

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