#6D675F

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

Shades of Sandstone #6D675F

Tints of Sandstone #6D675F

Color information

#6D675F (or 0x6D675F) is unknown color: approx Sandstone. HEX triplet: 6D, 67 and 5F. RGB value is (109,103,95). Sum of RGB (Red+Green+Blue) = 109+103+95=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D675F is #9298A0. Grayscale: #676767. Windows color (decimal): -9607329 or 6252397. OLE color: 6252397.

HSL color Cylindrical-coordinate representation of color #6D675F: hue angle of 34.29º 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 #6D675F is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB10910395-
CMYK00.060.130.57
HSL34.29º6.86%40%-
HSV(B)34.29º12.84%42.75%-
XYZ13.2213.7812.79-
YUV103.88122.99131.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.50%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=35.50%
G=33.55%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091039500.060.130.5734.296.8640
Hex6D675F06D3922728
Octal15514713706157142750
Binary11011011100111101111101101101111001100010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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