#6D685F

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

Shades of Sandstone #6D685F

Tints of Sandstone #6D685F

Color information

#6D685F (or 0x6D685F) is unknown color: approx Sandstone. HEX triplet: 6D, 68 and 5F. RGB value is (109,104,95). Sum of RGB (Red+Green+Blue) = 109+104+95=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 109 - color contains mainly: red. Hex color #6D685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D685F is #9297A0. Grayscale: #686868. Windows color (decimal): -9607073 or 6252653. OLE color: 6252653.

HSL color Cylindrical-coordinate representation of color #6D685F: hue angle of 38.57º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D685F is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB10910495-
CMYK00.050.130.57
HSL38.57º6.86%40%-
HSV(B)38.57º12.84%42.75%-
XYZ13.3213.9812.82-
YUV104.47122.66131.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=35.39%
G=33.77%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091049500.050.130.5738.576.8640
Hex6D685F05D3927728
Octal15515013705157147750
Binary11011011101000101111101011101111001100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,95); }

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

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

 a { background-color: rgb(109,104,95); }

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

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

 span { border-color: rgb(109,104,95); }

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