#6D6761

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

Shades of Sandstone #6D6761

Tints of Sandstone #6D6761

Color information

#6D6761 (or 0x6D6761) is unknown color: approx Sandstone. HEX triplet: 6D, 67 and 61. RGB value is (109,103,97). Sum of RGB (Red+Green+Blue) = 109+103+97=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6761 is #92989E. Grayscale: #686868. Windows color (decimal): -9607327 or 6383469. OLE color: 6383469.

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

Color convert

RGB10910397-
CMYK00.060.110.57
HSL30º5.83%40.39%-
HSV(B)30º11.01%42.75%-
XYZ13.3113.8113.27-
YUV104.11123.99131.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=35.28%
G=33.33%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091039700.060.110.57305.8340.39
Hex6D676106B391e628
Octal15514714106137136650
Binary1101101110011111000010110101111100111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,103,97); }

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

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

 a { background-color: rgb(109,103,97); }

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

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

 span { border-color: rgb(109,103,97); }

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