#6C6863

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

Shades of Sandstone #6C6863

Tints of Sandstone #6C6863

Color information

#6C6863 (or 0x6C6863) is unknown color: approx Sandstone. HEX triplet: 6C, 68 and 63. RGB value is (108,104,99). Sum of RGB (Red+Green+Blue) = 108+104+99=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6863 is #93979C. Grayscale: #686868. Windows color (decimal): -9672605 or 6514796. OLE color: 6514796.

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

Color convert

RGB10810499-
CMYK00.040.080.58
HSL33.33º4.35%40.59%-
HSV(B)33.33º8.33%42.35%-
XYZ13.3913.9913.8-
YUV104.63124.83130.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.73%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 99 (39.06% from 255) = 31.83%
R=34.73%
G=33.44%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081049900.040.080.5833.334.3540.59
Hex6C68630483A21429
Octal15415014304107241451
Binary11011001101000110001101001000111010100001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,104,99); }

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

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

 a { background-color: rgb(108,104,99); }

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

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

 span { border-color: rgb(108,104,99); }

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