#696764

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

Shades of Sandstone #696764

Tints of Sandstone #696764

Color information

#696764 (or 0x696764) is unknown color: approx Sandstone. HEX triplet: 69, 67 and 64. RGB value is (105,103,100). Sum of RGB (Red+Green+Blue) = 105+103+100=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 105 - color contains mainly: red. Hex color #696764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696764 is #96989B. Grayscale: #676767. Windows color (decimal): -9869468 or 6580073. OLE color: 6580073.

HSL color Cylindrical-coordinate representation of color #696764: hue angle of 36º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #696764 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB105103100-
CMYK00.020.050.59
HSL36º2.44%40.2%-
HSV(B)36º4.76%41.18%-
XYZ12.9813.6214-
YUV103.26126.16129.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=34.09%
G=33.44%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510310000.020.050.59362.4440.2
Hex6967640253B24228
Octal1511471440257344250
Binary11010011100111110010001010111101110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696764; }

 p { color: rgb(105,103,100); }

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

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

 a { background-color: rgb(105,103,100); }

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

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

 span { border-color: rgb(105,103,100); }

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