#6D6965

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

Shades of Sandstone #6D6965

Tints of Sandstone #6D6965

Color information

#6D6965 (or 0x6D6965) is unknown color: approx Sandstone. HEX triplet: 6D, 69 and 65. RGB value is (109,105,101). Sum of RGB (Red+Green+Blue) = 109+105+101=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6965 is #92969A. Grayscale: #696969. Windows color (decimal): -9606811 or 6646125. OLE color: 6646125.

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

Color convert

RGB109105101-
CMYK00.040.070.57
HSL30º3.81%41.18%-
HSV(B)30º7.34%42.75%-
XYZ13.7114.2914.35-
YUV105.74125.33130.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 32.06%
R=34.60%
G=33.33%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910510100.040.070.57303.8141.18
Hex6D6965047391e429
Octal1551511450477136451
Binary110110111010011100101010011111100111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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