#6D6860

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

Shades of Sandstone #6D6860

Tints of Sandstone #6D6860

Color information

#6D6860 (or 0x6D6860) is unknown color: approx Sandstone. HEX triplet: 6D, 68 and 60. RGB value is (109,104,96). Sum of RGB (Red+Green+Blue) = 109+104+96=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6860 is #92979F. Grayscale: #686868. Windows color (decimal): -9607072 or 6318189. OLE color: 6318189.

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

Color convert

RGB10910496-
CMYK00.050.120.57
HSL36.92º6.34%40.2%-
HSV(B)36.92º11.93%42.75%-
XYZ13.371413.06-
YUV104.58123.16131.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=35.28%
G=33.66%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091049600.050.120.5736.926.3440.2
Hex6D686005C3925628
Octal15515014005147145650
Binary11011011101000110000001011100111001100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,96); }

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

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

 a { background-color: rgb(109,104,96); }

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

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

 span { border-color: rgb(109,104,96); }

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