#6B6863

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

Shades of Sandstone #6B6863

Tints of Sandstone #6B6863

Color information

#6B6863 (or 0x6B6863) is unknown color: approx Sandstone. HEX triplet: 6B, 68 and 63. RGB value is (107,104,99). Sum of RGB (Red+Green+Blue) = 107+104+99=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6863 is #94979C. Grayscale: #686868. Windows color (decimal): -9738141 or 6514795. OLE color: 6514795.

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

Color convert

RGB10710499-
CMYK00.030.070.58
HSL37.5º3.88%40.39%-
HSV(B)37.5º7.48%41.96%-
XYZ13.2713.9313.79-
YUV104.33124.99129.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.52%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=34.52%
G=33.55%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071049900.030.070.5837.53.8840.39
Hex6B68630373A26428
Octal1531501430377246450
Binary110101111010001100011011111111010100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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