#6D6964

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

Shades of Sandstone #6D6964

Tints of Sandstone #6D6964

Color information

#6D6964 (or 0x6D6964) is unknown color: approx Sandstone. HEX triplet: 6D, 69 and 64. RGB value is (109,105,100). Sum of RGB (Red+Green+Blue) = 109+105+100=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6964 is #92969B. Grayscale: #696969. Windows color (decimal): -9606812 or 6580589. OLE color: 6580589.

HSL color Cylindrical-coordinate representation of color #6D6964: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D6964 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB109105100-
CMYK00.040.080.57
HSL33.33º4.31%40.98%-
HSV(B)33.33º8.26%42.75%-
XYZ13.6614.2714.09-
YUV105.63124.83130.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=34.71%
G=33.44%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910510000.040.080.5733.334.3140.98
Hex6D69640483921429
Octal15515114404107141451
Binary11011011101001110010001001000111001100001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D6964; }

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

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

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

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

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

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

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

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