#6D6963

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

Shades of Sandstone #6D6963

Tints of Sandstone #6D6963

Color information

#6D6963 (or 0x6D6963) is unknown color: approx Sandstone. HEX triplet: 6D, 69 and 63. RGB value is (109,105,99). Sum of RGB (Red+Green+Blue) = 109+105+99=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6963 is #92969C. Grayscale: #696969. Windows color (decimal): -9606813 or 6515053. OLE color: 6515053.

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

Color convert

RGB10910599-
CMYK00.040.090.57
HSL36º4.81%40.78%-
HSV(B)36º9.17%42.75%-
XYZ13.6114.2613.84-
YUV105.51124.33130.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.82%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=34.82%
G=33.55%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091059900.040.090.57364.8140.78
Hex6D69630493924529
Octal15515114304117144551
Binary11011011101001110001101001001111001100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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