#6E6C69

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

Shades of Sandstone #6E6C69

Tints of Sandstone #6E6C69

Color information

#6E6C69 (or 0x6E6C69) is unknown color: approx Sandstone. HEX triplet: 6E, 6C and 69. RGB value is (110,108,105). Sum of RGB (Red+Green+Blue) = 110+108+105=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6C69 is #919396. Grayscale: #6C6C6C. Windows color (decimal): -9540503 or 6909038. OLE color: 6909038.

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

Color convert

RGB110108105-
CMYK00.020.050.57
HSL36º2.33%42.16%-
HSV(B)36º4.55%43.14%-
XYZ14.3415.0615.52-
YUV108.26126.16129.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=34.06%
G=33.44%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11010810500.020.050.57362.3342.16
Hex6E6C69025392422a
Octal1561541510257144252
Binary11011101101100110100101010111100110010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,108,105); }

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

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

 a { background-color: rgb(110,108,105); }

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

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

 span { border-color: rgb(110,108,105); }

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