#75695C

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

Shades of Sandstone #75695C

Tints of Sandstone #75695C

Color information

#75695C (or 0x75695C) is unknown color: approx Sandstone. HEX triplet: 75, 69 and 5C. RGB value is (117,105,92). Sum of RGB (Red+Green+Blue) = 117+105+92=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #75695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75695C is #8A96A3. Grayscale: #6B6B6B. Windows color (decimal): -9082532 or 6056309. OLE color: 6056309.

HSL color Cylindrical-coordinate representation of color #75695C: hue angle of 31.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75695C is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB11710592-
CMYK00.100.210.54
HSL31.2º11.96%40.98%-
HSV(B)31.2º21.37%45.88%-
XYZ14.3214.6612.2-
YUV107.11119.48135.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=37.26%
G=33.44%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171059200.100.210.5431.211.9640.98
Hex75695C0A15361fc29
Octal1651511340122566371451
Binary1110101110100110111000101010101110110111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75695C; }

 p { color: rgb(117,105,92); }

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

<style>
 a { background-color: #75695C; }

 a { background-color: rgb(117,105,92); }

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

<style>
 span { border-color: #75695C; }

 span { border-color: rgb(117,105,92); }

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